summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2023-04-04ice: Reset FDIR counter in FDIR init stageLingyu Liu1-0/+16
2023-04-04ice: fix wrong fallback logic for FDIRSimei Su1-3/+4
2023-03-30i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2-6/+7
2023-03-28ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel1-3/+5
2023-03-28ice: add profile conflict check for AVF FDIRJunfeng Guo1-0/+73
2023-03-28ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley1-4/+22
2023-03-28ice: fix W=1 headers mismatchJesse Brandeburg2-1/+2
2023-03-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-6/+13
2023-03-21i40e: fix flow director packet filter programmingRadoslaw Tyl1-4/+4
2023-03-21iavf: fix hang on reboot with iceStefan Assmann1-0/+5
2023-03-21ice: remove filters only if VSI is deletedMichal Swiatkowski2-2/+8
2023-03-21ice: check if VF exists before mode checkMichal Swiatkowski1-4/+4
2023-03-21ice: fix rx buffers handling for flow director packetsPiotr Raczynski1-0/+1
2023-03-19Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller4-94/+84
2023-03-18Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-4/+10
2023-03-16ice: xsk: disable txq irq before flushing hwMaciej Fijalkowski1-3/+2
2023-03-16igc: fix the validation logic for taprio's gate listAKASHI Takahiro1-10/+10
2023-03-16igbvf: Regard vf reset nack as successAkihiko Odaki1-3/+10
2023-03-16intel/igbvf: free irq on the error path in igbvf_request_msix()Gaosheng Cui1-2/+6
2023-03-16igb: Enable SR-IOV after reinitAkihiko Odaki1-77/+58
2023-03-16igb: revert rtnl_lock() that causes deadlockLin Ma1-2/+0
2023-03-16iavf: do not track VLAN 0 filtersAhmed Zaki2-2/+8
2023-03-16iavf: fix non-tunneled IPv6 UDP packet type and hashingAlexander Lobakin1-1/+1
2023-03-16iavf: fix inverted Rx hash condition leading to disabled hashAlexander Lobakin1-1/+1
2023-03-15ice: avoid bonding causing auxiliary plug/unplug under RTNL lockDave Ertman2-20/+13
2023-03-11i40e: Fix kernel crash during reboot when adapter is in recovery modeIvan Vecera1-0/+1
2023-03-08ethernet: ice: avoid gcc-9 integer overflow warningArnd Bergmann1-4/+4
2023-03-08ice: don't ignore return codes in VSI related codeMichal Swiatkowski1-7/+10
2023-03-08ice: Fix DSCP PFC TLV creationDave Ertman1-1/+1
2023-03-03ice: copy last block omitted in ice_get_module_eeprom()Petr Oros1-2/+4
2023-02-26ice: remove unnecessary CONFIG_ICE_GNSSJacob Keller3-6/+4
2023-02-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-91/+140
2023-02-20ice: properly alloc ICE_VSI_LBMichal Swiatkowski1-0/+1
2023-02-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller7-43/+119
2023-02-16Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski8-11/+109
2023-02-16igb: conditionalize I2C bit banging on external thermal sensor supportCorinna Vinschen1-10/+32
2023-02-16Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski3-12/+20
2023-02-16ice: update xdp_features with xdp multi-buffLorenzo Bianconi1-6/+12
2023-02-16i40e: check vsi type before setting xdp_features flagLorenzo Bianconi1-2/+4
2023-02-15igb: Fix PPS input and output using 3rd and 4th SDPMiroslav Lichvar1-6/+6
2023-02-15ice: Mention CEE DCBX in code commentZhu Yanjun1-2/+2
2023-02-15ice: Change ice_vsi_realloc_stat_arrays() to voidTony Nguyen1-7/+4
2023-02-15ice: add support BIG TCP on IPv6Pawel Chmielewski3-0/+7
2023-02-15ice/ptp: fix the PTP worker retrying indefinitely if the link went downDaniel Vacek1-2/+6
2023-02-15ice: Add GPIO pin support for E823 productsKarol Kolacinski3-0/+90
2023-02-14ixgbe: add double of VLAN header when computing the max MTUJason Xing2-2/+3
2023-02-14i40e: add double of VLAN header when computing the max MTUJason Xing1-1/+1
2023-02-14ixgbe: allow to increase MTU to 3K with XDP enabledJason Xing1-9/+16
2023-02-13ice: fix lost multicast packets in promisc modeJesse Brandeburg1-0/+26
2023-02-13ice: Micro-optimize .ndo_xdp_xmit() pathAlexander Lobakin3-15/+20