aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ethtool.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ethtool: allow custom interval for physical identificationAllan, Bruce W2011-04-141-2/+4
* net: ethtool support to configure number of channelsamit salecha2011-04-131-0/+36
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-04-111-1/+1
|\
| * Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* | v3 ethtool: add ntuple flow specifier data to network flow classifierAlexander Duyck2011-04-111-21/+32
* | ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNLBen Hutchings2011-04-051-1/+29
* | ethtool: Fill out and update comment for struct ethtool_opsBen Hutchings2011-04-051-31/+93
* | ethtool: Convert struct ethtool_ops comment to kernel-doc formatBen Hutchings2011-04-051-45/+35
|/
* net: fix ethtool->set_flags not intended -EINVAL return valueStanislaw Gruszka2011-03-271-0/+1
* net: implement dev_disable_lro() hw_features compatibilityMichał Mirosław2011-03-221-0/+3
* ethtool: Compat handling for struct ethtool_rxnfcBen Hutchings2011-03-181-0/+34
* net: Implement SFEATURES compatibility for not updated driversMichał Mirosław2011-02-231-0/+5
* net: introduce NETIF_F_RXCSUMMichał Mirosław2011-02-171-1/+0
* net: Introduce new feature setting opsMichał Mirosław2011-02-171-0/+85
* ethtool: Report link-down while interface is downBen Hutchings2010-12-101-1/+3
* ethtool: Add support for vlan accleration.Jesse Gross2010-10-211-0/+2
* ethtool: Add Ethernet MAC-level filtering/steeringBen Hutchings2010-09-211-1/+5
* ethtool: Define RX n-tuple action to clear a ruleBen Hutchings2010-09-211-2/+3
* ethtool: Add comments for valid use of flow typesBen Hutchings2010-09-171-15/+15
* ethtool, ixgbe: Move RX n-tuple mask fixup to ethtoolBen Hutchings2010-09-171-2/+3
* ethtool: Remove unimplemented flow specification typesBen Hutchings2010-09-151-19/+2
* ethtool: Complete kernel-doc comments for RX flow filter and hash controlBen Hutchings2010-09-151-16/+113
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-071-0/+2
|\
| * ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFHBen Hutchings2010-06-291-0/+2
* | ethtool: Add support for control of RX flow hash indirectionBen Hutchings2010-06-301-0/+15
* | ethtool: Change ethtool_op_set_flags to validate flagsBen Hutchings2010-06-301-1/+1
* | ethtool: Revert incorrect indentation changesBen Hutchings2010-06-141-20/+20
|/
* net: fix ethtool coding style errors and warningschavey2010-04-071-53/+62
* netdev: ethtool RXHASH flagstephen hemminger2010-03-301-0/+1
* ethtool: Add direct access to ops->get_sset_countJeff Garzik2010-03-051-0/+7