From: Herbert Xu Date: Fri, 22 Nov 2013 02:31:29 +0000 (+0800) Subject: gro: Only verify TCP checksums for candidates X-Git-Tag: v3.13-rc3~28^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc5c00bbb44c5d68b883aa5cb9d01514a2525d94;p=pandora-kernel.git gro: Only verify TCP checksums for candidates In some cases we may receive IP packets that are longer than their stated lengths. Such packets are never merged in GRO. However, we may end up computing their checksums incorrectly and end up allowing packets with a bogus checksum enter our stack with the checksum status set as verified. Since such packets are rare and not performance-critical, this patch simply skips the checksum verification for them. Reported-by: Alexander Duyck Signed-off-by: Herbert Xu Acked-by: Alexander Duyck Thanks, Acked-by: Eric Dumazet Signed-off-by: David S. Miller --- Reading git-diff-tree failed