[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)
commitf9d106a6d53b57b78eae5544f9582c643343a764
treed1e23afbd2128669b07dfdd7cbd27870d0512cb0
parent7752237e9f07b316f81aebdc43f0d7c9a4ba0acf
[NET]: Warn about GSO/checksum abuse

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>
net/core/dev.c