summaryrefslogtreecommitdiff
path: root/include/linux/ethtool.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-08ethtool: Fix link extended state for big endianMoshe Tal1-1/+1
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+9
2021-08-24ethtool: add two coalesce attributes for CQE modeYufeng Mo1-1/+10
2021-07-23ethtool: improve compat ioctl handlingArnd Bergmann1-4/+0
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu1-0/+10
2021-06-22ethtool: Use kernel data types for internal EEPROM structIdo Schimmel1-6/+6
2021-04-17ethtool: add interface to read RMON statsJakub Kicinski1-0/+43
2021-04-17ethtool: add interface to read standard MAC Ctrl statsJakub Kicinski1-0/+12
2021-04-17ethtool: add interface to read standard MAC statsJakub Kicinski1-0/+31
2021-04-17ethtool: add a new command for reading standard statsJakub Kicinski1-0/+10
2021-04-16ethtool: add FEC statisticsJakub Kicinski1-0/+40
2021-04-16ethtool: move ethtool_stats_initJakub Kicinski1-0/+6
2021-04-12ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk1-1/+32
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+17
2021-04-08ethtool: Remove link_mode param and derive link params from driverDanielle Ratson1-1/+8
2021-04-08ethtool: fix kdoc in headersJakub Kicinski1-2/+7
2021-04-08ethtool: un-kdocify extended link stateJakub Kicinski1-3/+1
2021-04-08ethtool: document PHY tunable callbacksJakub Kicinski1-0/+2
2021-03-17ethtool: Add common function for filling out stringsAlexander Duyck1-0/+9
2021-02-04ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson1-0/+1
2021-02-04ethtool: Extend link modes settings uAPI with lanesDanielle Ratson1-0/+4
2020-11-20ethtool: add ETHTOOL_COALESCE_ALL_PARAMS defineAntonio Cardace1-0/+1
2020-10-06ethtool: allow netdev driver to define phy tunablesIgor Russkikh1-0/+4
2020-09-15ethtool: add standard pause statsJakub Kicinski1-0/+26
2020-07-08net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli1-0/+7
2020-07-08net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli1-0/+25
2020-06-30ethtool: Add link extended stateAmit Cohen1-0/+23
2020-04-18ethtool.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-03-18net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski1-0/+2
2020-03-12net: hns: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-12net: be2net: reject unsupported coalescing paramsJakub Kicinski1-0/+3
2020-03-11net: liquidio: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2020-03-05ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski1-3/+42
2020-03-01ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno1-0/+6
2019-05-26net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool opsMaxime Chevallier1-0/+9
2019-02-25net: phy: improve definition of __ETHTOOL_LINK_MODE_MASK_NBITSHeiner Kallweit1-4/+0
2019-02-06ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso1-0/+15
2018-08-30ethtool: drop get_settings and set_settings callbacksMichal Kubecek1-23/+10
2018-04-27net: Allow network devices to have PHY statisticsFlorian Fainelli1-0/+5
2018-04-24net: ethtool: Add missing kernel doc for FEC parametersFlorian Fainelli1-0/+2
2018-03-09net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree1-0/+5
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-17ethtool: add ethtool_intersect_link_masksAlan Brady1-0/+10
2017-08-19net: ethtool: Add macro to clear a link mode settingLendacky, Thomas1-0/+11
2017-07-30net: ethtool: add support for forward error correction modesVidya Sagar Ravipati1-0/+4
2017-03-10ethtool: add CRC32 as an RSS hash functionJakub Kicinski1-0/+2
2016-04-18net: ethtool: export conversion function between u32 and link modePhilippe Reynes1-0/+7
2016-02-26net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny1-4/+0
2016-02-26net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny1-8/+83