From: Herbert Xu Date: Thu, 8 Jan 2009 18:41:23 +0000 (-0800) Subject: tcp6: Add GRO support X-Git-Tag: v2.6.29-rc1~45^2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=684f2176015b313ab59cecf574117969cf638f28;p=pandora-kernel.git tcp6: Add GRO support This patch adds GRO support for TCP over IPv6. The code is exactly the same as the IPv4 version except for the pseudo-header checksum computation. Note that I've removed the unused tcphdr argument from tcp_v6_check rather than invent a bogus value for GRO. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed