aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio-net.c
AgeCommit message (Expand)Author
2010-02-10virtio-net: fix network stall under loadTom Lendacky
2010-01-13virtio: net: remove dead assignmentAmit Shah
2010-01-12virtio-net: mac property is mandatoryMichael S. Tsirkin
2010-01-11virtio: add features as qdev propertiesMichael S. Tsirkin
2010-01-11virtio: rename features -> guest_featuresMichael S. Tsirkin
2009-12-03net: remove VLANClientState members now in NetClientInfoMark McLoughlin
2009-12-03net: convert virtio to NICStateMark McLoughlin
2009-11-09whitelist host virtio networking featuresDustin Kirkland
2009-11-09virtio-net: split the has_buffers() logic from can_receive()Mark McLoughlin
2009-10-30virtio-net: fix macaddr config regressionMark McLoughlin
2009-10-30net: move more stuff into net/tap-win32.c, add net/tap.hMark McLoughlin
2009-10-30net: move net-checksum.c under net/Mark McLoughlin
2009-10-27virtio-net: add tap_has_ufo flag to saved stateMark McLoughlin
2009-10-27Enable UFO on virtio-net and tap devicesSridhar Samudrala
2009-10-27Work around dhclient brokennessAnthony Liguori
2009-10-27virtio-net: enable tap offload if guest supports itMark McLoughlin
2009-10-27virtio-net: add vnet_hdr supportMark McLoughlin
2009-10-27virtio: use qdev properties for configuration.Gerd Hoffmann
2009-07-22notify io_thread at the end of rx handlingGlauber Costa
2009-06-24qemu/net: flag to control the number of vectors a nic hasMichael S. Tsirkin
2009-06-24qemu/net: request 3 vectors in virtio-netMichael S. Tsirkin
2009-06-22virtio-net: implement async packet sendingMark McLoughlin
2009-06-22virtio-net: enable mergeable receive buffersMark McLoughlin
2009-06-09virtio-net: Increase filter and control limitsAlex Williamson
2009-06-09virtio-net: Add new RX filter controlsAlex Williamson
2009-06-09virtio-net: MAC filter optimizationAlex Williamson
2009-06-09virtio-net: Fix MAC filter overflow handlingAlex Williamson
2009-06-09virtio-net: reorganize receive_filter()Alex Williamson
2009-06-09virtio-net: Use a byte to store RX mode flagsAlex Williamson
2009-06-09virtio-net: Add version_id 7 placeholder for vnet header supportAlex Williamson
2009-06-09virtio-net: implement rx packet queueingMark McLoughlin
2009-06-09net: add return value to packet receive handlerMark McLoughlin
2009-06-09net: pass VLANClientState* as first arg to receive handlersMark McLoughlin
2009-06-09net: re-name vc->fd_read() to vc->receive()Mark McLoughlin
2009-06-09net: add fd_readv() handler to qemu_new_vlan_client() argsMark McLoughlin
2009-05-18Separate virtio PCI codePaul Brook
2009-05-14Virtio-net qdev conversionPaul Brook
2009-04-17Introduce VLANClientState::cleanup() (Mark McLoughlin)aliguori
2009-04-17Remove stray GSO code from virtio_net (Mark McLoughlin)aliguori
2009-04-13Fix OpenSolaris gcc4 warnings: iovec type mismatches, missing 'static'blueswir1
2009-04-05Fix oops on 2.6.25 guest (Rusty Russell)aliguori
2009-03-13qemu:virtio-net: Check return size on the correct sg list (Alex Williamson)aliguori
2009-02-16virtio: Remove malloc failure checks (Jan Kiszka)aliguori
2009-02-11qemu: return PCIDevice on net device init and record devfn (Marcelo Tosatti)aliguori
2009-02-05qemu:virtio-net: Add VLAN filtering (Alex Williamson)aliguori
2009-02-05qemu:virtio-net: Add additional MACs via a filter table (Alex Williamson)aliguori
2009-02-05qemu:virtio-net: Enable filtering based on MAC, promisc, broadcast and allmul...aliguori
2009-02-05qemu:virtio-net: Add promiscuous and all-multicast mode bits (Alex Williamson)aliguori
2009-02-05qemu:virtio-net: Add a virtqueue for control commands from the guest (Alex Wi...aliguori
2009-02-05qemu:virtio-net: Define ETH_ALEN for use when manipulating MAC addresses (Ale...aliguori