]> git.proxmox.com Git - mirror_qemu.git/history - net/tap.h
tap: add APIs for vnet header length
[mirror_qemu.git] / net / tap.h
2010-09-07 Michael S. Tsirkintap: add APIs for vnet header length
2010-04-01 Michael S. Tsirkintap: add API to retrieve vhost net header
2010-04-01 Michael S. Tsirkintap: add interface to get device fd
2009-10-30 Mark McLoughlinnet: move UFO support detection to tap-linux.c
2009-10-30 Mark McLoughlinnet: move tap_set_offload() code into tap-linux.c
2009-10-30 Mark McLoughlinnet: move tap_probe_vnet_hdr() to tap-linux.c
2009-10-30 Mark McLoughlinnet: move tap_set_sndbuf() to tap-linux.c
2009-10-30 Mark McLoughlinnet: move solaris code to net/tap-solaris.c
2009-10-30 Mark McLoughlinnet: split BSD tap_open() out into net/tap-bsd.c
2009-10-30 Mark McLoughlinnet: move more stuff into net/tap-win32.c, add net...