summaryrefslogtreecommitdiffstats
path: root/hw/net/vhost_net.c
Commit message (Expand)AuthorAgeFilesLines
* vhost: Change the sequence of device startYajun Wu2022-11-071-6/+5Star
* vhost: vhost-kernel: enable vq reset featureKangjie Xu2022-11-071-0/+1
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu2022-11-071-0/+53
* vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu2022-11-071-0/+25
* vhost_net: add NetClientState->load() callbackEugenio Pérez2022-09-021-0/+7
* vhost_net: Add NetClientInfo stop callbackEugenio Pérez2022-09-021-0/+3
* vhost_net: Add NetClientInfo start callbackEugenio Pérez2022-09-021-0/+7
* vhost-net: fix improper cleanup in vhost_net_startSi-Wei Liu2022-05-161-1/+3
* vhost_net: Print feature masks in hexIlya Maximets2022-05-161-2/+2
* Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin2022-01-101-9/+0Star
* virtio-net: add support for configure interruptCindy Lu2022-01-071-0/+9
* vhost: Fix last vq queue index of devices with no cvqEugenio Pérez2021-11-111-4/+4
* vhost: Rename last_index to vq_index_endEugenio Pérez2021-11-111-2/+2
* virtio-net: vhost control virtqueue supportJason Wang2021-10-201-1/+1
* vhost: record the last virtqueue index for the virtio deviceJason Wang2021-10-201-3/+9
* virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang2021-10-201-3/+3
* vhost-net: control virtqueue supportJason Wang2021-10-201-11/+32
* vhost_net: do not assume nvqs is always 2Jason Wang2021-09-041-1/+1
* vhost_net: remove the meaningless assignment in vhost_net_start_one()Jason Wang2021-09-041-3/+0Star
* vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf2021-06-301-1/+1
* vhost: Add Error parameter to vhost_dev_init()Kevin Wolf2021-06-301-1/+5
* virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2021-06-041-0/+3
* vhost-vdpa: introduce vhost-vdpa backendCindy Lu2020-07-071-6/+12
* vhost_net: introduce set_config & get_configCindy Lu2020-07-031-0/+10
* vhost_net: use the function qemu_get_peerCindy Lu2020-07-031-6/+10
* vhost_net: enable packed ring supportJason Wang2019-10-251-0/+2
* Include qemu/main-loop.h lessMarkus Armbruster2019-08-161-1/+1
* vhost_net: don't set backend for the uninitialized virtqueueJason Wang2019-05-171-0/+10
* vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini2019-02-211-3/+1Star
* vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-211-2/+1Star
* vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini2019-02-211-0/+4
* vhost-net: move stubs to a separate filePaolo Bonzini2019-02-211-74/+0Star
* spec/vhost-user spec: Add IOMMU supportMaxime Coquelin2017-06-021-0/+1
* vhost_net: device IOTLB supportJason Wang2017-01-181-0/+1
* vhost-net: Notify the backend about the host MTUMaxime Coquelin2017-01-101-0/+18
* vhost: check for vhost_ops before using.Ilya Maximets2016-08-101-1/+1
* vhost: add vhost_net_set_backend()Marc-André Lureau2016-07-281-6/+3Star
* vhost-net: vhost_migration_done is vhost-user specificMarc-André Lureau2016-07-281-5/+3Star
* Revert "vhost-net: do not crash if backend is not present"Marc-André Lureau2016-07-281-6/+1Star
* vhost-user: add get_vhost_net() assertionsMarc-André Lureau2016-07-281-0/+1
* vhost-user: keep vhost_net after a disconnectionMarc-André Lureau2016-07-281-1/+0Star
* vhost-net: always call vhost_dev_cleanup() on failureMarc-André Lureau2016-07-281-3/+3
* misc: indentationMarc-André Lureau2016-07-281-1/+1
* qapi: Change Netdev into a flat unionEric Blake2016-07-191-10/+10
* tap: vhost busy polling supportJason Wang2016-07-071-1/+1
* vhost-net: save & restore vring enable stateMarc-André Lureau2016-06-171-0/+11
* vhost-net: save & restore vhost-user acked featuresMarc-André Lureau2016-06-171-1/+26
* vhost-net: do not crash if backend is not presentMarc-André Lureau2016-06-171-1/+6
* vhost-user interrupt management fixesVictor Kaplansky2016-02-181-2/+13
* vhost-net: revert support of cross-endian vnet headersGreg Kurz2016-02-161-36/+5Star