net: add tap_set_offload()
authorMark McLoughlin <markmc@redhat.com>
Thu, 22 Oct 2009 16:43:46 +0000 (17:43 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 27 Oct 2009 17:29:02 +0000 (12:29 -0500)
commit708b30634e2e2fd7c0151389d0eed12845114e2c
treef98e91c65646c31c3096cca5c6870c922e43dfc7
parent6dc99f0bd113dd1d6a2794716a79b8e3b2fa3fdb
net: add tap_set_offload()

This API allows virtio-net to enable various offload features on a
tap interface - e.g. to tell the host kernel it can pass up partial
checksums to userspace.

Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
net.c
net.h
tap-linux.h