]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[TCP]: rare bad TCP checksum with 2.6.19
authorJarek Poplawski <jarkao2@o2.pl>
Wed, 24 Jan 2007 06:07:12 +0000 (22:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jan 2007 06:07:12 +0000 (22:07 -0800)
commit52d570aabe921663a987b2e4bae2bdc411cee480
tree2d4aff7efc6be2795894864b5b2043a514c11b55
parentbf1c1ee88008fd639ebb5c74f0555fd414369bdc
[TCP]: rare bad TCP checksum with 2.6.19

The patch "Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE"
changed to unconditional copying of ip_summed field from collapsed
skb. This patch reverts this change.

The majority of substantial work including heavy testing
and diagnosing by: Michael Tokarev <mjt@tls.msk.ru>
Possible reasons pointed by: Herbert Xu and Patrick McHardy.

Signed-off-by: Jarek Poplawski <jarkao2@o2.pl>
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c