aboutsummaryrefslogtreecommitdiff
path: root/hw/net/vhost_net.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-26vhost_net: fix assertion triggered by batch of host notifiers processingzuoboqun1-11/+24
2024-09-11vhost_net: configure all host notifiers in a single MR transactionzuoboqun1-12/+143
2024-08-20vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bitsAkihiko Odaki1-0/+2
2024-07-21vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bitsJonah Palmer1-0/+2
2024-07-01vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bitsJonah Palmer1-0/+2
2024-03-26vdpa-dev: Fix initialisation order to restore VDUSE compatibilityKevin Wolf1-0/+10
2023-10-06hw/net/vhost_net: Silence compiler warning when compiling with -WshadowThomas Huth1-4/+4
2023-09-18virtio-net: Add USO flags to vhost support.Andrew Melnychenko1-0/+3
2023-06-28net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()Ani Sinha1-1/+6
2023-06-26vhost_net: add an assertion for TAP client backendsAni Sinha1-0/+1
2023-01-08virtio-net: add support for configure interruptCindy Lu1-0/+9
2023-01-08vhost-user: Fix the virtio features negotiation flawHyman Huang(黄勇)1-0/+9
2022-12-01vhost: enable vrings in vhost_dev_start() for vhost-user devicesStefano Garzarella1-4/+4
2022-11-22vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devicesStefano Garzarella1-0/+1
2022-11-07vhost: Change the sequence of device startYajun Wu1-6/+5
2022-11-07vhost: vhost-kernel: enable vq reset featureKangjie Xu1-0/+1
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()Kangjie Xu1-0/+53
2022-11-07vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()Kangjie Xu1-0/+25
2022-09-02vhost_net: add NetClientState->load() callbackEugenio Pérez1-0/+7
2022-09-02vhost_net: Add NetClientInfo stop callbackEugenio Pérez1-0/+3
2022-09-02vhost_net: Add NetClientInfo start callbackEugenio Pérez1-0/+7
2022-05-16vhost-net: fix improper cleanup in vhost_net_startSi-Wei Liu1-1/+3
2022-05-16vhost_net: Print feature masks in hexIlya Maximets1-2/+2
2022-01-10Revert "virtio-net: add support for configure interrupt"Michael S. Tsirkin1-9/+0
2022-01-07virtio-net: add support for configure interruptCindy Lu1-0/+9
2021-11-11vhost: Fix last vq queue index of devices with no cvqEugenio Pérez1-4/+4
2021-11-11vhost: Rename last_index to vq_index_endEugenio Pérez1-2/+2
2021-10-20virtio-net: vhost control virtqueue supportJason Wang1-1/+1
2021-10-20vhost: record the last virtqueue index for the virtio deviceJason Wang1-3/+9
2021-10-20virtio-net: use "queue_pairs" instead of "queues" when possibleJason Wang1-3/+3
2021-10-20vhost-net: control virtqueue supportJason Wang1-11/+32
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang1-1/+1
2021-09-04vhost_net: remove the meaningless assignment in vhost_net_start_one()Jason Wang1-3/+0
2021-06-30vhost: Distinguish errors in vhost_dev_get_config()Kevin Wolf1-1/+1
2021-06-30vhost: Add Error parameter to vhost_dev_init()Kevin Wolf1-1/+5
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko1-0/+3
2020-07-07vhost-vdpa: introduce vhost-vdpa backendCindy Lu1-6/+12
2020-07-03vhost_net: introduce set_config & get_configCindy Lu1-0/+10
2020-07-03vhost_net: use the function qemu_get_peerCindy Lu1-6/+10
2019-10-25vhost_net: enable packed ring supportJason Wang1-0/+2
2019-08-16Include qemu/main-loop.h lessMarkus Armbruster1-1/+1
2019-05-17vhost_net: don't set backend for the uninitialized virtqueueJason Wang1-0/+10
2019-02-21vhost-net: compile it on all targets that have virtio-net.Paolo Bonzini1-3/+1
2019-02-21vhost: restrict Linux dependency to kernel vhostPaolo Bonzini1-2/+1
2019-02-21vhost-net-user: add stubs for when no virtio-net device is presentPaolo Bonzini1-0/+4
2019-02-21vhost-net: move stubs to a separate filePaolo Bonzini1-74/+0
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