From: Breno Leitao Date: Thu, 7 Oct 2010 13:17:33 +0000 (+0000) Subject: ehea: Fix a checksum issue on the receive path X-Git-Tag: v2.6.36-rc8~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71085ce8285dc5f3011694f6ba7259201135c6d6;p=pandora-kernel.git ehea: Fix a checksum issue on the receive path Currently we set all skbs with CHECKSUM_UNNECESSARY, even those whose protocol we don't know. This patch just add the CHECKSUM_COMPLETE tag for non TCP/UDP packets. Reported-by: Eric Dumazet Signed-off-by: Breno Leitao Signed-off-by: Jay Vosburgh Signed-off-by: David S. Miller --- Reading git-diff-tree failed