summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2022-08-18ixgbe: Manual AN-37 for troublesome link partners for X550 SFIJeff Daly
2022-08-18igb: Add lock to avoid data raceLin Ma
2022-08-18ixgbe: Don't call kmap() on page allocated with GFP_ATOMICFabio M. De Francesco
2022-08-18ice: remove non-inclusive languageMikael Barsehyan
2022-08-18ice: Remove ucast_sharedSylwester Dziedziuch
2022-08-18ice: Allow 100M speeds for some devicesAnirudh Venkataramanan
2022-08-18ice: Implement FCS/CRC and VLAN stripping co-existence policyAnatolii Gerasymenko
2022-08-18ice: Implement control of FCS/CRC strippingJesse Brandeburg
2022-08-17ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch
2022-08-17ice: Ignore error message when setting same promiscuous modeBenjamin Mikailenko
2022-08-17ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik
2022-08-17ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik
2022-08-17ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik
2022-08-16ice: introduce ice_ptp_reset_cached_phctime functionJacob Keller
2022-08-16ice: re-arrange some static functions in ice_ptp.cJacob Keller
2022-08-16ice: track and warn when PHC update is lateJacob Keller
2022-08-16ice: track Tx timestamp stats similar to other Intel driversJacob Keller
2022-08-16ice: initialize cached_phctime when creating Rx ringsJacob Keller
2022-08-16ice: set tx_tstamps when creating new Tx rings via ethtoolJacob Keller
2022-08-16i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady
2022-08-16i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski
2022-08-15Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2022-08-15Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/netDavid S. Miller
2022-08-12iavf: Fix deadlock in initializationIvan Vecera
2022-08-12iavf: Fix reset error handlingPrzemyslaw Patynowski
2022-08-12iavf: Fix NULL pointer dereference in iavf_get_link_ksettingsPrzemyslaw Patynowski
2022-08-12iavf: Fix adminq error handlingPrzemyslaw Patynowski
2022-08-11ice: Fix call trace with null VSI during VF resetMichal Jaron
2022-08-11ice: Fix VSI rebuild WARN_ON check for VFBenjamin Mikailenko
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-08-01net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen
2022-08-01Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski
2022-07-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2022-07-29iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski
2022-07-29iavf: Fix max_rate limitingPrzemyslaw Patynowski
2022-07-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-28ice: allow toggling loopback mode via ndo_set_features callbackMaciej Fijalkowski
2022-07-28ice: compress branches in ice_set_features()Maciej Fijalkowski
2022-07-28ice: Fix promiscuous mode not turning offMichal Wilczynski
2022-07-28ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski
2022-07-28igb: convert .adjfreq to .adjfineJacob Keller
2022-07-28ixgbe: convert .adjfreq to .adjfineJacob Keller
2022-07-28i40e: convert .adjfreq to .adjfineJacob Keller
2022-07-28i40e: use mul_u64_u64_div_u64 for PTP frequency calculationJacob Keller
2022-07-28e1000e: convert .adjfreq to .adjfineJacob Keller
2022-07-28e1000e: remove unnecessary range check in e1000e_phc_adjfreqJacob Keller
2022-07-28ice: implement adjfine with mul_u64_u64_div_u64Jacob Keller
2022-07-26ice: do not setup vlan for loopback VSIMaciej Fijalkowski
2022-07-26ice: check (DD | EOF) bits on Rx descriptor rather than (EOP | RS)Maciej Fijalkowski