]> git.baikalelectronics.ru Git - kernel.git/commit
[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.
authorMichael Chan <mchan@broadcom.com>
Sun, 15 Jul 2007 02:07:52 +0000 (19:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 15 Jul 2007 02:07:52 +0000 (19:07 -0700)
commitefe19e10e5e5b2b31cb5a0985cd1b9facfe9488e
treed7c2a7eda9f20a03698df32bdc4677ca0c2479d5
parentfac712061ba42c1016e519c9b17549f4d6dc2994
[NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices.

Add ethtool utility function to set or clear IPV6_CSUM feature flag.
Modify tg3.c and bnx2.c to use this function when doing ethtool -K
to change tx checksum.

Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2.c
drivers/net/tg3.c
include/linux/ethtool.h
net/core/ethtool.c