]> git.proxmox.com Git - qemu.git/history - net/tap-linux.c
Open 2.0 development tree
[qemu.git] / net / tap-linux.c
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-1.7.2...
2013-03-04 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2013-02-27 Peter Lieventap: set IFF_ONE_QUEUE per default
2013-02-06 Anthony LiguoriMerge branch 'for-linux-user' of https://git.gitorious...
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/block' into...
2013-02-01 Jason Wangtap: multiqueue support
2013-02-01 Jason Wangtap: introduce a helper to get the name of an interface
2013-02-01 Jason Wangtap: add Linux multiqueue support
2013-02-01 Jason Wangnet: tap: use abort() instead of assert(0)
2013-01-10 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm/uq/master' into...
2013-01-02 Anthony LiguoriMerge remote-tracking branch 'kraxel/seabios-a810e4e...
2012-12-22 Andreas FärberMerge branch 'master' of git://git.qemu.org/qemu into...
2012-12-21 Anthony LiguoriMerge remote-tracking branch 'quintela/thread-20121220...
2012-12-19 Anthony LiguoriMerge remote-tracking branch 'bonzini/header-dirs'...
2012-12-19 Paolo Bonzinisoftmmu: move include files to include/sysemu/
2012-12-19 Paolo Bonzinimisc: move include files to include/qemu/
2012-12-19 Paolo Bonzininet: reorganize headers
2012-12-17 Paolo BonziniMerge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05...
2012-12-12 Michael S. Tsirkintap: reset vnet header size on open
2012-08-09 Blue SwirlMerge branch 'x86cpu_qom_tcg_v2' of git://github.com...
2012-07-30 Anthony LiguoriMerge commit 'quintela/migration-next-v5' into staging
2012-07-29 Michael S. TsirkinMerge branch pci into master
2012-07-23 Anthony LiguoriMerge remote-tracking branch 'stefanha/net' into staging
2012-07-23 Laszlo Ersekconvert net_init_tap() to NetClientOptions
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-11-02 Blue SwirlMerge branch 'tci' of git://qemu.weilnetz.de/qemu
2011-11-02 Anthony LiguoriMerge remote-tracking branch 'qemu-kvm-tmp/memory/int12...
2011-11-01 Blue SwirlMerge branch 'ppc-next' of git://repo.or.cz/qemu/agraf
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'kraxel/usb.29' into staging
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/tracing' into...
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'spice/spice.v46' into...
2011-11-01 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-11-01 Luiz Capitulinonet: tap-linux: Fix unhelpful error message
2011-02-01 Michael S. Tsirkintap: safe sndbuf default
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-06-22 Michael Tokarevgive some useful error messages when tap open
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
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-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