aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-net.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-27qdev: don't access name through infoAnthony Liguori1-1/+1
2012-01-27qdev: move qdev->info to classAnthony Liguori1-1/+1
2011-08-20Use glib memory allocation and free functionsAnthony Liguori1-4/+4
2011-08-04Merge remote-tracking branch 'mst/for_anthony' into stagingAnthony Liguori1-1/+1
2011-07-27virtio-net: don't use vdev after virtio_cleanupAmit Shah1-1/+1
2011-07-18iov: Update parameter usage in iov_(to|from)_buf()Hannes Reinecke1-1/+1
2011-03-21change all other clock references to use nanosecond resolution accessorsPaolo Bonzini1-3/+3
2011-03-03virtio-net: Fix lduw_p() pointer argument of wrong sizeStefan Hajnoczi1-2/+2
2011-02-20vhost: disable on tap link downMichael S. Tsirkin1-1/+2
2011-02-01vhost: force vhost off for non-MSI guestsmst@redhat.com1-1/+5
2011-01-29virtio-net: fix cross-endianness supportAurelien Jarno1-6/+7
2011-01-10virtio: move vmstate change tracking to coreMichael S. Tsirkin1-21/+7
2010-12-17Merge remote branch 'mst/for_anthony' into stagingAnthony Liguori1-16/+53
2010-12-11Add bootindex parameter to net/block/fd deviceGleb Natapov1-0/+2
2010-12-09virtio-net: stop/start bh when appropriateMichael S. Tsirkin1-16/+50
2010-12-09virtio-net: don't dma while vm is stoppedMichael S. Tsirkin1-0/+3
2010-11-21virtio-net: Convert fprintf() to error_report()Stefan Hajnoczi1-21/+20
2010-10-07virtio-net: unify vhost-net start/stopMichael S. Tsirkin1-46/+43
2010-09-07virtio-net: Introduce a new bottom half packet TXAlex Williamson1-8/+77
2010-09-07virtio-net: Rename tx_timer_active to tx_waitingAlex Williamson1-9/+9
2010-09-07virtio-net: Limit number of packets sent per TX flushAlex Williamson1-6/+15
2010-09-07virtio-net: Make tx_timer timeout configurableAlex Williamson1-3/+6
2010-07-11virtio-net: correct packet length mathMichael S. Tsirkin1-13/+28
2010-07-06virtio-net: Incorporate a DeviceState pointer and let savevm track instancesAlex Williamson1-3/+4
2010-07-06savevm: Add DeviceState paramAlex Williamson1-2/+2
2010-06-07virtio-net: truncating packetMichael S. Tsirkin1-6/+9
2010-06-02virtio-net: stop vhost backend on vmstopMichael S. Tsirkin1-6/+5
2010-05-12virtio-net: return with value in void functionMichael S. Tsirkin1-1/+1
2010-04-28iov: Introduce a new file for helpers around iovs, add iov_from_buf()Amit Shah1-17/+3
2010-04-13vhost: fix features ackDavid L Stevens1-0/+8
2010-04-01virtio-net: vhost net supportMichael S. Tsirkin1-2/+69
2010-03-16error: Replace qemu_error() by error_report()Markus Armbruster1-2/+2
2010-03-16error: Move qemu_error & friends into their own headerMarkus Armbruster1-0/+1
2010-02-10virtio-net: fix network stall under loadTom Lendacky1-1/+9
2010-01-13virtio: net: remove dead assignmentAmit Shah1-1/+1
2010-01-12virtio-net: mac property is mandatoryMichael S. Tsirkin1-0/+2
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin1-23/+16
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin1-5/+5
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin1-1/+1
2009-12-03net: convert virtio to NICStateMark McLoughlin1-34/+39
2009-11-09whitelist host virtio networking featuresDustin Kirkland1-4/+4
2009-11-09virtio-net: split the has_buffers() logic from can_receive()Mark McLoughlin1-9/+12
2009-10-30virtio-net: fix macaddr config regressionMark McLoughlin1-0/+1
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin1-0/+1
2009-10-30net: move net-checksum.c under net/Mark McLoughlin1-0/+1
2009-10-27virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin1-2/+21
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala1-2/+9
2009-10-27Work around dhclient brokennessAnthony Liguori1-0/+29
2009-10-27virtio-net: enable tap offload if guest supports itMark McLoughlin1-0/+18
2009-10-27virtio-net: add vnet_hdr supportMark McLoughlin1-7/+44