From: Somnath Kotur Date: Mon, 25 Oct 2010 01:11:58 +0000 (+0000) Subject: be2net: Fix CSO for UDP packets X-Git-Tag: v2.6.37-rc1~88^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6ce2f4b270cb1d4d6b6f4f692a12ca2fea13f3f;p=pandora-kernel.git be2net: Fix CSO for UDP packets We're setting skb->ip_summed to CHECKSUM_NONE for all non-TCP pkts, making the stack recompute checksum.This is a bug for UDP pkts for which cso must be used. Signed-off-by: Somnath Kotur Signed-off-by: David S. Miller --- Reading git-diff-tree failed