From: Wei Yongjun Date: Wed, 6 Apr 2011 18:40:12 +0000 (+0000) Subject: net: fix skb_add_data_nocache() to calc csum correctly X-Git-Tag: v3.0-rc1~377^2~490 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=912d398d28b4359c2fb1f3763f1ce4f86de8350e;p=pandora-kernel.git net: fix skb_add_data_nocache() to calc csum correctly commit c6e1a0d12ca7b4f22c58e55a16beacfb7d3d8462 broken the calc (net: Allow no-cache copy from user on transmit) of checksum, which may cause some tcp packets be dropped because incorrect checksum. ssh does not work under today's net-next-2.6 tree. Signed-off-by: Wei Yongjun Acked-by: Tom Herbert Signed-off-by: David S. Miller --- Reading git-diff-tree failed