summaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
Commit message (Expand)AuthorAgeFilesLines
* ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson2021-02-031-0/+1
* ethtool: Extend link modes settings uAPI with lanesDanielle Ratson2021-02-031-0/+4
* ethtool: add ETHTOOL_COALESCE_ALL_PARAMS defineAntonio Cardace2020-11-201-0/+1
* ethtool: allow netdev driver to define phy tunablesIgor Russkikh2020-10-061-0/+4
* ethtool: add standard pause statsJakub Kicinski2020-09-151-0/+26
* net: phy: Define PHY statistics ethtool_phy_opsFlorian Fainelli2020-07-081-0/+7
* net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli2020-07-071-0/+25
* ethtool: Add link extended stateAmit Cohen2020-06-291-0/+23
* ethtool.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-2/+2
* net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski2020-03-171-0/+2
* net: hns: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+5
* net: be2net: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+3
* net: liquidio: reject unsupported coalescing paramsJakub Kicinski2020-03-101-0/+5
* ethtool: add infrastructure for centralized checking of coalescing parametersJakub Kicinski2020-03-051-3/+42
* ethtool: Factored out similar ethtool link settings for virtual devices to coreCris Forno2020-02-291-0/+6
* net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool opsMaxime Chevallier2019-05-251-0/+9
* net: phy: improve definition of __ETHTOOL_LINK_MODE_MASK_NBITSHeiner Kallweit2019-02-241-4/+0
* ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorPablo Neira Ayuso2019-02-061-0/+15
* ethtool: drop get_settings and set_settings callbacksMichal Kubecek2018-08-291-23/+10
* net: Allow network devices to have PHY statisticsFlorian Fainelli2018-04-271-0/+5
* net: ethtool: Add missing kernel doc for FEC parametersFlorian Fainelli2018-04-241-0/+2
* net: ethtool: extend RXNFC API to support RSS spreading of filter matchesEdward Cree2018-03-081-0/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-041-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | ethtool: add ethtool_intersect_link_masksAlan Brady2017-10-171-0/+10
|/
* net: ethtool: Add macro to clear a link mode settingLendacky, Thomas2017-08-181-0/+11
* net: ethtool: add support for forward error correction modesVidya Sagar Ravipati2017-07-291-0/+4
* ethtool: add CRC32 as an RSS hash functionJakub Kicinski2017-03-091-0/+2
* net: ethtool: export conversion function between u32 and link modePhilippe Reynes2016-04-181-0/+7
* net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny2016-02-251-4/+0
* net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny2016-02-251-8/+83
* net/ethtool: support set coalesce per queueKan Liang2016-02-191-0/+7
* net/ethtool: support get coalesce per queueKan Liang2016-02-191-1/+7
* ethtool: Support for configurable RSS hash functionEyal Perry2014-12-081-12/+30
* ethtool: Add generic options for tunablesGovindarajulu Varadarajan2014-09-051-0/+4
* ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings2014-06-031-6/+0
* ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings2014-05-191-1/+2
* ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedBen Hutchings2014-05-191-2/+2
* ethtool: Expand documentation of ethtool_ops::{get,set}_rxfh()Ben Hutchings2014-05-191-8/+9
* ethtool: Support for configurable RSS hash keyVenkata Duvvuru2014-04-221-0/+13
* ethtool: Document the general convention for VLAs in kernel spaceBen Hutchings2014-02-121-0/+3
* UAPI: (Scripted) Disintegrate include/linuxDavid Howells2012-10-131-1075/+1
* ethtool.h: MDI setting supportJesse Brandeburg2012-08-211-6/+11
* net: added support for 40GbE link.parav.pandit@emulex.com2012-06-271-0/+8
* Added kernel support in EEE Ethtool commandsYuval Mintz2012-06-071-0/+35
* linux/ethtool: Added macro ETH_FW_DUMP_DISABLEManish chopra2012-05-151-1/+6
* ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson2012-05-101-0/+33
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-04-101-2/+1
|\
| * ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings2012-04-061-2/+1
* | ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran2012-04-041-0/+1