summaryrefslogtreecommitdiff
path: root/ethtool.c
AgeCommit message (Expand)AuthorFilesLines
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-06-13ethtool: Handle more errors when getting feature namesBen Hutchings1-2/+10
2012-06-02Change -k/-K options to use ETHTOOL_{G,S}FEATURESBen Hutchings1-92/+356
2012-06-02Report when offload feature changes are not exactly as requestedBen Hutchings1-20/+45
2012-06-02Regularise offload feature settingsBen Hutchings1-202/+89
2012-06-01Add output file parameter to dump_hex() and make it externBen Hutchings1-9/+10
2012-05-23Run tests in-processBen Hutchings1-6/+3
2012-05-23ethtool: Addition of -m option to dump module eepromStuart Hodgson1-0/+87
2012-05-23ethtool: Split out printing of hex dataStuart Hodgson1-17/+18
2012-05-23Add the command to show the time stamping capabilities.Richard Cochran1-0/+104
2012-01-21Merge RX NFC optionsBen Hutchings1-102/+76
2012-01-20Move '--flash' down the list of optionsBen Hutchings1-3/+3
2012-01-12rxclass: Use RX_CLS_LOC_{ANY,SPECIAL} in place of RX_CLS_LOC_UNSPECBen Hutchings1-1/+1
2011-12-02Add support for querying and setting private flagsBen Hutchings1-2/+103
2011-11-30Implement and use a generic get_stringset() functionBen Hutchings1-54/+67
2011-11-03Rearrange definitions and remove unnecessary forward declarationsBen Hutchings1-243/+204
2011-11-03Declare static variables const as appropriateBen Hutchings1-2/+2
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 Hutchings1-13/+11
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 Hutchings1-606/+382
2011-11-03Add test cases for command-line parsingBen Hutchings1-0/+5
2011-11-01Encapsulate command context in a structureBen Hutchings1-245/+174
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-01Combine ethtool-{bitops,util}.h into internal.hBen Hutchings1-1/+1
2011-10-28Report pause frame autonegotiation resultBen Hutchings1-6/+40
2011-10-17ethtool: add ETHTOOL_{G,S}CHANNEL support.Sucheta Chakraborty1-0/+120
2011-10-04ethtool: add support for external loopback.Sucheta Chakraborty1-2/+12
2011-07-14Correct parameter types for ethtool -e and ethtool -EBen Hutchings1-16/+24
2011-06-06ethtool: Add support for 20G link speedYaniv Rosner1-1/+17
2011-06-02Fix type mismatch for field width argument to fprintf()Ben Hutchings1-1/+1
2011-06-02ethtool: Added FW dump supportAnirban Chakraborty1-1/+119
2011-06-01Combine code to display supported and advertised link capabilitiesBen Hutchings1-59/+21
2011-06-01ethtool: mask out FLOW_EXTSebastian Pöhn1-0/+3
2011-05-13ethtool: Treat positive return from ETHTOOL_SRXNTUPLE as successfulBen Hutchings1-3/+6
2011-05-13Add RX packet classification interfaceAlexander Duyck1-173/+227
2011-05-13Cleanup defines and header includes to address several issuesAlexander Duyck1-16/+1
2011-05-13ethtool: remove strings based approach for displaying n-tupleAlexander Duyck1-44/+0
2011-04-27Add support for ESP as a separate protocol from AHAlexander Duyck1-9/+12
2011-03-18ethtool: Report driver features described in struct ethtool_drvinfoBen Hutchings1-2/+10
2011-02-21ethtool: Add --version optionBen Hutchings1-0/+6
2011-02-21ethtool: Indent the no-options usage line consistently with the othersBen Hutchings1-1/+2
2011-02-21ethtool: Allow for long options with no short option and without a device nameBen Hutchings1-9/+14
2011-02-21ethtool: Report an error if given an unrecognised optionBen Hutchings1-2/+3
2011-02-21ethtool: Split show_usage() into two functionsBen Hutchings1-71/+73
2011-02-18ethtool: Don't silently ignore speed/duplex when autoneg is onBen Hutchings1-14/+31