summary refs log tree commit diff stats
path: root/hw/net/vhost_net.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/net/vhost_net: Silence compiler warning when compiling with -WshadowThomas Huth2023-10-061-4/+4
* virtio-net: Add USO flags to vhost support.Andrew Melnychenko2023-09-181-0/+3
* net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()Ani Sinha2023-06-281-1/+6
* vhost_net: add an assertion for TAP client backendsAni Sinha2023-06-261-0/+1
* virtio-net: add support for configure interruptCindy Lu2023-01-081-0/+9
* vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)2023-01-081-0/+9
* vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella2022-12-011-4/+4
* vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella2022-11-221-0/+1
* vhost: Change the sequence of device startYajun Wu2022-11-071-6/+5
* 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/+0
* 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/+0
* 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/+1
* vhost: restrict Linux dependency to kernel vhostPaolo Bonzini2019-02-211-2/+1
* 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/+0
* 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-291-6/+3
* vhost-net: vhost_migration_done is vhost-user specificMarc-André Lureau2016-07-291-5/+3
* Revert "vhost-net: do not crash if backend is not present"Marc-André Lureau2016-07-291-6/+1
* vhost-user: add get_vhost_net() assertionsMarc-André Lureau2016-07-291-0/+1
* vhost-user: keep vhost_net after a disconnectionMarc-André Lureau2016-07-291-1/+0
* vhost-net: always call vhost_dev_cleanup() on failureMarc-André Lureau2016-07-291-3/+3