summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2022-12-08e100: Fix possible use after free in e100_xmit_prepareWang Hai1-4/+1
2022-12-08iavf: Fix error handling in iavf_init_module()Yuan Can1-1/+8
2022-12-08fm10k: Fix error handling in fm10k_init_module()Yuan Can1-1/+9
2022-12-08i40e: Fix error handling in i40e_init_module()Shang XiaoJing1-1/+10
2022-12-08ixgbevf: Fix resource leak in ixgbevf_init_module()Shang XiaoJing1-1/+9
2022-12-02iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba1-9/+7
2022-12-02iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann2-9/+0
2022-12-02iavf: Do not restart Tx queues after reset task failureIvan Vecera1-1/+15
2022-12-02iavf: Fix a crash during reset taskIvan Vecera1-0/+1
2022-11-16iavf: Fix VF driver counting VLAN 0 filtersMichal Jaron1-0/+2
2022-11-16ice: Fix spurious interrupt during removal of trusted VFNorbert Zulinski4-2/+31
2022-11-03i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba1-33/+38
2022-11-03i40e: Fix VF hang when reset is triggered on another VFSylwester Dziedziuch2-11/+33
2022-11-03i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba2-8/+27
2022-10-29i40e: Fix DMA mappings leakJan Sokolowski6-28/+74
2022-10-21iavf: Fix race between iavf_close and iavf_reset_taskMichal Jaron1-36/+141
2022-10-21ice: set tx_tstamps when creating new Tx rings via ethtoolJacob Keller1-0/+1
2022-09-27ice: xsk: drop power of 2 ring size restriction for AF_XDPMaciej Fijalkowski1-13/+7
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski3-88/+64
2022-09-22Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski1-9/+14
2022-09-22ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba1-1/+4
2022-09-20ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski1-9/+12
2022-09-20ice: config netdev tc before setting queues numberMichal Swiatkowski1-0/+2
2022-09-20i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron1-6/+26
2022-09-20i40e: Fix VF set max MTU sizeMichal Jaron1-0/+20
2022-09-20iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron1-2/+5
2022-09-20iavf: Fix bad page stateNorbert Zulinski1-2/+2
2022-09-08iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley1-1/+4
2022-09-08iavf: Fix change VF's mac addressSylwester Dziedziuch1-6/+3
2022-09-08ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui1-16/+26
2022-09-08ice: Don't double unplug aux on peer initiated resetDave Ertman1-2/+0
2022-09-03Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller4-5/+20
2022-09-02iavf: Detach device during reset taskIvan Vecera1-3/+11
2022-09-02i40e: Fix kernel crash during module removalIvan Vecera1-1/+4
2022-09-02i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski2-1/+5
2022-09-02ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski1-1/+1
2022-09-02ice: Fix DMA mappings leakPrzemyslaw Patynowski4-17/+79
2022-08-24i40e: Fix incorrect address type for IPv6 flow rulesSylwester Dziedziuch1-1/+1
2022-08-24ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller1-13/+46
2022-08-22ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski4-29/+48
2022-08-22ice: xsk: prohibit usage of non-balanced queue idMaciej Fijalkowski1-0/+6
2022-08-18igb: Add lock to avoid data raceLin Ma2-1/+13
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch2-11/+57
2022-08-17ice: Ignore error message when setting same promiscuous modeBenjamin Mikailenko1-4/+4
2022-08-17ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik2-2/+16
2022-08-17ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik1-1/+1
2022-08-17ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik1-0/+7
2022-08-16i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady1-1/+3
2022-08-16i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski1-3/+5
2022-08-16Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2-7/+30