summaryrefslogtreecommitdiff
path: root/hw/net/vhost_net.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-02spec/vhost-user spec: Add IOMMU supportMaxime Coquelin1-0/+1
2017-01-18vhost_net: device IOTLB supportJason Wang1-0/+1
2017-01-10vhost-net: Notify the backend about the host MTUMaxime Coquelin1-0/+18
2016-08-10vhost: check for vhost_ops before using.Ilya Maximets1-1/+1
2016-07-29vhost: add vhost_net_set_backend()Marc-André Lureau1-6/+3
2016-07-29vhost-net: vhost_migration_done is vhost-user specificMarc-André Lureau1-5/+3
2016-07-29Revert "vhost-net: do not crash if backend is not present"Marc-André Lureau1-6/+1
2016-07-29vhost-user: add get_vhost_net() assertionsMarc-André Lureau1-0/+1
2016-07-29vhost-user: keep vhost_net after a disconnectionMarc-André Lureau1-1/+0
2016-07-29vhost-net: always call vhost_dev_cleanup() on failureMarc-André Lureau1-3/+3
2016-07-29misc: indentationMarc-André Lureau1-1/+1
2016-07-19qapi: Change Netdev into a flat unionEric Blake1-10/+10
2016-07-07tap: vhost busy polling supportJason Wang1-1/+1
2016-06-17vhost-net: save & restore vring enable stateMarc-André Lureau1-0/+11
2016-06-17vhost-net: save & restore vhost-user acked featuresMarc-André Lureau1-1/+26
2016-06-17vhost-net: do not crash if backend is not presentMarc-André Lureau1-1/+6
2016-02-18vhost-user interrupt management fixesVictor Kaplansky1-2/+13
2016-02-16vhost-net: revert support of cross-endian vnet headersGreg Kurz1-36/+5
2016-02-06net: set endianness on all backend devicesLaurent Vivier1-12/+11
2016-01-29hw/net: Clean up includesPeter Maydell1-3/+1
2015-11-18vhost-user: ignore qemu-only featuresMichael S. Tsirkin1-7/+1
2015-11-16vhost: don't send RESET_OWNER at stopYuanhan Liu1-6/+0
2015-10-22vhost user: add rarp sending after live migration for legacy guestThibaut Collet1-0/+17
2015-10-22vhost user: add support of live migrationThibaut Collet1-0/+2
2015-10-22vhost: use a function for each callMarc-André Lureau1-10/+6
2015-09-24vhost-user: add a new message to disable/enable a specific virt queue.Changchun Ouyang1-0/+18
2015-09-24vhost-user: add multiple queue supportChangchun Ouyang1-4/+6
2015-09-24vhost-user: add VHOST_USER_GET_QUEUE_NUM messageYuanhan Liu1-0/+12
2015-09-24vhost: rename VHOST_RESET_OWNER to VHOST_RESET_DEVICEYuanhan Liu1-1/+1
2015-09-24vhost-user: add protocol feature negotiationMichael S. Tsirkin1-0/+2
2015-09-10virtio: avoid leading underscores for helpersCornelia Huck1-1/+1
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