]> git.proxmox.com Git - qemu.git/history - net/tap.c
network scripts: don't block SIGCHLD before forking
[qemu.git] / net / tap.c
2011-12-15 Michael Rothnetwork scripts: don't block SIGCHLD before forking
2011-06-15 Michael S. TsirkinMerge remote-tracking branch 'origin/master' into pci
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'alon/pull-libcacard-1...
2011-06-15 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2011-06-10 Edgar E. IglesiasMerge remote branch 'rth/axp-next' into alpha-merge
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'qmp/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'jvrao/for-anthony' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v37' into...
2011-06-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-06-08 Alexandre RaymondFix compilation warning due to missing header for sigac...
2011-02-01 mst@redhat.comvhost: force vhost off for non-MSI guests
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-10-27 Michael S. TsirkinMerge branch 'pci' into for_anthony
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-04-25 Blue SwirlRemove dead assignments in various common files, spotte...
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-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-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-08 Michael S. Tsirkinnet: add API to disable/enable polling
2009-12-03 Mark McLoughlinnet: initialize vnet_hdr in net_init_tap()
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