From: Patrick McHardy Date: Wed, 17 Aug 2005 19:03:32 +0000 (-0700) Subject: [IPV6]: Fix raw socket hardware checksum failures X-Git-Tag: v2.6.13-rc7~63^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97077c4a9868fce8ac151512cde5d24fc1144f24;p=pandora-kernel.git [IPV6]: Fix raw socket hardware checksum failures When packets hit raw sockets the csum update isn't done yet, do it manually. Packets can also reach rawv6_rcv on the output path through ip6_call_ra_chain, in this case skb->ip_summed is CHECKSUM_NONE and this codepath isn't executed. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed