summaryrefslogtreecommitdiff
path: root/ethtool.8
AgeCommit message (Collapse)AuthorFilesLines
2006-09-06ethtool v5: add autoneg advertise featureJeff Kirsher1-0/+24
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-09-01Release version 5.Jeff Garzik1-1/+1
2006-08-24[PATCH] GSO Support for ethtool$B5HF#1QL@1-0/+4
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-07-18Release version 4.Jeff Garzik1-1/+1
2006-07-18[PATCH] UFO patchAnanda Raju1-0/+4
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-11[PATCH] ethtool.8 typoDon Fry1-1/+1
Ethtool man page nit. Signed-off-by: Don Fry <brazilnut@us.ibm.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
2005-10-25[PATCH] Add long options to ethtoolAndi Kleen1-36/+37
2005-10-25Initial import of ethtool version 3 + a few patches.Jeff Garzik1-0/+384