aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-21i40e: Remove unnecessary synchronize_irq() before free_irq()Minghao Chi1-2/+0
2022-06-21i40e: Add support for ethtool -s <interface> speed <speed in Mb>Mateusz Palczewski1-0/+90
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-56/+118
2022-06-15i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-25/+62
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-10ethernet: Remove vf rate limit check for driversBin Chen1-10/+0
2022-06-10Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski12-13/+136
2022-06-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski4-74/+65
2022-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2022-06-09drivers/net/ethernet/intel: fix typos in commentsJulia Lawall3-3/+3
2022-06-09ixgbe: Fix typos in commentsJiaqing Zhao2-2/+2
2022-06-09ixgb: Fix typos in commentsJiaqing Zhao1-2/+2
2022-06-09e1000: Fix typos in commentsJiaqing Zhao1-2/+2
2022-06-09igb: Remove duplicate definesKai-Heng Feng2-4/+0
2022-06-09drivers, ixgbe: export vf statisticsMaximilian Heyne3-0/+127
2022-06-09iavf: Fix issue with MAC address of VF shown as zeroMichal Wilczynski1-1/+1
2022-06-09i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov1-8/+17
2022-06-09i40e: Fix calculating the number of queue pairsGrzegorz Szczurek1-1/+1
2022-06-09i40e: Fix adding ADQ filter to TC0Grzegorz Szczurek1-0/+5
2022-06-08ice: Use correct order for the parameters of devm_kcalloc()Christophe JAILLET1-2/+2
2022-06-08ice: remove u16 arithmetic in ice_gnssKarol Kolacinski1-5/+6
2022-06-08ice: remove VLAN representor specific opsMichal Swiatkowski2-40/+7
2022-06-08ice: don't set VF VLAN caps in switchdevMichal Swiatkowski1-27/+50
2022-06-07ixgbe: fix unexpected VLAN Rx in promisc mode on VFOlivier Matz1-2/+2
2022-06-07ixgbe: fix bcast packets Rx on VF after promisc removalOlivier Matz1-2/+2
2022-06-07iavf: Add waiting for response from PF in set macMateusz Palczewski3-21/+174
2022-06-07i40e: Add VF VLAN pruningMateusz Palczewski4-6/+147
2022-06-02ice: fix access-beyond-end in the switch codeAlexander Lobakin4-139/+115
2022-05-22eth: ice: silence the GCC 12 array-bounds warningJakub Kicinski1-0/+5
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-19/+37
2022-05-18igb: skip phy status check where unavailableKevin Mitchell1-1/+2
2022-05-17ice: Fix interrupt moderation settings getting clearedMichal Wilczynski2-11/+16
2022-05-17ice: fix possible under reporting of ethtool Tx and Rx statisticsPaul Greenwalt1-3/+4
2022-05-17ice: fix crash when writing timestamp on RX ringsArkadiusz Kubalewski1-4/+15
2022-05-13ice: Expose RSS indirection tables for queue groups via ethtoolSridhar Samudrala1-18/+51
2022-05-13ixgbe: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi1-36/+63
2022-05-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextJakub Kicinski4-10/+9
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-41/+92
2022-05-11i40e: i40e_main: fix a missing check on list iteratorXiaomeng Tong1-13/+14
2022-05-10igc: Change type of the 'igc_check_downshift' methodSasha Neftin2-6/+2
2022-05-10igc: Remove unused phy_type enumSasha Neftin3-18/+3
2022-05-10igc: Remove igc_set_spd_dplx methodSasha Neftin2-51/+0
2022-05-09Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski2-5/+4
2022-05-09rtnetlink: add extack support in fdb del handlersAlaa Mohamed1-1/+2
2022-05-08eth: switch to netif_napi_add_weight()Jakub Kicinski1-1/+1
2022-05-06Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queueJakub Kicinski2-4/+4
2022-05-06ice: fix PTP stale Tx timestamps cleanupMichal Michalik1-2/+8