]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
[NET]: Warn about GSO/checksum abuse
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 24 Apr 2007 05:36:13 +0000 (22:36 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:29:47 +0000 (22:29 -0700)
Now that Patrick has added the code to deal with GSO in netfilter,
we no longer need the crutch that computes partial checksums just
before transmission.

This patch turns this into a warning again.  If this goes OK, we
can then turn it into a BUG_ON and remove the gso_send_check cruft.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found