tcp6: Add GRO support
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 8 Jan 2009 18:41:23 +0000 (10:41 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jan 2009 18:41:23 +0000 (10:41 -0800)
commit684f2176015b313ab59cecf574117969cf638f28
treee87c2285d35f7f308c9046940d4efadb9b6ad11a
parent787e9208360117835101f513f7db593dc2525cf8
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 <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp.c
net/ipv6/tcp_ipv6.c