aboutsummaryrefslogtreecommitdiffstats
path: root/hw/virtio-net.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-02-16virtio: Remove malloc failure checks (Jan Kiszka)aliguori1-4/+0
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori1-4/+5
2009-02-05qemu:virtio-net: Add VLAN filtering (Alex Williamson)aliguori1-3/+49
2009-02-05qemu:virtio-net: Add additional MACs via a filter table (Alex Williamson)aliguori1-2/+87
2009-02-05qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmul...aliguori1-0/+28
2009-02-05qemu:virtio-net: Add promiscuous and all-multicast mode bits (Alex Williamson)aliguori1-1/+47