summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-08-223-6/+57
|\
| * ixgbe: Manual AN-37 for troublesome link partners for X550 SFIJeff Daly2022-08-182-3/+56
| * ixgbe: Don't call kmap() on page allocated with GFP_ATOMICFabio M. De Francesco2022-08-181-3/+1
* | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-08-2213-184/+136
|\ \
| * | ice: remove non-inclusive languageMikael Barsehyan2022-08-182-9/+9
| * | ice: Remove ucast_sharedSylwester Dziedziuch2022-08-183-165/+5
| * | ice: Allow 100M speeds for some devicesAnirudh Venkataramanan2022-08-183-4/+28
| * | ice: Implement FCS/CRC and VLAN stripping co-existence policyAnatolii Gerasymenko2022-08-181-0/+25
| * | ice: Implement control of FCS/CRC strippingJesse Brandeburg2022-08-187-6/+69
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-08-1812-32/+140
|\ \
| * | igb: Add lock to avoid data raceLin Ma2022-08-182-1/+13
| * | ice: Fix VF not able to send tagged traffic with no VLAN filtersSylwester Dziedziuch2022-08-172-11/+57
| * | ice: Ignore error message when setting same promiscuous modeBenjamin Mikailenko2022-08-171-4/+4
| * | ice: Fix clearing of promisc mode with bridge over bondGrzegorz Siwik2022-08-172-2/+16
| * | ice: Ignore EEXIST when setting promisc modeGrzegorz Siwik2022-08-171-1/+1
| * | ice: Fix double VLAN error when entering promisc modeGrzegorz Siwik2022-08-171-0/+7
| * | i40e: Fix to stop tx_timeout recovery if GLOBR failsAlan Brady2022-08-161-1/+3
| * | i40e: Fix tunnel checksum offload with fragmented trafficPrzemyslaw Patynowski2022-08-161-3/+5
| * | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2022-08-152-7/+30
| |\ \
| | * | iavf: Fix deadlock in initializationIvan Vecera2022-08-121-1/+10
| | * | iavf: Fix reset error handlingPrzemyslaw Patynowski2022-08-121-3/+6
| | * | iavf: Fix NULL pointer dereference in iavf_get_link_ksettingsPrzemyslaw Patynowski2022-08-121-1/+1
| | * | iavf: Fix adminq error handlingPrzemyslaw Patynowski2022-08-121-2/+13
| * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/netDavid S. Miller2022-08-152-2/+4
| |\ \ \ | | |/ / | |/| |
| | * | ice: Fix call trace with null VSI during VF resetMichal Jaron2022-08-111-1/+3
| | * | ice: Fix VSI rebuild WARN_ON check for VFBenjamin Mikailenko2022-08-111-1/+1
* | | | igc: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-08-181-45/+83
| |_|/ |/| |
* | | ice: introduce ice_ptp_reset_cached_phctime functionJacob Keller2022-08-161-23/+76
* | | ice: re-arrange some static functions in ice_ptp.cJacob Keller2022-08-161-336/+336
* | | ice: track and warn when PHC update is lateJacob Keller2022-08-163-3/+34
* | | ice: track Tx timestamp stats similar to other Intel driversJacob Keller2022-08-164-4/+20
* | | ice: initialize cached_phctime when creating Rx ringsJacob Keller2022-08-162-0/+2
* | | ice: set tx_tstamps when creating new Tx rings via ethtoolJacob Keller2022-08-161-0/+1
|/ /
* | Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds2022-08-071-1/+1
|\ \ | |/ |/|
| * net/ice: fix initializing the bitmap in the switch codeAlexander Lobakin2022-06-301-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-033-3/+51
|\ \
| * | net: ice: fix error NETIF_F_HW_VLAN_CTAG_FILTER check in ice_vsi_sync_fltr()Jian Shen2022-08-011-1/+1
| * | iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski2022-07-292-0/+26
| * | iavf: Fix max_rate limitingPrzemyslaw Patynowski2022-07-292-2/+24
* | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-08-017-88/+75
|\ \ \
| * | | igb: convert .adjfreq to .adjfineJacob Keller2022-07-281-8/+7
| * | | ixgbe: convert .adjfreq to .adjfineJacob Keller2022-07-281-33/+40
| * | | i40e: convert .adjfreq to .adjfineJacob Keller2022-07-281-10/+12
| * | | i40e: use mul_u64_u64_div_u64 for PTP frequency calculationJacob Keller2022-07-281-13/+4
| * | | e1000e: convert .adjfreq to .adjfineJacob Keller2022-07-283-10/+11
| * | | e1000e: remove unnecessary range check in e1000e_phc_adjfreqJacob Keller2022-07-281-3/+0
| * | | ice: implement adjfine with mul_u64_u64_div_u64Jacob Keller2022-07-281-13/+3
* | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-07-2912-202/+269
|\ \ \ \
| * | | | ice: allow toggling loopback mode via ndo_set_features callbackMaciej Fijalkowski2022-07-281-1/+31
| * | | | ice: compress branches in ice_set_features()Maciej Fijalkowski2022-07-281-21/+19