summaryrefslogtreecommitdiff
path: root/ethtool.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-11-29ethtool: Add Direct Attach to the available connector portsPJ Waskiewicz1-0/+6
2009-11-25ethtool: add support for block writing of EEPROMsMandeep Singh Baines1-14/+44
2009-11-25Consolidate cmd line error checking.Jay Fenlason1-24/+32
2009-11-25ethtool: Add option to flash firmware image from specified file, to a device.Ajit Khaparde1-1/+54
2009-11-25ethtool: Report pause auto-negotiation flagsBen Hutchings1-0/+13
2009-11-25ethtool: Report link partner advertisingBen Hutchings1-9/+11
2009-11-25ethtool: Decode PORT_OTHERBen Hutchings1-0/+3
2009-11-25ethtool: Remove support for RX hashing by portBen Hutchings1-7/+1
2009-03-23Command line help does not require DEVNAME on command line.Jeff Garzik1-1/+2
2009-03-06ethtool: Support arbitrary speedsBen Hutchings1-32/+10
2009-03-06Merge several minor changes from Debian.Jeff Garzik1-41/+49
2009-03-06ethtool: Show short message for syntax errorBen Hutchings1-7/+16
2009-03-06Get/set GRO settings.Jeff Garzik1-8/+35
2008-09-13ethtool: command line support for lroBen Hutchings1-6/+47
2008-09-13Add support for rx flow hash configuration in a network deviceSantwona Behera1-0/+254
2008-09-13ethtool: Use ethtool_cmd->speed_hiBrandon Philips1-3/+3
2007-12-01ethtool: fix typo on setting speed 10000Jesse Brandeburg1-1/+1
2007-11-23ethtool: Fix coalesce settings copy+paste typoAuke Kok1-2/+2
2007-11-23ethtool: add support for supporting 10000baseTJesse Brandeburg1-0/+7
2007-10-05ethtool: Add e1000e reg dump support (using e1000 decode function)Auke Kok1-0/+1
2007-09-13ethtool: add register dump support for intel 82598 chipsets (ixgbe driver)Nicholas Nunley1-0/+1
2007-09-13ethtool: add register dump support for intel 82575 chipsets (igb driver)Nicholas Nunley1-0/+1
2007-07-26Trim trailing whitespace.Jeff Garzik1-3/+3
2007-07-26ethtool: add register dump support for SMSC LAN911x/LAN921xSteve Glendinning1-0/+2
2007-05-11ethtool: Add 2.5G supportMichael Chan1-1/+24
2007-04-05ethtool: additional 10Gig nicenessRick Jones1-2/+18
2007-02-09ethtool: fix long statistics nameStephen Hemminger1-6/+4
2007-02-09ethtool: allow force hex in register dumpStephen Hemminger1-4/+7
2007-02-09ethtool: flie option to register dumpStephen Hemminger1-6/+37