summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-07-17ethtool.spec: Update summary and description, based on Fedora packageBen Hutchings1-6/+4
2012-07-16Merge commit 'v3.4.2'Ben Hutchings4-28/+85
2012-07-16ethtool: added support for 40G link.Parav Pandit1-0/+4
2012-07-16ethtool-copy.h: sync with net-nextBen Hutchings1-0/+8
2012-07-16Don't trust drivers to null-terminate stringsBen Hutchings1-15/+23
2012-07-16test-cmdline: More test cases for EEE optionsBen Hutchings1-0/+4
2012-07-16Ethtool: Add EEE supportYuval Mintz3-20/+159
2012-07-16Release version 3.4.2.Ben Hutchings2-1/+10
2012-07-16Fix reporting of VLAN tag offload flags on Linux < 2.6.37Ben Hutchings1-0/+41
2012-07-16Remove bogus error message when changing offload settings on Linux < 2.6.39Ben Hutchings1-27/+33
2012-07-16ethtool: Resolve use of uninitialized memory in rxclass_get_dev_infoAlexander Duyck1-0/+1
2012-06-13Merge commit 'v3.4.1'Ben Hutchings5-4/+48
2012-06-13Release version 3.4.1.Ben Hutchings2-1/+9
2012-06-13ethtool.8: Fix the dateBen Hutchings1-1/+1
2012-06-13ethtool: Handle more errors when getting feature namesBen Hutchings2-2/+38
2012-06-08Make link mode listing in dump_link_caps() a data-driven loopBen Hutchings1-68/+31
2012-06-08ethtool: fix to display support for KX4 and KX PHYAjit Khaparde1-0/+14
2012-06-08ethtool-copy.h: sync with net-nextBen Hutchings1-1/+37
2012-06-08Release version 3.4.Ben Hutchings2-1/+11
2012-06-02Change -k/-K options to use ETHTOOL_{G,S}FEATURESBen Hutchings4-124/+707
2012-06-02Report when offload feature changes are not exactly as requestedBen Hutchings2-22/+77
2012-06-02Regularise offload feature settingsBen Hutchings3-205/+110
2012-06-02Add unit tests for setting offload features (old API)Ben Hutchings3-2/+158
2012-06-01test: Add test_ioctl() function to support a mock send_ioctl()Ben Hutchings2-12/+68
2012-06-01Add output file parameter to dump_hex() and make it externBen Hutchings2-9/+12
2012-05-23Run tests in-processBen Hutchings6-44/+332
2012-05-23ethtool: Addition of -m option to dump module eepromStuart Hodgson6-1/+498
2012-05-23ethtool: Split out printing of hex dataStuart Hodgson1-17/+18
2012-05-23Add net_tstamp-copy.h to sources for automakeBen Hutchings1-1/+1
2012-05-23Add the command to show the time stamping capabilities.Richard Cochran5-0/+228
2012-05-15ethtool-copy.h: sync with net-nextBen Hutchings1-2/+70
2012-02-07ethtool.8: Add ntuple to the -K option in the man pageAmir Hanania1-0/+4
2012-01-21ethtool.8: Improve description of RX NFC optionsBen Hutchings1-4/+5
2012-01-21ethtool.8: Don't mention the 'clear rule' action for NFC rulesBen Hutchings1-1/+0
2012-01-21Merge RX NFC optionsBen Hutchings3-208/+177
2012-01-20Move '--flash' down the list of optionsBen Hutchings1-3/+3
2012-01-12Release version 3.2.Ben Hutchings2-1/+10
2012-01-12ethtool: Correct register dump offsets for Intel 82575 chipsets.Matthew Vick1-6/+6
2012-01-12rxclass: Allow driver to select RX NFC rule locationBen Hutchings1-9/+20
2012-01-12rxclass: Use RX_CLS_LOC_{ANY,SPECIAL} in place of RX_CLS_LOC_UNSPECBen Hutchings3-10/+5
2012-01-12ethtool-copy.h: sync with net-nextBen Hutchings1-4/+34
2011-12-21sfc: Omit zero values in register tablesBen Hutchings1-9/+20
2011-12-02Add support for querying and setting private flagsBen Hutchings3-2/+127
2011-11-30Implement and use a generic get_stringset() functionBen Hutchings1-54/+67
2011-11-16Release version 3.1.Ben Hutchings2-1/+15
2011-11-03gitignore: ethtool.8 is now a generated fileBen Hutchings1-0/+1
2011-11-03Rearrange definitions and remove unnecessary forward declarationsBen Hutchings1-243/+204
2011-11-03Declare static variables const as appropriateBen Hutchings2-6/+6
2011-11-03rxclass: Replace global rmgr with automatic variable/parameterBen Hutchings1-44/+34
2011-11-03Change most static global variables into automatic variablesBen Hutchings1-260/+293