summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin2020-10-131-12/+21
* xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson2020-08-311-1/+1
* i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski2020-07-011-0/+9
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-1/+1
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2020-06-261-2/+0
|\
| * net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-251-2/+0
* | i40e: fix crash when Rx descriptor count is changedBjörn Töpel2020-06-181-0/+3
|/
* net: i40e: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+5
* treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* i40e: allow ethtool to report SW and FW versions in recovery modePiotr Kwapulinski2019-10-251-0/+1
* i40e: Extend PHY access with page change flagPiotr Azarewicz2019-10-251-4/+4
* i40e: Wrong 'Advertised FEC modes' after set FEC to AUTOJaroslaw Gawin2019-10-251-16/+16
* i40e: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2019-08-221-0/+6
* i40e: verify string count matches even on early returnJacob Keller2019-08-051-1/+2
* i40e: Update visual effect for advertised FEC mode.Czeslaw Zagorski2019-08-051-28/+35
* i40e: fix incorrect ethtool statistics veb and veb.tc_Dmitrii Golovanov2019-08-051-1/+7
* i40e: Fix descriptor count manipulationMaciej Fijalkowski2019-06-261-0/+4
* i40e: Missing response checks in driver when starting/stopping FW LLDPAleksandr Loktionov2019-06-141-21/+24
* i40e: Missing response checks in driver when starting/stopping FW LLDPPiotr Marczak2019-06-141-2/+25
* i40e: add functions stubs to support EEEAleksandr Loktionov2019-06-141-0/+12
* i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov2019-05-041-1/+41
* i40e: Fix the typo in adding 40GE KR4 modeGrzegorz Siwik2019-05-041-2/+2
* i40e: Introduce recovery mode supportAlice Michael2019-05-031-1/+13
* i40e: Further implementation of LLDPAleksandr Loktionov2019-05-031-2/+2
* i40e: Report advertised link modes on 40GBase_LR4, CR4 and fibreAdam Ludkiewicz2019-05-031-1/+9
* i40e: Report advertised link modes on 40GBASE_SR4Adam Ludkiewicz2019-04-161-1/+6
* i40e: Implement DDP support in i40e driverAleksandr Loktionov2019-04-161-0/+1
* i40e: fix WoL support checkStefan Assmann2019-03-261-2/+1
* i40e: clean up several indentation issuesColin Ian King2019-01-221-4/+4
* i40e: Change unmatched function typesGrzegorz Siwik2019-01-221-4/+4
* i40e: Add support FEC configuration for Fortville 25GDamian Dybek2019-01-221-2/+226
* i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller2018-11-141-0/+1
* i40e: don't restart nway if autoneg not supportedMitch Williams2018-11-141-5/+5
* i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek2018-11-141-6/+7
* i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka2018-11-071-1/+2
* i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel2018-09-251-0/+8
* i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller2018-09-081-1/+218
* i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller2018-08-301-181/+1
* i40e: convert queue stats to i40e_stats arrayJacob Keller2018-08-301-59/+89
* i40e: fix condition of WARN_ONCE for stat stringsJacob Keller2018-08-241-1/+1
* i40e: fix i40e_add_queue_stats data pointer updateJacob Keller2018-08-071-1/+6
* i40e: fix warning about shadowed ring parameterJacob Keller2018-08-071-4/+2
* i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller2018-08-071-1/+0
* i40e: convert priority flow control stats to use helpersJacob Keller2018-08-071-36/+51
* i40e: convert VEB TC stats to use an i40e_stats arrayJacob Keller2018-08-071-40/+43
* i40e: add helper to copy statistic values into ethtool bufferJacob Keller2018-08-071-23/+93
* i40e: add helper function for copying strings from stat arraysJacob Keller2018-08-071-20/+39
* i40e: use the more traditional 'i' loop variableJacob Keller2018-05-221-28/+28
* i40e: add function doc headers for ethtool stats functionsJacob Keller2018-05-221-0/+38
* i40e: update data pointer directly when copying to the bufferJacob Keller2018-05-221-59/+58