]> git.proxmox.com Git - qemu.git/history - net
x86: Properly reset PAT MSR
[qemu.git] / net /
2011-02-25 Pavel DovgalukFixing tap adapter for win32
2011-02-25 Pavel DovgalukFixing network over sockets implementation for win32
2011-02-01 mst@redhat.comvhost: force vhost off for non-MSI guests
2011-02-01 Michael S. Tsirkintap: safe sndbuf default
2011-01-10 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2011-01-10 Michael S. TsirkinMerge remote branch 'origin/master' into pci
2010-12-27 Aurelien JarnoMerge branch 'spice.v23.pull' of git://anongit.freedesk...
2010-12-21 BradAdd support for OpenBSD to QEMU's tap driver.
2010-12-17 Blue SwirlFix warning on mingw32
2010-12-17 Anthony LiguoriMerge remote branch 'arm/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'jvrao/for-anthony' into staging
2010-12-17 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-12-09 Mike Ryannet/sock: option to specify local address
2010-11-16 Anthony LiguoriMerge remote branch 'spice/bugfix.2' into staging
2010-11-16 Michael S. Tsirkintap: make set_offload a nop after netdev cleanup
2010-11-16 Michael S. Tsirkintap: clear vhost_net backend on cleanup
2010-11-13 Michael S. Tsirkintap: make set_offload a nop after netdev cleanup
2010-11-04 Michael S. Tsirkintap: clear vhost_net backend on cleanup
2010-11-01 Anthony LiguoriMerge remote branch 'spice/config.2' into staging
2010-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
2010-10-13 Blue SwirlDelete write only variables
2010-10-05 Anthony LiguoriMerge remote branch 'spice/submit.6' into staging
2010-10-05 Anthony LiguoriMerge remote branch 'qmp/for-anthony' into staging
2010-10-03 Andreas Färbertap: Add stub for Haiku
2010-09-29 Andreas Färbertap: Remove double include of util.h
2010-09-08 Anthony LiguoriMerge remote branch 'agraf/ppc-next' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'kwolf/for-anthony' into staging
2010-09-08 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-09-07 Michael S. Tsirkintap: add APIs for vnet header length
2010-09-07 Michael S. Tsirkintap: generalize code for different vnet header len
2010-07-31 Blue SwirlFix a warning on OpenSolaris
2010-06-22 Michael Tokarevgive some useful error messages when tap open
2010-04-25 Blue SwirlRemove dead assignments in various common files, spotte...
2010-04-02 Anthony LiguoriFix build on mingw32
2010-04-01 Michael S. Tsirkintap: add API to retrieve vhost net header
2010-04-01 Michael S. Tsirkintap: add vhost/vhostfd options
2010-04-01 Michael S. Tsirkintap: add interface to get device fd
2010-03-27 Blue SwirlFix BSD and win32 builds
2010-03-21 Anthony LiguoriRevert "tap: invoke downscript when we exit abnormally"
2010-03-19 Anthony Liguoritap: invoke downscript when we exit abnormally
2010-03-17 Anthony LiguoriMerge remote branch 'markus/qerror' into staging
2010-03-16 Markus Armbrustererror: Replace qemu_error() by error_report()
2010-03-16 Markus Armbrustererror: Move qemu_error & friends into their own header
2010-03-09 Juan Quintelaslirp: check system() success
2010-02-22 Anthony LiguoriMerge remote branch 'qemu-kvm/uq/master' into staging
2010-02-19 Anthony LiguoriMerge remote branch 'mst/for_anthony' into staging
2010-02-19 Markus Armbrusternet: Fix bogus "Warning: vlan 0 with no nics" with...
2010-01-27 Blue SwirlFix BSD build
2010-01-26 Kirill A. Shutemovnet/slirp.c: fix warning with _FORTIFY_SOURCE
2010-01-08 Michael S. Tsirkinnet: add API to disable/enable polling
2009-12-13 Andreas Färbertap: Compilation fix for Solaris
2009-12-04 Blue Swirlwin32: fix variable use before initialization
2009-12-03 Kevin WolfDon't leak file descriptors
2009-12-03 Mark McLoughlinnet: fix vnet_hdr handling in solaris tap code
2009-12-03 Mark McLoughlinnet: initialize vnet_hdr in net_init_tap()
2009-12-03 Pierre Riteaunet: check for TUNSETOFFLOAD support before trying...
2009-12-03 Pierre Riteaunet: fix TAP networking on host kernels without IFF_VNE...
2009-12-03 Mark McLoughlinnet: remove VLANClientState members now in NetClientInfo
2009-12-03 Mark McLoughlinnet: move parse_macaddr() to net/util.[ch]
2009-12-03 Mark McLoughlinnet: convert dump to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert socket to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert vde to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert slirp to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert tap-win32 to NetClientInfo
2009-12-03 Mark McLoughlinnet: convert tap to NetClientInfo
2009-12-03 Mark McLoughlinnet: move dump backend code from net.c to net/dump.c
2009-12-03 Mark McLoughlinnet: move socket backend code from net.c to net/socket.c
2009-12-03 Mark McLoughlinnet: move vde code from net.c to net/vde.c
2009-12-03 Mark McLoughlinnet: move slirp code from net.c to net/slirp.c
2009-12-01 Anthony LiguoriMerge commit 'mst/for_anthony' into mst
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/