summaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran2012-04-041-0/+28
|/
* ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmdBen Hutchings2012-03-011-2/+21
* ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings2012-01-041-4/+0
* ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings2012-01-041-2/+24
* ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings2011-12-161-3/+20
* ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings2011-12-161-4/+7
* ethtool: Clarify use of size field for ETHTOOL_GRXFHINDIRBen Hutchings2011-12-161-2/+3
* net: remove legacy ethtool opsMichał Mirosław2011-11-161-53/+0
* bonding: comparing a u8 with -1 is always falseDan Carpenter2011-11-041-0/+2
* ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings2011-09-161-3/+3
* ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings2011-09-161-3/+4
* ethtool: Explicitly state that RX NFC rule locations are prioritiesBen Hutchings2011-09-161-4/+3
* ethtool: Make struct ethtool_rxnfc kernel-doc more self-consistentBen Hutchings2011-09-161-12/+11
* net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko2011-09-151-0/+3
* ethtool: Note common alternate exit condition for interrupt coalescingBen Hutchings2011-08-161-0/+6
* ethtool: Explicitly state the exit condition for interrupt coalescingBen Hutchings2011-08-161-8/+11
* ethtool: Correct description of 'max_coalesced_frames' fieldsBen Hutchings2011-08-161-13/+13
* ethtool: Specify what kind of coalescing struct ethtool_coalesce coversBen Hutchings2011-08-161-1/+1
* ethtool: Reformat struct ethtool_coalesce comments into kernel-doc formatBen Hutchings2011-08-161-71/+64
* net: add external loopback test in ethtool self testAmit Kumar Salecha2011-06-301-2/+14
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-06-201-3/+3
|\
| * ethtool.h: fix typosYegor Yefremov2011-06-091-3/+3
* | v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck2011-06-081-17/+2
|/
* ethtool: Added support for FW dumpAnirban Chakraborty2011-05-131-0/+31
* ethtool: Add 20G bit definitionsYaniv Rosner2011-05-081-0/+4
* ethtool: remove phys_id from ethtool_opsStephen Hemminger2011-05-081-7/+0
* ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny2011-04-291-1/+3
* ethtool: cosmetics: enforce const-ness in ethtool_cmd_speedDavid Decotigny2011-04-291-4/+10