aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-net.c
AgeCommit message (Expand)Author
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini
2011-03-03virtio-net: Fix lduw_p() pointer argument of wrong sizeStefan Hajnoczi
2011-02-20vhost: disable on tap link downMichael S. Tsirkin
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com
2011-01-29virtio-net: fix cross-endianness supportAurelien Jarno
2011-01-10virtio: move vmstate change tracking to coreMichael S. Tsirkin
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov
2010-12-09virtio-net: stop/start bh when appropriateMichael S. Tsirkin
2010-12-09virtio-net: don't dma while vm is stoppedMichael S. Tsirkin
2010-11-21virtio-net: Convert fprintf() to error_report()Stefan Hajnoczi
2010-10-07virtio-net: unify vhost-net start/stopMichael S. Tsirkin
2010-09-07virtio-net: Introduce a new bottom half packet TXAlex Williamson
2010-09-07virtio-net: Rename tx_timer_active to tx_waitingAlex Williamson
2010-09-07virtio-net: Limit number of packets sent per TX flushAlex Williamson
2010-09-07virtio-net: Make tx_timer timeout configurableAlex Williamson
2010-07-11virtio-net: correct packet length mathMichael S. Tsirkin
2010-07-06virtio-net: Incorporate a DeviceState pointer and let savevm track instancesAlex Williamson
2010-07-06savevm: Add DeviceState paramAlex Williamson
2010-06-07virtio-net: truncating packetMichael S. Tsirkin
2010-06-02virtio-net: stop vhost backend on vmstopMichael S. Tsirkin
2010-05-12virtio-net: return with value in void functionMichael S. Tsirkin
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah
2010-04-13vhost: fix features ackDavid L Stevens
2010-04-01virtio-net: vhost net supportMichael S. Tsirkin
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster
2010-02-10virtio-net: fix network stall under loadTom Lendacky
2010-01-13virtio: net: remove dead assignmentAmit Shah
2010-01-12virtio-net: mac property is mandatoryMichael S. Tsirkin
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: convert virtio to NICStateMark McLoughlin
2009-11-09whitelist host virtio networking featuresDustin Kirkland
2009-11-09virtio-net: split the has_buffers() logic from can_receive()Mark McLoughlin
2009-10-30virtio-net: fix macaddr config regressionMark McLoughlin
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-27virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala
2009-10-27Work around dhclient brokennessAnthony Liguori
2009-10-27virtio-net: enable tap offload if guest supports itMark McLoughlin
2009-10-27virtio-net: add vnet_hdr supportMark McLoughlin
2009-10-27virtio: use qdev properties for configuration.Gerd Hoffmann
2009-07-22notify io_thread at the end of rx handlingGlauber Costa
2009-06-24qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin
2009-06-24qemu/net: request 3 vectors in virtio-netMichael S. Tsirkin
2009-06-22virtio-net: implement async packet sendingMark McLoughlin
2009-06-22virtio-net: enable mergeable receive buffersMark McLoughlin