From: Jarek Poplawski Date: Wed, 24 Jan 2007 06:07:12 +0000 (-0800) Subject: [TCP]: rare bad TCP checksum with 2.6.19 X-Git-Tag: v2.6.20-rc6~5^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d570aabe921663a987b2e4bae2bdc411cee480;p=pandora-kernel.git [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 Possible reasons pointed by: Herbert Xu and Patrick McHardy. Signed-off-by: Jarek Poplawski Acked-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed