commit | d63a650736f566a1f9e9434725d2089597c0d2cc | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Mar 20 15:15:53 2008 +0100 |
committer | Patrick McHardy <kaber@trash.net> | Mon Apr 14 11:15:49 2008 +0200 |
tree | f0a3d5dbc9ced46f95582e4133b55bb70a1ae365 | |
parent | 6185f870e293a0a3eae5c81eb0106480cf03dfde [diff] |
[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 <kaber@trash.net>