summaryrefslogtreecommitdiff
path: root/hw/net/vhost_net.c
AgeCommit message (Expand)Author
2016-02-18vhost-user interrupt management fixesVictor Kaplansky
2016-02-16vhost-net: revert support of cross-endian vnet headersGreg Kurz
2016-02-06net: set endianness on all backend devicesLaurent Vivier
2016-01-29hw/net: Clean up includesPeter Maydell
2015-11-18vhost-user: ignore qemu-only featuresMichael S. Tsirkin
2015-11-16vhost: don't send RESET_OWNER at stopYuanhan Liu
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet
2015-10-22vhost user: add support of live migrationThibaut Collet
2015-10-22vhost: use a function for each callMarc-André Lureau
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck
2015-07-20Revert "vhost-user: add multi queue support"Michael S. Tsirkin
2015-06-19vhost: enable vhost without without MSI-XPankaj Gupta
2015-06-19vhost_net: re-enable when cross endianCédric Le Goater
2015-06-19vhost-net: tell tap backend about the vnet endiannessGreg Kurz
2015-06-10vhost: 64 bit featuresCornelia Huck
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