summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2020-07-27bnxt_en: Use macros to define port statistics size and offset.Michael Chan2-5/+11
2020-07-27bnxt_en: Update firmware interface to 1.10.1.54.Michael Chan5-130/+390
2020-07-27bnxt_en: Remove PCIe non-counters from ethtool statisticsVasundhara Volam3-79/+1
2020-07-27sfc: drop unnecessary list_emptyJulia Lawall1-11/+9
2020-07-27igc: Fix static checker warningSasha Neftin1-1/+1
2020-07-27igc: Clean up the hw_stats structureSasha Neftin4-13/+0
2020-07-27igc: Clean up the mac_info structureSasha Neftin1-5/+0
2020-07-27igc: Remove ledctl_ fields from the mac_info structureSasha Neftin1-3/+0
2020-07-27igc: Fix registers definitionSasha Neftin4-20/+0
2020-07-27igc: Remove unneeded ICTXQMTC registerSasha Neftin4-5/+0
2020-07-27igc: Add Receive Descriptor Minimum Threshold Count to clear HW countersSasha Neftin1-0/+1
2020-07-27igc: Remove unneeded variableSasha Neftin4-5/+0
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller43-249/+413
2020-07-25net: hix5hd2_gmac: Remove unneeded cast from memory allocationWang Hai1-3/+3
2020-07-25Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller13-648/+2323
2020-07-24ice: add 1G SGMII PHY typePaul M Stillwell Jr2-3/+15
2020-07-24ice: Report AOC PHY Types as FiberDoug Dziggel1-0/+11
2020-07-24ice: add AQC get link topology handle supportPaul Greenwalt2-1/+118
2020-07-24ice: Rename low_power_ctrlLev Faerman2-11/+11
2020-07-24ice: update reporting of autoneg capabilitiesPaul Greenwalt5-6/+29
2020-07-24ice: add ice_aq_get_phy_caps() debug logsPaul Greenwalt1-18/+50
2020-07-24ice: support Total Port Shutdown on devices that support itBruce Allan3-1/+26
2020-07-24ice: add link lenient and default override supportPaul Greenwalt9-216/+628
2020-07-24ice: restore PHY settings on media insertionPaul Greenwalt7-95/+518
2020-07-24ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt3-39/+40
2020-07-24ice: refactor FC functionsPaul Greenwalt1-29/+46
2020-07-24ice: Add advanced power mgmt for WoLAkeem G Abodunrin10-29/+458
2020-07-24ice: split ice_discover_caps into two functionsJacob Keller1-55/+39
2020-07-24ice: split ice_parse_caps into separate functionsJacob Keller1-170/+378
2020-07-24ice: refactor ice_discover_caps to avoid need to retryJacob Keller1-31/+12
2020-07-23cxgb4: add loopback ethtool self-testVishal Kulkarni3-1/+166
2020-07-23cxgb4: use eth_zero_addr() to clear mac addressMiaohe Lin1-1/+1
2020-07-23sfc: convert to new udp_tunnel infrastructureJakub Kicinski3-182/+63
2020-07-23cxgb4: add missing release on skb in uld_send()Navid Emamdoost1-0/+1
2020-07-23qede: add .ndo_xdp_xmit() and XDP_REDIRECT supportAlexander Lobakin3-5/+118
2020-07-23qede: refactor XDP Tx processingAlexander Lobakin2-45/+45
2020-07-23qede: reformat net_device_ops declarationsAlexander Lobakin1-61/+61
2020-07-23qede: reformat several structures in "qede.h"Alexander Lobakin1-77/+89
2020-07-23qed: add support for different page sizes for chainsAlexander Lobakin1-10/+18
2020-07-23qed: simplify chain allocation with init params structAlexander Lobakin6-162/+168
2020-07-23qed: simplify initialization of the chains with an external PBLAlexander Lobakin1-18/+19
2020-07-23qed: move chain initialization inlines next to allocation functionsAlexander Lobakin1-0/+47
2020-07-23qed: sanitize PBL chains allocationAlexander Lobakin2-13/+12
2020-07-23qed: prevent possible double-frees of the chainsAlexander Lobakin1-1/+3
2020-07-23qed: move chain methods to a separate fileAlexander Lobakin3-273/+303
2020-07-23qed: reformat MakefileAlexander Lobakin1-7/+29
2020-07-23net: atlantic: fix PTP on AQC10XEgor Pomozov1-1/+6
2020-07-23net: qed_hsi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-23bna: bfi.h: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1
2020-07-23tg3: Avoid the use of one-element arrayGustavo A. R. Silva1-1/+1