]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8f7e7224810775aef7485747b451684532cb9648
treefa72092999629c535abb1457a7a4b6c3ae67de6d
parent4c2f6032587f402d47f81b151029514adf61e569
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