commit | f43798c27684ab925adde7d8acc34c78c6e50df8 | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Thu Jul 03 03:48:02 2008 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 03 03:48:02 2008 -0700 |
tree | 21e952a07534dd382835246d02245d5e776c4d8b | |
parent | 5228ddc98fa49b3cedab4024e269d62410a0d806 [diff] |
tun: Allow GSO using virtio_net_hdr Add a IFF_VNET_HDR flag. This uses the same ABI as virtio_net (ie. prepending struct virtio_net_hdr to packets) to indicate GSO and checksum information. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Acked-by: Max Krasnyansky <maxk@qualcomm.com> Signed-off-by: David S. Miller <davem@davemloft.net>