summaryrefslogtreecommitdiff
path: root/ethtool.c
AgeCommit message (Collapse)AuthorFilesLines
2006-09-19[PATCH] ethtool: add ixgb register dump supportNicholas Nunley1-0/+2
This adds support for dumping ixgb registers in readable format. Signed-off-by: Nicholas Nunley <nicholas.d.nunley@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-09-06ethtool v5: add autoneg advertise featureJeff Kirsher1-1/+11
adds the ability to change the advertised speed and duplex for a network interface. Previously, a network interface was only able to advertise all supported speed's and duplex's, or one individual speed and duplex. The feature allows the user to choose which supported speed's and duplex's to advertise by using the hex value. Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
2006-08-24Trim trailing whitespace.Jeff Garzik1-11/+11
2006-08-24[PATCH] ethtool: skge register dumpStephen Hemminger1-0/+1
Pretty printing of skge registers. This is a redo of earlier patch that must have got lost. It earlier patch was before the git conversion. Signed-off-by: Stephen Hemminger <shemminger@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-08-24[PATCH] GSO Support for ethtool$B5HF#1QL@1-6/+32
Upcoming 2.6.18 provides Generic Segmentation Offload (GSO). This provides its control with -K option. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2006-08-24Check for too-long interface names.Jeff Garzik1-2/+3
2006-07-18[PATCH] UFO patchAnanda Raju1-6/+32
Hi, Kernel version 2.6.15 onwards provides UDP Fragmentation Offload (UFO) This patch to ethtool provides UFO (UDP Fragmentation Offload) on/off support using -K option similar to feature TSO. To find out whether UFO is enabled or not use #ethtool -k eth3 Offload parameters for eth3: rx-checksumming: on tx-checksumming: on scatter-gather: on tcp segmentation offload: on udp fragmentation offload: on # To turn off UFO use following command. #ethtool -K eth3 ufo off To turn off UFO use following command. #ethtool -K eth3 ufo on Please review the patch. Signed-off-by: Ananda Raju <ananda.raju@neterion.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
2005-11-09[PATCH] ethtool: Format register dump for tg3Michael Chan1-0/+1
Format output of "ethtool -d" for tg3 devices to make it more readable. Each register is displayed as a 32-bit value and the undefined regions in the register space are skipped. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-10-25[PATCH] ethtool: Fix default advertsingMichael Chan1-9/+16
Change 'ethtool -s eth0 autoneg on' to pass in only the supported speeds to advertise if speed and duplex are not specified by the user. This makes more sense than the current behavior of advertising 10/100/ 1000, some of which may not be supported by the device. Signed-off-by: Michael Chan <mchan@broadcom.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-10-25Add PPC4xx EMAC support.Eugene Surovegin1-0/+1
2005-10-25Use hexdump instead of single values for default register dump.Manfred Spraul1-5/+8
forcedeth now supports ethtool -d, but ethtool dumps that as 1024 lines with one value in each line. A hexdump would be far better readable than the current output.
2005-10-25[PATCH] Add long options to ethtoolAndi Kleen1-181/+107
2005-10-25Fix minor FC4/x86 warnings. Add .gitignore file.Jeff Garzik1-3/+3
2005-10-25Initial import of ethtool version 3 + a few patches.Jeff Garzik1-0/+2003