Skip to content
  • Herbert Xu's avatar
    [IPSEC]: Handle GSO packets · 09b8f7a9
    Herbert Xu authored
    
    
    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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    09b8f7a9