summaryrefslogtreecommitdiffstats
path: root/hw/virtio-net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* virtio-net: split the has_buffers() logic from can_receive()Mark McLoughlin2009-11-091-9/+12
* virtio-net: fix macaddr config regressionMark McLoughlin2009-10-301-0/+1
* net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin2009-10-301-0/+1
* net: move net-checksum.c under net/Mark McLoughlin2009-10-301-0/+1
* virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin2009-10-271-2/+21
* Enable UFO on virtio-net and tap devicesSridhar Samudrala2009-10-271-2/+9
* Work around dhclient brokennessAnthony Liguori2009-10-271-0/+29
* virtio-net: enable tap offload if guest supports itMark McLoughlin2009-10-271-0/+18
* virtio-net: add vnet_hdr supportMark McLoughlin2009-10-271-7/+44
* virtio: use qdev properties for configuration.Gerd Hoffmann2009-10-271-20/+25
* notify io_thread at the end of rx handlingGlauber Costa2009-07-221-0/+4
* qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin2009-06-241-1/+4
* qemu/net: request 3 vectors in virtio-netMichael S. Tsirkin2009-06-241-0/+1
* virtio-net: implement async packet sendingMark McLoughlin2009-06-221-2/+37
* virtio-net: enable mergeable receive buffersMark McLoughlin2009-06-221-0/+1
* virtio-net: Increase filter and control limitsAlex Williamson2009-06-091-2/+2
* virtio-net: Add new RX filter controlsAlex Williamson2009-06-091-4/+36
* virtio-net: MAC filter optimizationAlex Williamson2009-06-091-4/+25
* virtio-net: Fix MAC filter overflow handlingAlex Williamson2009-06-091-8/+23
* virtio-net: reorganize receive_filter()Alex Williamson2009-06-091-8/+11
OpenPOWER on IntegriCloud