summary refs log tree commit diff stats
path: root/hw/net/vhost_net.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* vhost-net: implement extended features supportPaolo Abeni2025-10-041-20/+25
* net: Add is_vhost_user flag to vhost_net structLaurent Vivier2025-07-141-1/+2
* net: Allow network backends to advertise max TX queue sizeLaurent Vivier2025-07-141-0/+1
* net: Add save_acked_features callback to vhost_netLaurent Vivier2025-07-141-5/+5
* net: Add get_acked_features callback to VhostNetOptionsLaurent Vivier2025-07-141-4/+2
* net: Consolidate vhost feature bits into vhost_net structureLaurent Vivier2025-07-141-87/+3
* net: Add get_vhost_net callback to NetClientInfoLaurent Vivier2025-07-141-27/+4
* vhost_net: Rename vhost_set_vring_enable() for clarityLaurent Vivier2025-07-141-2/+2
* vhost_net: fix assertion triggered by batch of host notifiers processingzuoboqun2024-11-261-11/+24
* vhost_net: configure all host notifiers in a single MR transactionzuoboqun2024-09-111-12/+143
* vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bitsAkihiko Odaki2024-08-201-0/+2
* vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer2024-07-211-0/+2
* vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer2024-07-011-0/+2
* vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf2024-03-261-0/+10
* 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