[IPSEC]: Handle GSO packets
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 22 Jun 2006 10:08:03 +0000 (03:08 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 23 Jun 2006 09:07:38 +0000 (02:07 -0700)
commit09b8f7a93efd4b2c4ef391e2fbf076f28c6d36d6
tree7168ac18ce0b765e67f0536e13b8628b1c12ad38
parent37c3185a02d4b85fbe134bf5204535405dd2c957
[IPSEC]: Handle GSO packets

This patch segments GSO packets received by the IPsec stack.  This can
happen when a NIC driver injects GSO packets into the stack which are
then forwarded to another host.

The primary application of this is going to be Xen where its backend
driver may inject GSO packets into dom0.

Of course this also can be used by other virtualisation schemes such as
VMWare or UML since the tap device could be modified to inject GSO packets
received through splice.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/xfrm4_output.c
net/ipv6/xfrm6_output.c