From: Patrick McHardy Date: Thu, 20 Mar 2008 14:15:53 +0000 (+0100) Subject: [NETFILTER]: Add partial checksum validation helper X-Git-Tag: v2.6.26-rc1~1138^2~89^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d63a650736f566a1f9e9434725d2089597c0d2cc;p=pandora-kernel.git [NETFILTER]: Add partial checksum validation helper Move the UDP-Lite conntrack checksum validation to a generic helper similar to nf_checksum() and make it fall back to nf_checksum() in case the full packet is to be checksummed and hardware checksums are available. This is to be used by DCCP conntrack, which also needs to verify partial checksums. Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed