[NETFILTER]: Add partial checksum validation helper
authorPatrick McHardy <kaber@trash.net>
Thu, 20 Mar 2008 14:15:53 +0000 (15:15 +0100)
committerPatrick McHardy <kaber@trash.net>
Mon, 14 Apr 2008 09:15:49 +0000 (11:15 +0200)
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 <kaber@trash.net>

No differences found