Herbert Xu 0718bcc09b [NET]: Fix CHECKSUM_HW GSO problems.
Fix checksum problems in the GSO code path for CHECKSUM_HW packets.

The ipv4 TCP pseudo header checksum has to be adjusted for GSO
segmented packets.

The adjustment is needed because the length field in the pseudo-header
changes.  However, because we have the inequality oldlen > newlen, we
know that delta = (u16)~oldlen + newlen is still a 16-bit quantity.
This also means that htonl(delta) + th->check still fits in 32 bits.
Therefore we don't have to use csum_add on this operations.

This is based on a patch by Michael Chan <mchan@broadcom.com>.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-06-25 23:55:46 -07:00
..
2006-06-25 10:00:54 -07:00
2006-06-23 02:07:33 -07:00
2006-04-14 15:00:20 -07:00
2006-04-14 15:00:20 -07:00
2006-06-17 20:37:28 -07:00
2006-04-09 22:25:23 -07:00
2006-04-14 15:00:20 -07:00
2006-06-17 21:30:16 -07:00
2006-03-20 22:23:58 -08:00
2006-03-20 22:32:28 -08:00
2006-06-17 21:29:25 -07:00
2006-06-17 21:25:56 -07:00
2006-03-20 17:53:41 -08:00
2006-01-04 13:59:32 -08:00
2006-06-25 23:55:46 -07:00
2006-06-23 02:07:38 -07:00