commit | 422c346fad806e2abaeffac686860ebc98dfe33e | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Thu Apr 06 14:18:43 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Apr 09 22:25:41 2006 -0700 |
tree | dd554d11e80ad33afef4b438ec4c2d8943ad37f4 | |
parent | bce8032ef3cc58170ab3550e9e271dba7b4c4764 [diff] |
[NETFILTER]: Add address family specific checksum helpers Add checksum operation which takes care of verifying the checksum and dealing with HW checksum errors and avoids multiple checksum operations by setting ip_summed to CHECKSUM_UNNECESSARY after successful verification. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>