summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-02-21ethtool: Add --version optionBen Hutchings2-0/+11
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-21Add macro for displaying [value N] formatting to manpageAlexander Duyck1-64/+38
2011-02-18ethtool: Don't silently ignore speed/duplex when autoneg is onBen Hutchings1-14/+31
2011-01-10ethtool.8: Fix capitalisationBen Hutchings1-8/+8
2011-01-10ethtool.8: Reword synopses for consistency and styleBen Hutchings1-3/+3
2011-01-10ethtool.8: Generalise references to network devices, not EthernetBen Hutchings1-19/+20
2011-01-10ethtool.8: Fix obvious spelling errorsBen Hutchings1-2/+2
2011-01-10ethtool.8: Substitute version at configure timeBen Hutchings2-2/+2
2011-01-10ethtool.8: Update date, version, web site referenceBen Hutchings1-4/+41
2011-01-10ethtool: Fix spelling and spacing in online helpBen Hutchings1-2/+2
2011-01-05Release version 2.6.37.Ben Hutchings2-1/+6
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-23ethtool: Work around old <linux/types.h> without big-endian typesBen Hutchings2-0/+13
2010-11-16Release version 2.6.36; update maintainerBen Hutchings2-1/+8
2010-11-16ethtool: Add support for vlan accleration.Jesse Gross2-3/+26
2010-11-16ethtool: add get permanent address optionStephen Hemminger2-1/+43
2010-11-16ethtool: add stmmac supportGiuseppe CAVALLARO4-1/+73
2010-11-16ethtool: Add my authorship and Solarflare copyright noticeBen Hutchings2-0/+3
2010-11-16ethtool: Update sfc register dumpBen Hutchings1-11/+14
2010-11-16ethtool: Add Ethernet-level RX n-tuple filtering and 'clear' actionBen Hutchings2-13/+103
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 Hutchings2-41/+105
2010-11-16ethtool: Generalise cmdline_info::unwanted_val to a "seen" flag or bitmaskBen Hutchings1-31/+37
2010-11-16ethtool-copy.h: sync with net-next-2.6Ben Hutchings1-71/+159
2010-08-10Release version 2.6.35.Jeff Garzik2-1/+9
2010-08-10Sync with upstream 2.6.35 release.Jeff Garzik1-20/+22
2010-08-10ethtool: Fix handling of zero weights for flow hash indirectionBen Hutchings1-1/+1
2010-08-10ethtool: Remove specification of number bases for RX-ntuple parametersBen Hutchings1-8/+8
2010-08-10ethtool: Use inet_aton() to parse IPv4 addresses for RX n-tuple controlBen Hutchings2-14/+20
2010-07-02ethtool: Add support for control of RX flow hash indirectionBen Hutchings2-0/+188
2010-07-02ethtool-copy.h: sync with net-nextBen Hutchings1-17/+29
2010-07-02ethtool: Fix list of hash options in manual pageBen Hutchings1-1/+1
2010-06-25Update email address.Jeff Garzik1-1/+1
2010-06-25ethtool: Use named flag support to update extended offload flagsBen Hutchings1-58/+12
2010-06-25ethtool: Implement named message type flagsBen Hutchings2-14/+156
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 Hutchings2-95/+160
2010-06-21ethtool: Add support for sfc register dumpsBen Hutchings4-1/+3864
2010-05-25Release version 2.6.34.Jeff Garzik2-2/+8
2010-04-06Add names of newer Marvell chipsStephen Hemminger1-0/+3
2010-04-06ethtool: RXHASH flag support (v2)Stephen Hemminger3-5/+39
2010-03-30ethtool-copy.h: sync with net-next (cosmetic whitespace updates)Jeff Garzik1-8/+14
2010-03-30ethtool: Correctly pull n-tuple string length for get_rx_ntuplePeter Waskiewicz2-5/+28