summaryrefslogtreecommitdiffstats
path: root/hw/virtio-net.c
Commit message (Expand)AuthorAgeFilesLines
* virtio-net: use qemu_get_buffer() in a temp bufferJuan Quintela2012-10-171-1/+3
* virtio-net: update nc.link_down in virtio_net_load()Amos Kong2012-10-081-0/+5
* virtio-net: fix used len for txMichael S. Tsirkin2012-09-281-2/+2
* net: notify iothread after flushing queuePaolo Bonzini2012-09-141-4/+0
* net: Rename qemu_del_vlan_client() to qemu_del_net_client()Stefan Hajnoczi2012-08-011-1/+1
* net: Rename VLANClientState to NetClientStateStefan Hajnoczi2012-08-011-5/+5
* hw, net: "net_client_type" -> "NetClientOptionsKind" (qapi-generated)Laszlo Ersek2012-07-231-5/+5
* change iov_* function prototypes to be more appropriateMichael Tokarev2012-06-071-2/+2
* virtio: check virtio_load return codeOrit Wassermann2012-05-211-1/+5
* qdev: don't access name through infoAnthony Liguori2012-01-271-1/+1
* qdev: move qdev->info to classAnthony Liguori2012-01-271-1/+1
* Use glib memory allocation and free functionsAnthony Liguori2011-08-201-4/+4
* Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori2011-08-041-1/+1
|\
| * virtio-net: don't use vdev after virtio_cleanupAmit Shah2011-07-271-1/+1
* | iov: Update parameter usage in iov_(to|from)_buf()Hannes Reinecke2011-07-181-1/+1
|/
* change all other clock references to use nanosecond resolution accessorsPaolo Bonzini2011-03-211-3/+3
* virtio-net: Fix lduw_p() pointer argument of wrong sizeStefan Hajnoczi2011-03-031-2/+2
* vhost: disable on tap link downMichael S. Tsirkin2011-02-201-1/+2
* vhost: force vhost off for non-MSI guestsmst@redhat.com2011-02-011-1/+5
* virtio-net: fix cross-endianness supportAurelien Jarno2011-01-291-6/+7
* virtio: move vmstate change tracking to coreMichael S. Tsirkin2011-01-101-21/+7
* Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori2010-12-171-16/+53
|\
| * virtio-net: stop/start bh when appropriateMichael S. Tsirkin2010-12-091-16/+50
| * virtio-net: don't dma while vm is stoppedMichael S. Tsirkin2010-12-091-0/+3
* | Add bootindex parameter to net/block/fd deviceGleb Natapov2010-12-111-0/+2
|/
* virtio-net: Convert fprintf() to error_report()Stefan Hajnoczi2010-11-211-21/+20
* virtio-net: unify vhost-net start/stopMichael S. Tsirkin2010-10-071-46/+43
* virtio-net: Introduce a new bottom half packet TXAlex Williamson2010-09-071-8/+77
* virtio-net: Rename tx_timer_active to tx_waitingAlex Williamson2010-09-071-9/+9
* virtio-net: Limit number of packets sent per TX flushAlex Williamson2010-09-071-6/+15
* virtio-net: Make tx_timer timeout configurableAlex Williamson2010-09-071-3/+6
* virtio-net: correct packet length mathMichael S. Tsirkin2010-07-111-13/+28
* virtio-net: Incorporate a DeviceState pointer and let savevm track instancesAlex Williamson2010-07-061-3/+4
* savevm: Add DeviceState paramAlex Williamson2010-07-061-2/+2
* virtio-net: truncating packetMichael S. Tsirkin2010-06-071-6/+9
* virtio-net: stop vhost backend on vmstopMichael S. Tsirkin2010-06-021-6/+5
* virtio-net: return with value in void functionMichael S. Tsirkin2010-05-121-1/+1
* iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah2010-04-281-17/+3
* vhost: fix features ackDavid L Stevens2010-04-131-0/+8
* virtio-net: vhost net supportMichael S. Tsirkin2010-04-011-2/+69
* error: Replace qemu_error() by error_report()Markus Armbruster2010-03-161-2/+2
* error: Move qemu_error & friends into their own headerMarkus Armbruster2010-03-161-0/+1
* virtio-net: fix network stall under loadTom Lendacky2010-02-101-1/+9
* virtio: net: remove dead assignmentAmit Shah2010-01-131-1/+1
* virtio-net: mac property is mandatoryMichael S. Tsirkin2010-01-121-0/+2
* virtio: add features as qdev propertiesMichael S. Tsirkin2010-01-111-23/+16
* virtio: rename features -> guest_featuresMichael S. Tsirkin2010-01-111-5/+5
* net: remove VLANClientState members now in NetClientInfoMark McLoughlin2009-12-031-1/+1
* net: convert virtio to NICStateMark McLoughlin2009-12-031-34/+39
* whitelist host virtio networking featuresDustin Kirkland2009-11-091-4/+4
OpenPOWER on IntegriCloud