aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-net.c
AgeCommit message (Expand)Author
2012-09-28virtio-net: fix used len for txMichael S. Tsirkin
2012-09-14net: notify iothread after flushing queuePaolo Bonzini
2012-08-01net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi
2012-08-01net: Rename VLANClientState to NetClientStateStefan Hajnoczi
2012-07-23hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek
2012-06-07change iov_* function prototypes to be more appropriateMichael Tokarev
2012-05-21virtio: check virtio_load return codeOrit Wassermann
2012-01-27qdev: don't access name through infoAnthony Liguori
2012-01-27qdev: move qdev->info to classAnthony Liguori
2011-08-20Use glib memory allocation and free functionsAnthony Liguori
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori
2011-07-27virtio-net: don't use vdev after virtio_cleanupAmit Shah
2011-07-18iov: Update parameter usage in iov_(to|from)_buf()Hannes Reinecke
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