]> git.proxmox.com Git - qemu.git/history - net
Let users select their pythons
[qemu.git] / net /
2009-11-29 Aurelien JarnoAdd support for GNU/kFreeBSD
2009-11-21 Juergen LockAvoid segfault on net_tap_init() failure
2009-11-21 Juergen Locktap-bsd: handle ifname on FreeBSD hosts
2009-11-21 Juergen LockFix tap breakage on BSD hosts (no IFF_VNET_HDR)
2009-11-09 Mark McLoughlintap: drain queue in tap_send()
2009-11-09 Mark McLoughlinnet/queue: queue packets even if sender doesn't supply...
2009-11-09 Mark McLoughlintap: disable draining queue in one go
2009-10-30 Anthony LiguoriUnbreak Linux build
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
2009-10-30 Mark McLoughlinnet: move tap-linux.h under net/
2009-10-30 Mark McLoughlinnet: move more stuff into net/tap-win32.c, add net...
2009-10-30 Mark McLoughlinnet: move tap-win32.c under net/
2009-10-30 Mark McLoughlinnet: move net-checksum.c under net/
2009-10-30 Mark McLoughlinnet: move net-queue.[ch] under net/