summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
Commit message (Expand)AuthorAgeFilesLines
* 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-051-1/+41
* i40e: Fix the typo in adding 40GE KR4 modeGrzegorz Siwik2019-05-051-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-171-1/+6
* i40e: Implement DDP support in i40e driverAleksandr Loktionov2019-04-171-0/+1
* i40e: fix WoL support checkStefan Assmann2019-03-271-2/+1Star
* 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/+1Star
* 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/+2Star
* i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller2018-08-071-1/+0Star
* 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/+58Star
* i40e: fold prefix strings directly into stat namesJacob Keller2018-05-221-68/+69
* i40e: use WARN_ONCE to replace the commented BUG_ON size checkJacob Keller2018-05-221-2/+4
* i40e: split i40e_get_strings() into smaller functionsJacob Keller2018-05-221-83/+100
* i40e: always return all queue stat stringsJacob Keller2018-05-221-5/+17
* i40e: always return VEB stat stringsJacob Keller2018-05-221-29/+23Star
* i40e: add tx_busy to ethtool statsHarshitha Ramamurthy2018-05-141-0/+1
* i40e: cleanup whitespace for some ethtool stat definitionsJacob Keller2018-05-141-6/+6
* i40e: remove duplicate pfc statsJacob Keller2018-05-141-4/+0Star
* i40e: calculate ethtool stats size in a separate functionJacob Keller2018-05-141-10/+18
* i40e: Add advertising 10G LR modeJakub Pawlak2018-04-301-1/+3
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-9/+15
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1Star
* i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller2018-03-261-14/+5Star
* i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-261-2/+2
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e: Prevent setting link speed on I40E_DEV_ID_25G_BPatryk Małek2018-03-191-0/+1