summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: convert to new udp_tunnel_nic infraJakub Kicinski2020-07-102-139/+44
* ixgbe: don't clear UDP tunnel ports when RXCSUM is disabledJakub Kicinski2020-07-101-20/+0
* devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson2020-07-091-2/+4
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-07-0249-313/+606
|\
| * ixgbe: Add ethtool support to enable 2.5 and 5.0 Gbps supportRadoslaw Tyl2020-07-022-85/+183
| * ixgbe: Cleanup unneeded delay in ethtool testJeff Kirsher2020-07-011-4/+1
| * iavf: Fix updating statisticsTony Nguyen2020-07-011-1/+4
| * i40e: introduce new dump desc XDP commandCiara Loftus2020-07-011-11/+48
| * i40e: add XDP ring statistics to dump VSI debug outputCiara Loftus2020-07-011-0/+41
| * i40e: add XDP ring statistics to VSI statsCiara Loftus2020-07-011-0/+19
| * i40e: move check of full Tx ring to outside of send loopMagnus Karlsson2020-07-011-15/+5
| * i40e: eliminate division in napi_poll data pathMagnus Karlsson2020-07-011-4/+10
| * i40e: optimize AF_XDP Tx completion pathMagnus Karlsson2020-07-014-23/+27
| * iavf: fix error return code in iavf_init_get_resources()Wei Yongjun2020-07-011-1/+3
| * i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski2020-07-014-21/+133
| * ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-0143-151/+135
* | ice: replace single-element array used for C struct hackBruce Allan2020-07-0210-114/+111
* | ice: avoid unnecessary single-member variable-length structsBruce Allan2020-07-027-100/+51
* | ice: implement snapshot for device capabilitiesJacob Keller2020-07-024-13/+114
|/
* net: ethernet: ixgbe: don't call devm_mdiobus_free()Bartosz Golaszewski2020-07-011-11/+3
* net: ethernet: ixgbe: check the return value of ixgbe_mii_bus_init()Bartosz Golaszewski2020-07-011-1/+5
* igc: Remove checking media type during MAC initializationSasha Neftin2020-06-301-5/+3
* igc: Remove unneeded check for copper media typeSasha Neftin2020-06-301-2/+1
* igc: Refactor the igc_power_down_link()Sasha Neftin2020-06-301-13/+3
* igc: Remove TCP segmentation TX fail counterSasha Neftin2020-06-303-3/+0
* igc: Add LPI countersSasha Neftin2020-06-302-0/+4
* igc: Fix Rx timestamp disablingAndre Guedes2020-06-301-37/+17
* igc: Refactor igc_ptp_set_timestamp_mode()Andre Guedes2020-06-301-50/+53
* igc: Remove UDP filter setup in PTP codeAndre Guedes2020-06-301-50/+1
* igc: Check __IGC_PTP_TX_IN_PROGRESS instead of ptp_tx_skbAndre Guedes2020-06-301-9/+7
* igc: Remove duplicate code in Tx timestamp handlingAndre Guedes2020-06-301-19/+15
* igc: Clean up Rx timestamping logicAndre Guedes2020-06-305-58/+5
* igc: Add initial LTR supportSasha Neftin2020-06-305-0/+139
* igc: Add initial EEE supportSasha Neftin2020-06-308-0/+189
* docs: networking: reorganize driver documentation againJakub Kicinski2020-06-271-12/+12
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-06-2653-5786/+245
|\
| * i40e: Remove scheduling while atomic possibilityAleksandr Loktionov2020-06-261-97/+137
| * i40e: Add support for 5Gbps cardsAleksandr Loktionov2020-06-262-1/+6
| * net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-2639-142/+29
| * i40e: Add a check to see if MFS is setTodd Fujinaka2020-06-261-0/+8
| * i40e: detect and log info about pre-recovery modePiotr Kwapulinski2020-06-262-22/+52
| * i40e: make PF wait reset loop reliablePiotr Kwapulinski2020-06-261-11/+9
| * i40e: remove unused definesJesse Brandeburg2020-06-2613-5308/+2
| * i40e: Move client header locationShiraz Saleem2020-06-263-205/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-266-24/+44
|\ \ | |/ |/|
| * i40e: fix crash when Rx descriptor count is changedBjörn Töpel2020-06-191-0/+3
| * ice: protect ring accesses with WRITE_ONCECiara Loftus2020-06-192-5/+5
| * i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus2020-06-191-10/+19
| * ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2020-06-192-9/+17
* | bonding/xfrm: use real_dev instead of slave_devJarod Wilson2020-06-241-35/+12