aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-03ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh()Ben Hutchings1-6/+0
2014-05-19ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfhBen Hutchings1-1/+2
2014-05-19ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchangedBen Hutchings1-2/+2
2014-05-19ethtool: Expand documentation of ethtool_ops::{get,set}_rxfh()Ben Hutchings1-8/+9
2014-04-22ethtool: Support for configurable RSS hash keyVenkata Duvvuru1-0/+13
2014-02-12ethtool: Document the general convention for VLAs in kernel spaceBen Hutchings1-0/+3
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-1075/+1
2012-08-21ethtool.h: MDI setting supportJesse Brandeburg1-6/+11
2012-06-27net: added support for 40GbE link.parav.pandit@emulex.com1-0/+8
2012-06-07Added kernel support in EEE Ethtool commandsYuval Mintz1-0/+35
2012-05-15linux/ethtool: Added macro ETH_FW_DUMP_DISABLEManish chopra1-1/+6
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson1-0/+33
2012-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2012-04-06ethtool: Remove exception to the requirement of holding RTNL lockBen Hutchings1-2/+1
2012-04-04ethtool: Add a common function for drivers with transmit time stamping.Richard Cochran1-0/+1
2012-04-04ethtool: Introduce a method for getting time stamping capabilities.Richard Cochran1-0/+28
2012-03-01ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmdBen Hutchings1-2/+21
2012-01-04ethtool: Remove ethtool_ops::set_rx_ntuple operationBen Hutchings1-4/+0
2012-01-04ethtool: Allow drivers to select RX NFC rule locationsBen Hutchings1-2/+24
2011-12-16ethtool: Define and apply a default policy for RX flow hash indirectionBen Hutchings1-3/+20
2011-12-16ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parametersBen Hutchings1-4/+7
2011-12-16ethtool: Clarify use of size field for ETHTOOL_GRXFHINDIRBen Hutchings1-2/+3
2011-11-16net: remove legacy ethtool opsMichał Mirosław1-53/+0
2011-11-04bonding: comparing a u8 with -1 is always falseDan Carpenter1-0/+2
2011-09-16ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALLBen Hutchings1-3/+3
2011-09-16ethtool: Clean up definitions of rule location arrays in RX NFCBen Hutchings1-3/+4
2011-09-16ethtool: Explicitly state that RX NFC rule locations are prioritiesBen Hutchings1-4/+3
2011-09-16ethtool: Make struct ethtool_rxnfc kernel-doc more self-consistentBen Hutchings1-12/+11
2011-09-15net: consolidate and fix ethtool_ops->get_settings callingJiri Pirko1-0/+3
2011-08-16ethtool: Note common alternate exit condition for interrupt coalescingBen Hutchings1-0/+6
2011-08-16ethtool: Explicitly state the exit condition for interrupt coalescingBen Hutchings1-8/+11
2011-08-16ethtool: Correct description of 'max_coalesced_frames' fieldsBen Hutchings1-13/+13
2011-08-16ethtool: Specify what kind of coalescing struct ethtool_coalesce coversBen Hutchings1-1/+1
2011-08-16ethtool: Reformat struct ethtool_coalesce comments into kernel-doc formatBen Hutchings1-71/+64
2011-06-30net: add external loopback test in ethtool self testAmit Kumar Salecha1-2/+14
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-3/+3
2011-06-09ethtool.h: fix typosYegor Yefremov1-3/+3
2011-06-08v2 ethtool: remove support for ETHTOOL_GRXNTUPLEAlexander Duyck1-17/+2
2011-05-13ethtool: Added support for FW dumpAnirban Chakraborty1-0/+31
2011-05-08ethtool: Add 20G bit definitionsYaniv Rosner1-0/+4
2011-05-08ethtool: remove phys_id from ethtool_opsStephen Hemminger1-7/+0
2011-04-29ethtool: Call ethtool's get/set_settings callbacks with cleaned dataDavid Decotigny1-1/+3
2011-04-29ethtool: cosmetics: enforce const-ness in ethtool_cmd_speedDavid Decotigny1-4/+10
2011-04-14ethtool: allow custom interval for physical identificationAllan, Bruce W1-2/+4
2011-04-13net: ethtool support to configure number of channelsamit salecha1-0/+36
2011-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2011-04-11v3 ethtool: add ntuple flow specifier data to network flow classifierAlexander Duyck1-21/+32
2011-04-05ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings1-1/+29
2011-04-05ethtool: Fill out and update comment for struct ethtool_opsBen Hutchings1-31/+93
2011-04-05ethtool: Convert struct ethtool_ops comment to kernel-doc formatBen Hutchings1-45/+35