summaryrefslogtreecommitdiff
path: root/hw/virtio-net.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-27virtio: use qdev properties for configuration.Gerd Hoffmann1-20/+25
2009-07-22notify io_thread at the end of rx handlingGlauber Costa1-0/+4
2009-06-24qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin1-1/+4
2009-06-24qemu/net: request 3 vectors in virtio-netMichael S. Tsirkin1-0/+1
2009-06-22virtio-net: implement async packet sendingMark McLoughlin1-2/+37
2009-06-22virtio-net: enable mergeable receive buffersMark McLoughlin1-0/+1
2009-06-09virtio-net: Increase filter and control limitsAlex Williamson1-2/+2
2009-06-09virtio-net: Add new RX filter controlsAlex Williamson1-4/+36
2009-06-09virtio-net: MAC filter optimizationAlex Williamson1-4/+25
2009-06-09virtio-net: Fix MAC filter overflow handlingAlex Williamson1-8/+23
2009-06-09virtio-net: reorganize receive_filter()Alex Williamson1-8/+11
2009-06-09virtio-net: Use a byte to store RX mode flagsAlex Williamson1-7/+12
2009-06-09virtio-net: Add version_id 7 placeholder for vnet header supportAlex Williamson1-1/+8
2009-06-09virtio-net: implement rx packet queueingMark McLoughlin1-1/+4
2009-06-09net: add return value to packet receive handlerMark McLoughlin1-4/+6
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin1-4/+4
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin1-1/+1
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin1-1/+1
2009-05-18Separate virtio PCI codePaul Brook1-16/+7
2009-05-14Virtio-net qdev conversionPaul Brook1-9/+12
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori1-1/+18
2009-04-17Remove stray GSO code from virtio_net (Mark McLoughlin)aliguori1-5/+0
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir11-1/+1
2009-04-05Fix oops on 2.6.25 guest (Rusty Russell)aliguori1-0/+16
2009-03-13qemu:virtio-net: Check return size on the correct sg list (Alex Williamson)aliguori1-1/+1