summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
AgeCommit message (Expand)Author
2020-10-13i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson
2020-07-01i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2020-06-25net/intel: remove driver versions from Intel driversJeff Kirsher
2020-06-18i40e: fix crash when Rx descriptor count is changedBjörn Töpel
2020-03-12net: i40e: reject unsupported coalescing paramsJakub Kicinski
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-10-25i40e: allow ethtool to report SW and FW versions in recovery modePiotr Kwapulinski
2019-10-25i40e: Extend PHY access with page change flagPiotr Azarewicz
2019-10-25i40e: Wrong 'Advertised FEC modes' after set FEC to AUTOJaroslaw Gawin
2019-08-22i40e: Check if transceiver implements DDM before accessMauro S. M. Rodrigues
2019-08-05i40e: verify string count matches even on early returnJacob Keller
2019-08-05i40e: Update visual effect for advertised FEC mode.Czeslaw Zagorski
2019-08-05i40e: fix incorrect ethtool statistics veb and veb.tc_Dmitrii Golovanov
2019-06-26i40e: Fix descriptor count manipulationMaciej Fijalkowski
2019-06-14i40e: Missing response checks in driver when starting/stopping FW LLDPAleksandr Loktionov
2019-06-14i40e: Missing response checks in driver when starting/stopping FW LLDPPiotr Marczak
2019-06-14i40e: add functions stubs to support EEEAleksandr Loktionov
2019-05-04i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov
2019-05-04i40e: Fix the typo in adding 40GE KR4 modeGrzegorz Siwik
2019-05-03i40e: Introduce recovery mode supportAlice Michael
2019-05-03i40e: Further implementation of LLDPAleksandr Loktionov
2019-05-03i40e: Report advertised link modes on 40GBase_LR4, CR4 and fibreAdam Ludkiewicz
2019-04-16i40e: Report advertised link modes on 40GBASE_SR4Adam Ludkiewicz
2019-04-16i40e: Implement DDP support in i40e driverAleksandr Loktionov
2019-03-26i40e: fix WoL support checkStefan Assmann
2019-01-22i40e: clean up several indentation issuesColin Ian King
2019-01-22i40e: Change unmatched function typesGrzegorz Siwik
2019-01-22i40e: Add support FEC configuration for Fortville 25GDamian Dybek
2018-11-14i40e: always set ks->base.speed in i40e_get_settings_link_upJacob Keller
2018-11-14i40e: don't restart nway if autoneg not supportedMitch Williams
2018-11-14i40e: Allow disabling FW LLDP on X722 devicesPatryk Małek
2018-11-07i40e/ixgbe/igb: fail on new WoL flag setting WAKE_MAGICSECURETodd Fujinaka
2018-09-25i40e: disallow changing the number of descriptors when AF_XDP is onBjörn Töpel
2018-09-08i40e(vf): remove i40e_ethtool_stats.h header fileJacob Keller
2018-08-30i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller
2018-08-30i40e: convert queue stats to i40e_stats arrayJacob Keller
2018-08-24i40e: fix condition of WARN_ONCE for stat stringsJacob Keller
2018-08-07i40e: fix i40e_add_queue_stats data pointer updateJacob Keller
2018-08-07i40e: fix warning about shadowed ring parameterJacob Keller
2018-08-07i40e: remove unnecessary i variable causing -Wshadow warningJacob Keller
2018-08-07i40e: convert priority flow control stats to use helpersJacob Keller
2018-08-07i40e: convert VEB TC stats to use an i40e_stats arrayJacob Keller
2018-08-07i40e: add helper to copy statistic values into ethtool bufferJacob Keller
2018-08-07i40e: add helper function for copying strings from stat arraysJacob Keller
2018-05-22i40e: use the more traditional 'i' loop variableJacob Keller
2018-05-22i40e: add function doc headers for ethtool stats functionsJacob Keller
2018-05-22i40e: update data pointer directly when copying to the bufferJacob Keller