]> git.proxmox.com Git - mirror_qemu.git/history - hw/virtio-net.h
Fix typos and misspellings
[mirror_qemu.git] / hw / virtio-net.h
2013-03-19 Anthony LiguoriMerge remote-tracking branch 'kraxel/ipxe.2' into staging
2013-03-18 KONRAD Fredericvirtio: make virtio device's structures public.
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'origin/master' into staging
2013-03-11 Anthony LiguoriMerge remote-tracking branch 'bonzini/hw-dirs' into...
2013-03-01 Paolo Bonzinihw: include hw header files with full paths
2013-02-11 Anthony LiguoriMerge remote-tracking branch 'luiz/queue/qmp' into...
2013-02-08 Jesse Larrewhw/virtio-net: disable multiqueue by 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 Wangvirtio-net: multiqueue support
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'agraf/s390-for-upstream...
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'agraf/ppc-for-upstream...
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'afaerber/qom-cpu' into...
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'afaerber-or/cocoa-for...
2013-02-01 Anthony LiguoriMerge remote-tracking branch 'mst/tags/for_anthony...
2013-01-29 Amos Kongvirtio-net: rename ctrl rx commands
2013-01-29 Amos Kongvirtio-net: introduce a new macaddr control
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 Bonzininet: reorganize headers
2012-12-19 Paolo Bonzininet: do not include net.h everywhere
2012-12-17 Paolo BonziniMerge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05...
2012-12-17 Michael S. Tsirkinpci: update all users to look in pci/
2012-04-10 Anthony LiguoriMerge commit 'ff71f2e8cacefae99179993204172bc65e4303df...
2012-03-15 Michael S. Tsirkinvirtio-net: add DATA_VALID flag
2012-02-23 Kevin WolfMerge qemu-iotests into for-anthony
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'stefanha/trivial-patches...
2011-09-08 Anthony LiguoriMerge remote-tracking branch 'aneesh/for-upstream-3...
2011-09-03 Stefan WeilUse new macro QEMU_PACKED for packed structures
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 Alex Williamsonvirtio-net: Introduce a new bottom half packet TX
2010-09-07 Alex Williamsonvirtio-net: Limit number of packets sent per TX flush
2010-09-07 Alex Williamsonvirtio-net: Make tx_timer timeout configurable
2010-05-24 Amos KongVirtio-net: Replace the hardcode 6 with defined ETN_ALEN
2010-01-12 Michael S. Tsirkinvirtio-net: mac property is mandatory
2010-01-11 Michael S. Tsirkinvirtio: add features as qdev properties
2009-06-10 Anthony LiguoriMerge branch 'net-queue'
2009-06-09 Alex Williamsonvirtio-net: Add new RX filter controls
2009-05-14 Paul BrookVirtio-net qdev conversion
2009-02-11 aliguoriqemu: return PCIDevice on net device init and record...
2009-02-05 aliguoriqemu:virtio-net: Add VLAN filtering (Alex Williamson)
2009-02-05 aliguoriqemu:virtio-net: Add additional MACs via a filter table...
2009-02-05 aliguoriqemu:virtio-net: Add promiscuous and all-multicast...
2009-02-05 aliguoriqemu:virtio-net: Add a virtqueue for control commands...
2009-02-05 aliguoriqemu:virtio-net: Define ETH_ALEN for use when manipulat...
2009-01-13 aliguoriMake virtio_net_init() return void (Mark McLoughlin)
2009-01-08 aliguoriImplement virtio_net link status (Mark McLoughlin)
2008-12-17 aliguorivirtio-net support