From: John W. Linville Date: Fri, 9 Dec 2005 15:36:09 +0000 (-0500) Subject: [PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4) X-Git-Tag: v2.6.16-rc1~176^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f3f46b5fe83a56d380d4006dd2cd906bc186f91;p=pandora-kernel.git [PATCH] via-velocity: use NETIF_F_IP_CSUM (hardware only support IPv4) At least some versions of the via-velocity hardware only support checksumming IPv4 frames in hardware. However, the driver is currently setting the NETIF_F_HW_CSUM flag, which indicates support for more than just IPv4. This results in errors when trying to use IPv6 over via-velocity hardware. Signed-off-by: John W. Linville Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed