• H
    [IPSEC]: Handle GSO packets · 09b8f7a9
    Herbert Xu 提交于
    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: NHerbert Xu <herbert@gondor.apana.org.au>
    Signed-off-by: NDavid S. Miller <davem@davemloft.net>
    09b8f7a9
xfrm4_output.c 3.4 KB