summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2022-08-25igb: Add lock to avoid data raceLin Ma2-1/+13
2022-08-25i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-08-25i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-08-25ice: Ignore error message when setting same promiscuous modeBenjamin Mikailenko1-4/+4
2022-08-25ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik2-2/+16
2022-08-25ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik1-1/+1
2022-08-25ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik1-0/+7
2022-08-25ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch2-11/+57
2022-08-25ice: Fix call trace with null VSI during VF resetMichal Jaron1-1/+3
2022-08-25ice: Fix VSI rebuild WARN_ON check for VFBenjamin Mikailenko1-1/+1
2022-08-25iavf: Fix deadlock in initializationIvan Vecera1-1/+10
2022-08-25iavf: Fix reset error handlingPrzemyslaw Patynowski1-3/+6
2022-08-25iavf: Fix NULL pointer dereference in iavf_get_link_ksettingsPrzemyslaw Patynowski1-1/+1
2022-08-25iavf: Fix adminq error handlingPrzemyslaw Patynowski1-2/+13
2022-08-17net/ice: fix initializing the bitmap in the switch codeAlexander Lobakin1-1/+1
2022-08-17net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen1-1/+1
2022-08-17iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski2-0/+26
2022-08-17iavf: Fix max_rate limitingPrzemyslaw Patynowski2-2/+24
2022-07-26ice: do not setup vlan for loopback VSIMaciej Fijalkowski1-3/+5
2022-07-26ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski1-1/+2
2022-07-26ice: Fix VSIs unable to share unicast MACAnirudh Venkataramanan2-40/+2
2022-07-26ice: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-07-26ice: Fix max VLANs available for VFPrzemyslaw Patynowski1-1/+2
2022-07-26i40e: Fix interface init with MSI interrupts (no MSI-X)Michal Maloszewski1-0/+4
2022-07-20Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski5-26/+81
2022-07-19ixgbe: Add locking to prevent panic when setting sriov_numvfs to zeroPiotr Skajewski3-0/+10
2022-07-19i40e: Fix erroneous adapter reinitialization during recovery processDawid Lukwinski1-8/+5
2022-07-18iavf: Fix missing state logsPrzemyslaw Patynowski1-0/+4
2022-07-18iavf: Fix handling of dummy receive descriptorsPrzemyslaw Patynowski1-3/+2
2022-07-18iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski4-13/+1
2022-07-18iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski3-10/+74
2022-07-14igc: Reinstate IGC_REMOVED logic and implement it properlyLennert Buytenhek2-1/+7
2022-07-14Revert "e1000e: Fix possible HW unit hang after an s0ix exit"Sasha Neftin4-32/+0
2022-07-14e1000e: Enable GPT clock before sending message to CSMESasha Neftin1-0/+4
2022-07-12ice: change devlink code to read NVM in blocksPaul M Stillwell Jr1-19/+40
2022-07-12ice: handle E822 generic device ID in PLDM headerPaul M Stillwell Jr3-2/+96
2022-06-30i40e: Fix VF's MAC Address change on VMNorbert Zulinski1-0/+4
2022-06-30i40e: Fix dropped jumbo frames statisticsLukasz Cieplicki4-0/+103
2022-06-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski3-7/+89
2022-06-23igb: Make DMA faster when CPU is active on the PCIe linkKai-Heng Feng1-7/+5
2022-06-22ice: ethtool: Prohibit improper channel config for DCBAnatolii Gerasymenko2-5/+47
2022-06-21ice: ethtool: advertise 1000M speeds properlyAnatolii Gerasymenko1-1/+38
2022-06-21ice: Fix switchdev rules book keepingWojciech Drewek1-0/+1
2022-06-21ice: ignore protocol field in GTP offloadMarcin Szycik1-1/+3
2022-06-18igb: fix a use-after-free issue in igb_clean_tx_ringLorenzo Bianconi1-2/+5
2022-06-14ice: Fix memory corruption in VF driverPrzemyslaw Patynowski1-0/+5
2022-06-14ice: Fix queue config fail handlingPrzemyslaw Patynowski1-27/+26
2022-06-14ice: Sync VLAN filtering features for DVMRoman Storozhenko1-18/+31
2022-06-14ice: Fix PTP TX timestamp offset calculationMichal Michalik2-1/+32
2022-06-09iavf: Fix issue with MAC address of VF shown as zeroMichal Wilczynski1-1/+1