From: Herbert Xu Date: Sat, 17 Jan 2009 19:46:16 +0000 (+0000) Subject: gro: Fix handling of complete checksums in IPv6 X-Git-Tag: v2.6.29-rc3~23^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebad18e93fbc6bc63ee734edbc0eb38ac6b919c0;p=pandora-kernel.git gro: Fix handling of complete checksums in IPv6 We need to perform skb_postpull_rcsum after pulling the IPv6 header in order to maintain the correctness of the complete checksum. This patch also adds a missing iph reload after pulling. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed