aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-29ice: fix link event handling timingDave Ertman2-1/+7
2020-07-29ice: Fix link broken after GLOBR resetDave Ertman1-4/+0
2020-07-29ice: Implement LFC workaroundDave Ertman6-38/+148
2020-07-28ice: implement device flash update via devlinkJacob Keller9-1/+1007
2020-07-28ice: add flags indicating pending update of firmware moduleJacob Keller3-0/+24
2020-07-28ice: Add AdminQ commands for FW updateCudzilo, Szymon T5-2/+281
2020-07-28ice: Add support for unified NVM update flow capabilityJacek Naczyk3-0/+11
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-25bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko4-16/+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-07PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck3-4/+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