summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorLines
2022-09-27ice: xsk: drop power of 2 ring size restriction for AF_XDPMaciej Fijalkowski-13/+7
2022-09-27ice: xsk: change batched Tx descriptor cleaningMaciej Fijalkowski-88/+64
2022-09-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-9/+14
2022-09-21ice: Fix ice_xdp_xmit() when XDP TX queue number is not sufficientLarysa Zaremba-1/+4
2022-09-20ice: Fix interface being down after reset with link-down-on-close flag onMateusz Palczewski-9/+12
2022-09-20ice: config netdev tc before setting queues numberMichal Swiatkowski-0/+2
2022-09-19i40e: Fix set max_tx_rate when it is lower than 1 MbpsMichal Jaron-6/+26
2022-09-19i40e: Fix VF set max MTU sizeMichal Jaron-0/+20
2022-09-19iavf: Fix set max MTU size with port VLAN and jumbo framesMichal Jaron-2/+5
2022-09-19iavf: Fix bad page stateNorbert Zulinski-2/+2
2022-09-08iavf: Fix cached head and tail value for iavf_get_tx_pendingBrett Creeley-1/+4
2022-09-08iavf: Fix change VF's mac addressSylwester Dziedziuch-6/+3
2022-09-08ice: Fix crash by keep old cfg when update TCs more than queuesDing Hui-16/+26
2022-09-08ice: Don't double unplug aux on peer initiated resetDave Ertman-2/+0
2022-09-03Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller-5/+20
2022-09-02iavf: Detach device during reset taskIvan Vecera-3/+11
2022-09-02i40e: Fix kernel crash during module removalIvan Vecera-1/+4
2022-09-02i40e: Fix ADQ rate limiting for PFPrzemyslaw Patynowski-1/+5
2022-09-02ice: use bitmap_free instead of devm_kfreeMichal Swiatkowski-1/+1
2022-09-02ice: Fix DMA mappings leakPrzemyslaw Patynowski-17/+79
2022-08-24i40e: Fix incorrect address type for IPv6 flow rulesSylwester Dziedziuch-1/+1
2022-08-24ixgbe: stop resetting SYSTIME in ixgbe_ptp_start_cyclecounterJacob Keller-13/+46
2022-08-22ice: xsk: use Rx ring's XDP ring when picking NAPI contextMaciej Fijalkowski-29/+48
2022-08-22ice: xsk: prohibit usage of non-balanced queue idMaciej Fijalkowski-0/+6
2022-08-18igb: Add lock to avoid data raceLin Ma-1/+13
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch-11/+57
2022-08-17ice: Ignore error message when setting same promiscuous modeBenjamin Mikailenko-4/+4
2022-08-17ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik-2/+16
2022-08-17ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik-1/+1
2022-08-17ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik-0/+7
2022-08-16i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady-1/+3
2022-08-16i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski-3/+5
2022-08-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski-7/+30
2022-08-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/netDavid S. Miller-2/+4
2022-08-12iavf: Fix deadlock in initializationIvan Vecera-1/+10
2022-08-12iavf: Fix reset error handlingPrzemyslaw Patynowski-3/+6
2022-08-12iavf: Fix NULL pointer dereference in iavf_get_link_ksettingsPrzemyslaw Patynowski-1/+1
2022-08-12iavf: Fix adminq error handlingPrzemyslaw Patynowski-2/+13
2022-08-11ice: Fix call trace with null VSI during VF resetMichal Jaron-1/+3
2022-08-11ice: Fix VSI rebuild WARN_ON check for VFBenjamin Mikailenko-1/+1
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds-1/+1
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-3/+51
2022-08-01net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen-1/+1
2022-08-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski-88/+75
2022-07-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski-202/+269
2022-07-29iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski-0/+26
2022-07-29iavf: Fix max_rate limitingPrzemyslaw Patynowski-2/+24
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-48/+20
2022-07-28ice: allow toggling loopback mode via ndo_set_features callbackMaciej Fijalkowski-1/+31
2022-07-28ice: compress branches in ice_set_features()Maciej Fijalkowski-21/+19