From: Herbert Xu Date: Thu, 8 Apr 2010 12:53:40 +0000 (+0200) Subject: netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queue X-Git-Tag: v2.6.35-rc1~473^2~168^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5dd59cc99131fb4a2775c00928b0f24b9e192a76;p=pandora-kernel.git netfilter: only do skb_checksum_help on CHECKSUM_PARTIAL in ip6_queue As we will set ip_summed to CHECKSUM_NONE when necessary in ipq_mangle_ipv6, there is no need to zap CHECKSUM_COMPLETE in ipq_build_packet_message. Signed-off-by: Herbert Xu Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed