summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
2022-07-25i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski-0/+4
2022-07-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-26/+81
2022-07-18ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski-0/+10
2022-07-18i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski-8/+5
2022-07-18iavf: Fix missing state logsPrzemyslaw Patynowski-0/+4
2022-07-18iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski-3/+2
2022-07-18iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski-13/+1
2022-07-18iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski-10/+74
2022-07-14igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek-1/+7
2022-07-14Revert "e1000e: Fix possible HW unit hang after an s0ix exit"Sasha Neftin-32/+0
2022-07-14e1000e: Enable GPT clock before sending message to CSMESasha Neftin-0/+4
2022-07-12ice: change devlink code to read NVM in blocksPaul M Stillwell Jr-19/+40
2022-07-12ice: handle E822 generic device ID in PLDM headerPaul M Stillwell Jr-2/+96
2022-06-30i40e: Fix VF's MAC Address change on VMNorbert Zulinski-0/+4
2022-06-30i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki-0/+103
2022-06-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-7/+89
2022-06-22igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng-7/+5
2022-06-21ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko-5/+47
2022-06-21ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko-1/+38
2022-06-21ice: Fix switchdev rules book keepingWojciech Drewek-0/+1
2022-06-21ice: ignore protocol field in GTP offloadMarcin Szycik-1/+3
2022-06-17igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi-2/+5
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski-0/+5
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski-27/+26
2022-06-14ice: Sync VLAN filtering features for DVMRoman Storozhenko-18/+31
2022-06-14ice: Fix PTP TX timestamp offset calculationMichal Michalik-1/+32
2022-06-09iavf: Fix issue with MAC address of VF shown as zeroMichal Wilczynski-1/+1
2022-06-09i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov-8/+17
2022-06-09i40e: Fix calculating the number of queue pairsGrzegorz Szczurek-1/+1
2022-06-09i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek-0/+5
2022-06-07ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz-2/+2
2022-06-07ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz-2/+2
2022-06-02ice: fix access-beyond-end in the switch codeAlexander Lobakin-139/+115
2022-05-22eth: ice: silence the GCC 12 array-bounds warningJakub Kicinski-0/+5
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-19/+37
2022-05-18igb: skip phy status check where unavailableKevin Mitchell-1/+2
2022-05-17ice: Fix interrupt moderation settings getting clearedMichal Wilczynski-11/+16
2022-05-17ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt-3/+4
2022-05-17ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski-4/+15
2022-05-13ice: Expose RSS indirection tables for queue groups via ethtoolSridhar Samudrala-18/+51
2022-05-13ixgbe: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi-36/+63
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski-10/+9
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-41/+92
2022-05-11i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong-13/+14
2022-05-10igc: Change type of the 'igc_check_downshift' methodSasha Neftin-6/+2
2022-05-10igc: Remove unused phy_type enumSasha Neftin-18/+3
2022-05-10igc: Remove igc_set_spd_dplx methodSasha Neftin-51/+0
2022-05-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-5/+4
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed-1/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski-1/+1