aboutsummaryrefslogtreecommitdiff
path: root/include/linux/ethtool.h
AgeCommit message (Expand)AuthorFilesLines
2020-04-18ethtool.h: Replace zero-length array with flexible-array memberGravatar Gustavo A. R. Silva 1-2/+2
2020-03-17net: ethtool: require drivers to set supported_coalesce_paramsGravatar Jakub Kicinski 1-0/+2
2020-03-12net: hns: reject unsupported coalescing paramsGravatar Jakub Kicinski 1-0/+5
2020-03-12net: be2net: reject unsupported coalescing paramsGravatar Jakub Kicinski 1-0/+3
2020-03-10net: liquidio: reject unsupported coalescing paramsGravatar Jakub Kicinski 1-0/+5
2020-03-05ethtool: add infrastructure for centralized checking of coalescing parametersGravatar Jakub Kicinski 1-3/+42
2020-02-29ethtool: Factored out similar ethtool link settings for virtual devices to coreGravatar Cris Forno 1-0/+6
2019-05-25net: ethtool: Document get_rxfh_context and set_rxfh_context ethtool opsGravatar Maxime Chevallier 1-0/+9
2019-02-24net: phy: improve definition of __ETHTOOL_LINK_MODE_MASK_NBITSGravatar Heiner Kallweit 1-4/+0
2019-02-06ethtool: add ethtool_rx_flow_spec to flow_rule structure translatorGravatar Pablo Neira Ayuso 1-0/+15
2018-08-29ethtool: drop get_settings and set_settings callbacksGravatar Michal Kubecek 1-23/+10
2018-04-27net: Allow network devices to have PHY statisticsGravatar Florian Fainelli 1-0/+5
2018-04-24net: ethtool: Add missing kernel doc for FEC parametersGravatar Florian Fainelli 1-0/+2
2018-03-08net: ethtool: extend RXNFC API to support RSS spreading of filter matchesGravatar Edward Cree 1-0/+5
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-17ethtool: add ethtool_intersect_link_masksGravatar Alan Brady 1-0/+10
2017-08-18net: ethtool: Add macro to clear a link mode settingGravatar Lendacky, Thomas 1-0/+11
2017-07-29net: ethtool: add support for forward error correction modesGravatar Vidya Sagar Ravipati 1-0/+4
2017-03-09ethtool: add CRC32 as an RSS hash functionGravatar Jakub Kicinski 1-0/+2
2016-04-18net: ethtool: export conversion function between u32 and link modeGravatar Philippe Reynes 1-0/+7
2016-02-25net: ethtool: remove unused __ethtool_get_settingsGravatar David Decotigny 1-4/+0
2016-02-25net: ethtool: add new ETHTOOL_xLINKSETTINGS APIGravatar David Decotigny 1-8/+83
2016-02-19net/ethtool: support set coalesce per queueGravatar Kan Liang 1-0/+7
2016-02-19net/ethtool: support get coalesce per queueGravatar Kan Liang 1-1/+7
2014-12-08ethtool: Support for configurable RSS hash functionGravatar Eyal Perry 1-12/+30
2014-09-05ethtool: Add generic options for tunablesGravatar Govindarajulu Varadarajan 1-0/+4
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Gravatar Ben Hutchings 1-6/+0
2014-05-19ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhGravatar Ben Hutchings 1-1/+2
2014-05-19ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedGravatar Ben Hutchings 1-2/+2
2014-05-19ethtool: Expand documentation of ethtool_ops::{get,set}_rxfh()Gravatar Ben Hutchings 1-8/+9
2014-04-22ethtool: Support for configurable RSS hash keyGravatar Venkata Duvvuru 1-0/+13
2014-02-12ethtool: Document the general convention for VLAs in kernel spaceGravatar Ben Hutchings 1-0/+3
2012-10-13UAPI: (Scripted) Disintegrate include/linuxGravatar David Howells 1-1075/+1
2012-08-21ethtool.h: MDI setting supportGravatar Jesse Brandeburg 1-6/+11
2012-06-27net: added support for 40GbE link.Gravatar parav.pandit@emulex.com 1-0/+8
2012-06-07Added kernel support in EEE Ethtool commandsGravatar Yuval Mintz 1-0/+35
2012-05-15linux/ethtool: Added macro ETH_FW_DUMP_DISABLEGravatar Manish chopra 1-1/+6
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataGravatar Stuart Hodgson 1-0/+33
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-2/+1
2012-04-06ethtool: Remove exception to the requirement of holding RTNL lockGravatar Ben Hutchings 1-2/+1
2012-04-04ethtool: Add a common function for drivers with transmit time stamping.Gravatar Richard Cochran 1-0/+1
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Gravatar Richard Cochran 1-0/+28
2012-03-01ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmdGravatar Ben Hutchings 1-2/+21
2012-01-04ethtool: Remove ethtool_ops::set_rx_ntuple operationGravatar Ben Hutchings 1-4/+0
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsGravatar Ben Hutchings 1-2/+24
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionGravatar Ben Hutchings 1-3/+20
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersGravatar Ben Hutchings 1-4/+7
2011-12-16ethtool: Clarify use of size field for ETHTOOL_GRXFHINDIRGravatar Ben Hutchings 1-2/+3
2011-11-16net: remove legacy ethtool opsGravatar Michał Mirosław 1-53/+0