summaryrefslogtreecommitdiff
path: root/ethtool.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-10ethtool: Fix spelling and spacing in online helpBen Hutchings1-2/+2
2010-12-15ethtool: Remove suggested change of no-args behaviour from the TODO listBen Hutchings1-1/+1
2010-12-15ethtool: Remove manual page from TODO listBen Hutchings1-1/+0
2010-12-15ethtool: Remove MII ioctls from TODO listBen Hutchings1-2/+0
2010-11-16ethtool: Add support for vlan accleration.Jesse Gross1-3/+18
2010-11-16ethtool: add get permanent address optionStephen Hemminger1-1/+37
2010-11-16ethtool: add stmmac supportGiuseppe CAVALLARO1-0/+2
2010-11-16ethtool: Add my authorship and Solarflare copyright noticeBen Hutchings1-0/+2
2010-11-16ethtool: Add Ethernet-level RX n-tuple filtering and 'clear' actionBen Hutchings1-8/+60
2010-11-16ethtool: Add MAC parameter type based on the parse_sopass() functionBen Hutchings1-12/+14
2010-11-16ethtool: Fix RX n-tuple masks and documentationBen Hutchings1-25/+90
2010-11-16ethtool: Generalise cmdline_info::unwanted_val to a "seen" flag or bitmaskBen Hutchings1-31/+37
2010-08-10ethtool: Fix handling of zero weights for flow hash indirectionBen Hutchings1-1/+1
2010-08-10ethtool: Use inet_aton() to parse IPv4 addresses for RX n-tuple controlBen Hutchings1-10/+15
2010-07-02ethtool: Add support for control of RX flow hash indirectionBen Hutchings1-0/+162
2010-06-25ethtool: Use named flag support to update extended offload flagsBen Hutchings1-58/+12
2010-06-25ethtool: Implement named message type flagsBen Hutchings1-11/+93
2010-06-25ethtool: Add support for named flagsBen Hutchings1-1/+39
2010-06-25ethtool: Mark show_usage() as noreturnBen Hutchings1-0/+2
2010-06-25ethtool: Parse integers into variables of different sizes and byte ordersBen Hutchings1-91/+135
2010-06-21ethtool: Add support for sfc register dumpsBen Hutchings1-0/+1
2010-04-06ethtool: RXHASH flag support (v2)Stephen Hemminger1-5/+34
2010-03-30ethtool: Correctly pull n-tuple string length for get_rx_ntuplePeter Waskiewicz1-3/+16
2010-02-24Support n-tuple filter programmingPeter Waskiewicz1-5/+151
2009-12-24ethtool: Can't parse ints with stroul()PJ Waskiewicz1-2/+21
2009-12-23ethtool: add support for at76c50x-usb driverJohn W. Linville1-0/+1
2009-12-20ethtool: Do not report link partner advertising flags if set to 0Ben Hutchings1-1/+3
2009-12-01ethtool: Fix switch on port typeBen Hutchings1-6/+6
2009-12-01ethtool: Report MDI-X status for twisted-pair interfacesBen Hutchings1-0/+16