summaryrefslogtreecommitdiffstats
path: root/hw/virtio-net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
OpenPOWER on IntegriCloud