ipv6: Add GRO support
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 8 Jan 2009 18:40:57 +0000 (10:40 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Jan 2009 18:40:57 +0000 (10:40 -0800)
commit787e9208360117835101f513f7db593dc2525cf8
treefa72092999629c535abb1457a7a4b6c3ae67de6d
parentd9d6f46b42294754f8d4ed743124ae8bb8e01fba
ipv6: Add GRO support

This patch adds GRO support for IPv6.  IPv6 GRO supports extension
headers in the same way as GSO (by using the same infrastructure).
It's also simpler compared to IPv4 since we no longer have to worry
about fragmentation attributes or header checksums.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/protocol.h
net/ipv6/af_inet6.c