aboutsummaryrefslogtreecommitdiff
path: root/hw/net/vhost_net.c
AgeCommit message (Expand)Author
2015-06-10vhost_net: add version_1 featureMichael S. Tsirkin
2015-06-01vhost-user: add multi queue supportOuyang Changchun
2015-04-27vhost-user: Send VHOST_RESET_OWNER on vhost stopLuke Gorrie
2015-03-10vhost_net: Add missing 'static' attributeStefan Weil
2015-02-26virtio: use standard virtio_ring.hMichael S. Tsirkin
2014-09-22virtio: Import virtio_vring.hFam Zheng
2014-09-18vhost-user: fix VIRTIO_NET_F_MRG_RXBUF negotiationDamjan Marion
2014-09-03vhost_net: init acked_features to backend_featuresJason Wang
2014-09-03vhost_net: start/stop guest notifiers properlyJason Wang
2014-09-02vhost_net: cleanup start/stop conditionMichael S. Tsirkin
2014-06-29vhost-net: disable when cross-endianGreg Kurz
2014-06-19Add the vhost-user netdev backend to the command lineNikolay Nikolaev
2014-06-19vhost-net: vhost-user feature bits supportNikolay Nikolaev
2014-06-19Add vhost-backend and VhostBackendTypeNikolay Nikolaev
2014-06-19Add vhost_ops to vhost_dev struct and replace all relevant ioctlsNikolay Nikolaev
2014-06-19vhost_net_init will use VhostNetOptions to get all its argumentsNikolay Nikolaev
2014-06-19Refactor virtio-net to use generic get_vhost_netNikolay Nikolaev
2014-06-19vhost_net should call the poll callback only when it is setNikolay Nikolaev
2014-06-19vhost: add vhost_get_features and vhost_ack_featuresNikolay Nikolaev
2014-02-25vhost_net: use offload API instead of bypassing itStefan Hajnoczi
2014-02-25net: virtio-net and vmxnet3 use offloading APIVincenzo Maffione
2014-01-26virtio: Fix return value for dummy function vhost_net_virtqueue_pendingStefan Weil
2013-04-24virtio: remove virtiobindings.KONRAD Frederic
2013-04-08hw: move virtio devices to hw/ subdirectoriesPaolo Bonzini