summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-07-15fm10k: 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-02Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller49-313/+606
2020-07-02ice: replace single-element array used for C struct hackBruce Allan10-114/+111
2020-07-02ice: avoid unnecessary single-member variable-length structsBruce Allan7-100/+51
2020-07-02ice: implement snapshot for device capabilitiesJacob Keller4-13/+114
2020-07-02ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl2-85/+183
2020-07-02ixgbe: Cleanup unneeded delay in ethtool testJeff Kirsher1-4/+1
2020-07-02iavf: Fix updating statisticsTony Nguyen1-1/+4
2020-07-02i40e: introduce new dump desc XDP commandCiara Loftus1-11/+48
2020-07-02i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus1-0/+41
2020-07-02i40e: add XDP ring statistics to VSI statsCiara Loftus1-0/+19
2020-07-02i40e: move check of full Tx ring to outside of send loopMagnus Karlsson1-15/+5
2020-07-02i40e: eliminate division in napi_poll data pathMagnus Karlsson1-4/+10
2020-07-02i40e: optimize AF_XDP Tx completion pathMagnus Karlsson4-23/+27
2020-07-02iavf: fix error return code in iavf_init_get_resources()Wei Yongjun1-1/+3
2020-07-02i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski4-21/+133
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher43-151/+135
2020-07-01net: ethernet: ixgbe: don't call devm_mdiobus_free()Bartosz Golaszewski1-11/+3
2020-07-01net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski1-1/+5
2020-06-30igc: Remove checking media type during MAC initializationSasha Neftin1-5/+3
2020-06-30igc: Remove unneeded check for copper media typeSasha Neftin1-2/+1
2020-06-30igc: Refactor the igc_power_down_link()Sasha Neftin1-13/+3
2020-06-30igc: Remove TCP segmentation TX fail counterSasha Neftin3-3/+0
2020-06-30igc: Add LPI countersSasha Neftin2-0/+4
2020-06-30igc: Fix Rx timestamp disablingAndre Guedes1-37/+17
2020-06-30igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes1-50/+53
2020-06-30igc: Remove UDP filter setup in PTP codeAndre Guedes1-50/+1
2020-06-30igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes1-9/+7
2020-06-30igc: Remove duplicate code in Tx timestamp handlingAndre Guedes1-19/+15
2020-06-30igc: Clean up Rx timestamping logicAndre Guedes5-58/+5
2020-06-30igc: Add initial LTR supportSasha Neftin5-0/+139
2020-06-30igc: Add initial EEE supportSasha Neftin8-0/+189
2020-06-27docs: networking: reorganize driver documentation againJakub Kicinski1-12/+12
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller53-5786/+245
2020-06-26i40e: Remove scheduling while atomic possibilityAleksandr Loktionov1-97/+137
2020-06-26i40e: Add support for 5Gbps cardsAleksandr Loktionov2-1/+6
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher39-142/+29
2020-06-26i40e: Add a check to see if MFS is setTodd Fujinaka1-0/+8
2020-06-26i40e: detect and log info about pre-recovery modePiotr Kwapulinski2-22/+52
2020-06-26i40e: make PF wait reset loop reliablePiotr Kwapulinski1-11/+9
2020-06-26i40e: remove unused definesJesse Brandeburg13-5308/+2
2020-06-26i40e: Move client header locationShiraz Saleem3-205/+2
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller6-24/+44
2020-06-24bonding/xfrm: use real_dev instead of slave_devJarod Wilson1-35/+12
2020-06-23ixgbe_ipsec: become aware of when running as a bonding slaveJarod Wilson1-8/+31
2020-06-19i40e: fix crash when Rx descriptor count is changedBjörn Töpel1-0/+3
2020-06-19ice: protect ring accesses with WRITE_ONCECiara Loftus2-5/+5