]> git.proxmox.com Git - qemu.git/history - net/tap.c
net: remove VLANClientState members now in NetClientInfo
[qemu.git] / net / tap.c
2009-12-03 Mark McLoughlinnet: remove VLANClientState members now in NetClientInfo
2009-12-03 Mark McLoughlinnet: convert tap to NetClientInfo
2009-11-21 Juergen LockAvoid segfault on net_tap_init() failure
2009-11-09 Mark McLoughlintap: drain queue in tap_send()
2009-11-09 Mark McLoughlintap: disable draining queue in one go
2009-10-30 Alexander GrafUnbreak tap compilation on OS X
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 linux code into net/tap-linux.c
2009-10-30 Mark McLoughlinnet: move AIX code into net/tap-aix.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: split all the tap code out into net/tap.c