summaryrefslogtreecommitdiff
path: root/hw/net/vhost_net.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin1-2/+1
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta1-11/+1
2015-06-19vhost_net: re-enable when cross endianCédric Le Goater1-19/+0
2015-06-19vhost-net: tell tap backend about the vnet endiannessGreg Kurz1-1/+32
2015-06-10vhost: 64 bit featuresCornelia Huck1-6/+6
2015-06-10vhost_net: add version_1 featureMichael S. Tsirkin1-0/+2
2015-06-01vhost-user: add multi queue supportOuyang Changchun1-1/+2
2015-04-27vhost-user: Send VHOST_RESET_OWNER on vhost stopLuke Gorrie1-0/+7
2015-03-10vhost_net: Add missing 'static' attributeStefan Weil1-1/+1
2015-02-26virtio: use standard virtio_ring.hMichael S. Tsirkin1-1/+1
2014-09-22virtio: Import virtio_vring.hFam Zheng1-1/+1
2014-09-18vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiationDamjan Marion1-4/+4
2014-09-03vhost_net: init acked_features to backend_featuresJason Wang1-0/+1
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang1-14/+27
2014-09-02vhost_net: cleanup start/stop conditionMichael S. Tsirkin1-8/+0
2014-06-29vhost-net: disable when cross-endianGreg Kurz1-0/+19
2014-06-19Add the vhost-user netdev backend to the command lineNikolay Nikolaev1-0/+4
2014-06-19vhost-net: vhost-user feature bits supportNikolay Nikolaev1-0/+35
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev1-29/+46
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev1-4/+6
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev1-11/+12
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev1-3/+27
2014-06-19vhost_net should call the poll callback only when it is setNikolay Nikolaev1-3/+10
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev1-27/+29
2014-02-25vhost_net: use offload API instead of bypassing itStefan Hajnoczi1-3/+3
2014-02-25net: virtio-net and vmxnet3 use offloading APIVincenzo Maffione1-2/+2
2014-01-26virtio: Fix return value for dummy function vhost_net_virtqueue_pendingStefan Weil1-1/+1
2013-04-24virtio: remove virtiobindings.KONRAD Frederic1-7/+10
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini1-0/+328