aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-23ice: add 1G SGMII PHY typePaul M Stillwell Jr2-3/+15
2020-07-23ice: Report AOC PHY Types as FiberDoug Dziggel1-0/+11
2020-07-23ice: add AQC get link topology handle supportPaul Greenwalt2-1/+118
2020-07-23ice: Rename low_power_ctrlLev Faerman2-11/+11
2020-07-23ice: update reporting of autoneg capabilitiesPaul Greenwalt5-6/+29
2020-07-23ice: add ice_aq_get_phy_caps() debug logsPaul Greenwalt1-18/+50
2020-07-23ice: support Total Port Shutdown on devices that support itBruce Allan3-1/+26
2020-07-23ice: add link lenient and default override supportPaul Greenwalt9-216/+628
2020-07-23ice: restore PHY settings on media insertionPaul Greenwalt7-95/+518
2020-07-23ice: move auto FEC checks into ice_cfg_phy_fec()Paul Greenwalt3-39/+40
2020-07-23ice: refactor FC functionsPaul Greenwalt1-29/+46
2020-07-23ice: Add advanced power mgmt for WoLAkeem G Abodunrin10-29/+458
2020-07-23ice: split ice_discover_caps into two functionsJacob Keller1-55/+39
2020-07-23ice: split ice_parse_caps into separate functionsJacob Keller1-170/+378
2020-07-23ice: refactor ice_discover_caps to avoid need to retryJacob Keller1-31/+12
2020-07-14fm10k: convert to new udp_tunnel_nic infraJakub Kicinski4-159/+28
2020-07-10ixgbe: convert to new udp_tunnel_nic infraJakub Kicinski2-139/+44
2020-07-10ixgbe: don't clear UDP tunnel ports when RXCSUM is disabledJakub Kicinski1-20/+0
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-2/+4
2020-07-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller49-313/+606
2020-07-01ice: replace single-element array used for C struct hackBruce Allan10-114/+111
2020-07-01ice: avoid unnecessary single-member variable-length structsBruce Allan7-100/+51
2020-07-01ice: implement snapshot for device capabilitiesJacob Keller4-13/+114
2020-07-01ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl2-85/+183
2020-07-01ixgbe: Cleanup unneeded delay in ethtool testJeff Kirsher1-4/+1
2020-07-01iavf: Fix updating statisticsTony Nguyen1-1/+4
2020-07-01i40e: introduce new dump desc XDP commandCiara Loftus1-11/+48
2020-07-01i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus1-0/+41
2020-07-01i40e: add XDP ring statistics to VSI statsCiara Loftus1-0/+19
2020-07-01i40e: move check of full Tx ring to outside of send loopMagnus Karlsson1-15/+5
2020-07-01i40e: eliminate division in napi_poll data pathMagnus Karlsson1-4/+10
2020-07-01i40e: optimize AF_XDP Tx completion pathMagnus Karlsson4-23/+27
2020-07-01iavf: fix error return code in iavf_init_get_resources()Wei Yongjun1-1/+3
2020-07-01i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski4-21/+133
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher43-151/+135
2020-06-30net: ethernet: ixgbe: don't call devm_mdiobus_free()Bartosz Golaszewski1-11/+3
2020-06-30net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski1-1/+5
2020-06-29igc: Remove checking media type during MAC initializationSasha Neftin1-5/+3
2020-06-29igc: Remove unneeded check for copper media typeSasha Neftin1-2/+1
2020-06-29igc: Refactor the igc_power_down_link()Sasha Neftin1-13/+3
2020-06-29igc: Remove TCP segmentation TX fail counterSasha Neftin3-3/+0
2020-06-29igc: Add LPI countersSasha Neftin2-0/+4
2020-06-29igc: Fix Rx timestamp disablingAndre Guedes1-37/+17
2020-06-29igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes1-50/+53
2020-06-29igc: Remove UDP filter setup in PTP codeAndre Guedes1-50/+1
2020-06-29igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes1-9/+7
2020-06-29igc: Remove duplicate code in Tx timestamp handlingAndre Guedes1-19/+15