From: Stephen Hemminger Date: Wed, 30 May 2007 21:23:17 +0000 (-0700) Subject: qla3xxx: device doesnt do hardware checksumming. X-Git-Tag: v2.6.22-rc4~10^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e68a8c10c4c5daf363e946d10c1a5cba77d7f92c;p=pandora-kernel.git qla3xxx: device doesnt do hardware checksumming. Reading the code for ql_hw_csum_setup(), it is obvious that this driver is broken for IPV6. The driver sets the NETIF_F_HW_SUM flag, but the code for checksum setup only deals with IPV4. Compile tested only, no hardware available. Signed-off-by: Stephen Hemminger Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed