| Commit message (Expand) | Author | Age | Files | Lines |
* | ethtool: add CRC32 as an RSS hash function | Jakub Kicinski | 2017-03-09 | 1 | -0/+2 |
* | net: ethtool: export conversion function between u32 and link mode | Philippe Reynes | 2016-04-18 | 1 | -0/+7 |
* | net: ethtool: remove unused __ethtool_get_settings | David Decotigny | 2016-02-25 | 1 | -4/+0 |
* | net: ethtool: add new ETHTOOL_xLINKSETTINGS API | David Decotigny | 2016-02-25 | 1 | -8/+83 |
* | net/ethtool: support set coalesce per queue | Kan Liang | 2016-02-19 | 1 | -0/+7 |
* | net/ethtool: support get coalesce per queue | Kan Liang | 2016-02-19 | 1 | -1/+7 |
* | ethtool: Support for configurable RSS hash function | Eyal Perry | 2014-12-08 | 1 | -12/+30 |
* | ethtool: Add generic options for tunables | Govindarajulu Varadarajan | 2014-09-05 | 1 | -0/+4 |
* | ethtool: Replace ethtool_ops::{get,set}_rxfh_indir() with {get,set}_rxfh() | Ben Hutchings | 2014-06-03 | 1 | -6/+0 |
* | ethtool, be2net: constify array pointer parameters to ethtool_ops::set_rxfh | Ben Hutchings | 2014-05-19 | 1 | -1/+2 |
* | ethtool: Disallow ETHTOOL_SRSSH with both indir table and hash key unchanged | Ben Hutchings | 2014-05-19 | 1 | -2/+2 |
* | ethtool: Expand documentation of ethtool_ops::{get,set}_rxfh() | Ben Hutchings | 2014-05-19 | 1 | -8/+9 |
* | ethtool: Support for configurable RSS hash key | Venkata Duvvuru | 2014-04-22 | 1 | -0/+13 |
* | ethtool: Document the general convention for VLAs in kernel space | Ben Hutchings | 2014-02-12 | 1 | -0/+3 |
* | UAPI: (Scripted) Disintegrate include/linux | David Howells | 2012-10-13 | 1 | -1075/+1 |
* | ethtool.h: MDI setting support | Jesse Brandeburg | 2012-08-21 | 1 | -6/+11 |
* | net: added support for 40GbE link. | parav.pandit@emulex.com | 2012-06-27 | 1 | -0/+8 |
* | Added kernel support in EEE Ethtool commands | Yuval Mintz | 2012-06-07 | 1 | -0/+35 |
* | linux/ethtool: Added macro ETH_FW_DUMP_DISABLE | Manish chopra | 2012-05-15 | 1 | -1/+6 |
* | ethtool: Extend the ethtool API to obtain plugin module eeprom data | Stuart Hodgson | 2012-05-10 | 1 | -0/+33 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-04-10 | 1 | -2/+1 |
|\ |
|
| * | ethtool: Remove exception to the requirement of holding RTNL lock | Ben Hutchings | 2012-04-06 | 1 | -2/+1 |
* | | ethtool: Add a common function for drivers with transmit time stamping. | Richard Cochran | 2012-04-04 | 1 | -0/+1 |
* | | ethtool: Introduce a method for getting time stamping capabilities. | Richard Cochran | 2012-04-04 | 1 | -0/+28 |
|/ |
|
* | ethtool, mdio, mii: Specify MDIO information fields in struct ethtool_cmd | Ben Hutchings | 2012-03-01 | 1 | -2/+21 |
* | ethtool: Remove ethtool_ops::set_rx_ntuple operation | Ben Hutchings | 2012-01-04 | 1 | -4/+0 |
* | ethtool: Allow drivers to select RX NFC rule locations | Ben Hutchings | 2012-01-04 | 1 | -2/+24 |
* | ethtool: Define and apply a default policy for RX flow hash indirection | Ben Hutchings | 2011-12-16 | 1 | -3/+20 |
* | ethtool: Centralise validation of ETHTOOL_{G, S}RXFHINDIR parameters | Ben Hutchings | 2011-12-16 | 1 | -4/+7 |
* | ethtool: Clarify use of size field for ETHTOOL_GRXFHINDIR | Ben Hutchings | 2011-12-16 | 1 | -2/+3 |
* | net: remove legacy ethtool ops | Michał Mirosław | 2011-11-16 | 1 | -53/+0 |
* | bonding: comparing a u8 with -1 is always false | Dan Carpenter | 2011-11-04 | 1 | -0/+2 |
* | ethtool: Update ethtool_rxnfc::rule_cnt on return from ETHTOOL_GRXCLSRLALL | Ben Hutchings | 2011-09-16 | 1 | -3/+3 |
* | ethtool: Clean up definitions of rule location arrays in RX NFC | Ben Hutchings | 2011-09-16 | 1 | -3/+4 |
* | ethtool: Explicitly state that RX NFC rule locations are priorities | Ben Hutchings | 2011-09-16 | 1 | -4/+3 |
* | ethtool: Make struct ethtool_rxnfc kernel-doc more self-consistent | Ben Hutchings | 2011-09-16 | 1 | -12/+11 |
* | net: consolidate and fix ethtool_ops->get_settings calling | Jiri Pirko | 2011-09-15 | 1 | -0/+3 |
* | ethtool: Note common alternate exit condition for interrupt coalescing | Ben Hutchings | 2011-08-16 | 1 | -0/+6 |
* | ethtool: Explicitly state the exit condition for interrupt coalescing | Ben Hutchings | 2011-08-16 | 1 | -8/+11 |
* | ethtool: Correct description of 'max_coalesced_frames' fields | Ben Hutchings | 2011-08-16 | 1 | -13/+13 |
* | ethtool: Specify what kind of coalescing struct ethtool_coalesce covers | Ben Hutchings | 2011-08-16 | 1 | -1/+1 |
* | ethtool: Reformat struct ethtool_coalesce comments into kernel-doc format | Ben Hutchings | 2011-08-16 | 1 | -71/+64 |
* | net: add external loopback test in ethtool self test | Amit Kumar Salecha | 2011-06-30 | 1 | -2/+14 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2011-06-20 | 1 | -3/+3 |
|\ |
|
| * | ethtool.h: fix typos | Yegor Yefremov | 2011-06-09 | 1 | -3/+3 |
* | | v2 ethtool: remove support for ETHTOOL_GRXNTUPLE | Alexander Duyck | 2011-06-08 | 1 | -17/+2 |
|/ |
|
* | ethtool: Added support for FW dump | Anirban Chakraborty | 2011-05-13 | 1 | -0/+31 |
* | ethtool: Add 20G bit definitions | Yaniv Rosner | 2011-05-08 | 1 | -0/+4 |
* | ethtool: remove phys_id from ethtool_ops | Stephen Hemminger | 2011-05-08 | 1 | -7/+0 |
* | ethtool: Call ethtool's get/set_settings callbacks with cleaned data | David Decotigny | 2011-04-29 | 1 | -1/+3 |