summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-13ethtool: Handle more errors when getting feature namesBen Hutchings2-2/+38
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
2011-11-03Replace global devname variable with a field in struct cmd_contextBen Hutchings2-13/+12
2011-11-03Convert cmdline_msglvl into array of named flags; convert back at run-timeBen Hutchings1-35/+44
2011-11-03Fix reference to cmdline_ring in do_schannels()Ben Hutchings1-1/+1
2011-11-03Support arbitrary numbers of option names for each modeBen Hutchings1-52/+58
2011-11-03Move argument parsing to sub-command functionsBen Hutchings4-610/+390
2011-11-03Add more test cases for command-line parsingBen Hutchings1-0/+28
2011-11-03Add test cases for command-line parsingBen Hutchings7-0/+318
2011-11-01Encapsulate command context in a structureBen Hutchings3-273/+204
2011-11-01Use standard indentation for definition of struct option argsBen Hutchings1-138/+142
2011-11-01Fix format of help text for -f optionBen Hutchings1-2/+2
2011-11-01ethtool.8: Allow line-break in description of parameters after -NBen Hutchings1-2/+2
2011-11-01ethtool.8: Change device name metavariable from 'ethX' to 'devname'Ben Hutchings1-31/+31
2011-11-01Fix type of bit-number parameter to set_bit() and clear_bit()Ben Hutchings1-2/+2
2011-11-01Combine ethtool-{bitops,util}.h into internal.hBen Hutchings24-51/+46
2011-10-28ethtool.8: Fix initial blank line/pageBen Hutchings1-1/+1
2011-10-28Report pause frame autonegotiation resultBen Hutchings1-6/+40
2011-10-17ethtool: add ETHTOOL_{G,S}CHANNEL support.Sucheta Chakraborty2-0/+149