Skip to content
Commit b60dfc6c authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Kill the WARN_ON() calls for checksum fixups.



We have a more complete solution in the works, involving
the seperation of CHECKSUM_HW on input vs. output, and
having netfilter properly do incremental checksums.

But that is a very involved patch and is thus 2.6.19
material.

What we have now is infinitely better than the past,
wherein all TSO packets were dropped due to corrupt
checksums as soon at the NAT module was loaded.  At
least now, the checksums do get fixed up, it just
isn't the cleanest nor most optimal solution.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 3ab72088
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment