summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ice
AgeCommit message (Expand)AuthorFilesLines
2024-07-04ice: use proper macro for testing bitPetr Oros1-1/+1
2024-07-04ice: Reject pin requests with unsupported flagsJacob Keller2-16/+23
2024-07-04ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-04ice: Fix improper extts handlingMilena Olech2-22/+91
2024-06-23ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski1-1/+9
2024-06-20ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik1-2/+4
2024-06-13ice: implement AQ download pkg retryWojciech Drewek1-2/+21
2024-06-13ice: fix 200G link speed message logPaul Greenwalt1-0/+3
2024-06-13ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu1-1/+6
2024-06-06ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba4-46/+68
2024-06-06ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba3-14/+24
2024-06-06ice: remove af_xdp_zc_qps bitmapLarysa Zaremba3-26/+27
2024-06-06ice: fix reads from NVM Shadow RAM on E830 and E825-C devicesJacob Keller2-9/+93
2024-06-06ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller1-7/+21
2024-05-30ice: check for unregistering correct number of devlink paramsDave Ertman1-9/+22
2024-05-30ice: fix 200G PHY types to link speed mappingPaul Greenwalt1-0/+10
2024-05-28ice: fix accounting if a VLAN already existsJacob Keller1-5/+6
2024-05-23Merge tag 'net-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-17/+2
2024-05-23ice: Interpret .set_channels() input differentlyLarysa Zaremba1-17/+2
2024-05-23tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-6/+6
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+1
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2024-05-11ice: Fix package download algorithmDan Nowlin1-4/+4
2024-05-08ice: remove correct filters during eswitch releaseMichal Swiatkowski1-1/+4
2024-05-08ice: flower: validate control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-05-08xsk: use generic DMA sync shortcut instead of a custom oneAlexander Lobakin1-1/+1
2024-05-08Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski10-134/+82
2024-05-08net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet1-1/+1
2024-05-06ice: refactor struct ice_vsi_cfg_params to be inside of struct ice_vsiMateusz Polchlopek7-80/+30
2024-05-06ice: Deduplicate tc action setupMarcin Szycik1-41/+15
2024-05-06ice: update E830 device ids and commentsPaul Greenwalt3-16/+16
2024-05-06ice: add additional E830 device idsPaul Greenwalt3-0/+24
2024-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2024-04-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-415/+17
2024-04-26ice: ensure the copied buf is NUL terminatedBui Quang Minh1-4/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+8
2024-04-25ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller1-8/+8
2024-04-24net: intel: introduce {, Intel} Ethernet common libraryAlexander Lobakin3-415/+17
2024-04-22ice: Add tx_scheduling_layers devlink paramLukasz Czapnik6-10/+191
2024-04-22ice: Enable switching default Tx scheduler topologyMichal Wilczynski1-19/+89
2024-04-22ice: Adjust the VSI/Aggregator layersRaj Victor1-18/+19
2024-04-22ice: Support 5 layer topologyRaj Victor6-0/+251
2024-04-22devlink: extend devlink_param *set pointerMateusz Polchlopek1-6/+6
2024-04-19Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-51/+67
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+13
2024-04-17ice: Remove ndo_get_phys_port_nameDariusz Aftanski1-34/+0
2024-04-17ice: Add automatic VF reset on Tx MDD eventsMarcin Szycik3-17/+67
2024-04-16ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik1-1/+4
2024-04-16ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski1-1/+1
2024-04-16ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski1-0/+8