index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
vhost_net.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
vhost-net: implement extended features support
Paolo Abeni
2025-10-04
1
-20
/
+25
*
net: Add is_vhost_user flag to vhost_net struct
Laurent Vivier
2025-07-14
1
-1
/
+2
*
net: Allow network backends to advertise max TX queue size
Laurent Vivier
2025-07-14
1
-0
/
+1
*
net: Add save_acked_features callback to vhost_net
Laurent Vivier
2025-07-14
1
-5
/
+5
*
net: Add get_acked_features callback to VhostNetOptions
Laurent Vivier
2025-07-14
1
-4
/
+2
*
net: Consolidate vhost feature bits into vhost_net structure
Laurent Vivier
2025-07-14
1
-87
/
+3
*
net: Add get_vhost_net callback to NetClientInfo
Laurent Vivier
2025-07-14
1
-27
/
+4
*
vhost_net: Rename vhost_set_vring_enable() for clarity
Laurent Vivier
2025-07-14
1
-2
/
+2
*
vhost_net: fix assertion triggered by batch of host notifiers processing
zuoboqun
2024-11-26
1
-11
/
+24
*
vhost_net: configure all host notifiers in a single MR transaction
zuoboqun
2024-09-11
1
-12
/
+143
*
vhost: Add VIRTIO_NET_F_RSC_EXT to vhost feature bits
Akihiko Odaki
2024-08-20
1
-0
/
+2
*
vhost,vhost-user: Add VIRTIO_F_IN_ORDER to vhost feature bits
Jonah Palmer
2024-07-21
1
-0
/
+2
*
vhost/vhost-user: Add VIRTIO_F_NOTIFICATION_DATA to vhost feature bits
Jonah Palmer
2024-07-01
1
-0
/
+2
*
vdpa-dev: Fix initialisation order to restore VDUSE compatibility
Kevin Wolf
2024-03-26
1
-0
/
+10
*
hw/net/vhost_net: Silence compiler warning when compiling with -Wshadow
Thomas Huth
2023-10-06
1
-4
/
+4
*
virtio-net: Add USO flags to vhost support.
Andrew Melnychenko
2023-09-18
1
-0
/
+3
*
net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()
Ani Sinha
2023-06-28
1
-1
/
+6
*
vhost_net: add an assertion for TAP client backends
Ani Sinha
2023-06-26
1
-0
/
+1
*
virtio-net: add support for configure interrupt
Cindy Lu
2023-01-08
1
-0
/
+9
*
vhost-user: Fix the virtio features negotiation flaw
Hyman Huang(黄勇)
2023-01-08
1
-0
/
+9
*
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
2022-12-01
1
-4
/
+4
*
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
2022-11-22
1
-0
/
+1
*
vhost: Change the sequence of device start
Yajun Wu
2022-11-07
1
-6
/
+5
*
vhost: vhost-kernel: enable vq reset feature
Kangjie Xu
2022-11-07
1
-0
/
+1
*
vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
Kangjie Xu
2022-11-07
1
-0
/
+53
*
vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
Kangjie Xu
2022-11-07
1
-0
/
+25
*
vhost_net: add NetClientState->load() callback
Eugenio Pérez
2022-09-02
1
-0
/
+7
*
vhost_net: Add NetClientInfo stop callback
Eugenio Pérez
2022-09-02
1
-0
/
+3
*
vhost_net: Add NetClientInfo start callback
Eugenio Pérez
2022-09-02
1
-0
/
+7
*
vhost-net: fix improper cleanup in vhost_net_start
Si-Wei Liu
2022-05-16
1
-1
/
+3
*
vhost_net: Print feature masks in hex
Ilya Maximets
2022-05-16
1
-2
/
+2
*
Revert "virtio-net: add support for configure interrupt"
Michael S. Tsirkin
2022-01-10
1
-9
/
+0
*
virtio-net: add support for configure interrupt
Cindy Lu
2022-01-07
1
-0
/
+9
*
vhost: Fix last vq queue index of devices with no cvq
Eugenio Pérez
2021-11-11
1
-4
/
+4
*
vhost: Rename last_index to vq_index_end
Eugenio Pérez
2021-11-11
1
-2
/
+2
*
virtio-net: vhost control virtqueue support
Jason Wang
2021-10-20
1
-1
/
+1
*
vhost: record the last virtqueue index for the virtio device
Jason Wang
2021-10-20
1
-3
/
+9
*
virtio-net: use "queue_pairs" instead of "queues" when possible
Jason Wang
2021-10-20
1
-3
/
+3
*
vhost-net: control virtqueue support
Jason Wang
2021-10-20
1
-11
/
+32
*
vhost_net: do not assume nvqs is always 2
Jason Wang
2021-09-04
1
-1
/
+1
*
vhost_net: remove the meaningless assignment in vhost_net_start_one()
Jason Wang
2021-09-04
1
-3
/
+0
*
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
2021-06-30
1
-1
/
+1
*
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
2021-06-30
1
-1
/
+5
*
virtio-net: Added eBPF RSS to virtio-net.
Andrew Melnychenko
2021-06-04
1
-0
/
+3
*
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
2020-07-07
1
-6
/
+12
*
vhost_net: introduce set_config & get_config
Cindy Lu
2020-07-03
1
-0
/
+10
*
vhost_net: use the function qemu_get_peer
Cindy Lu
2020-07-03
1
-6
/
+10
*
vhost_net: enable packed ring support
Jason Wang
2019-10-25
1
-0
/
+2
*
Include qemu/main-loop.h less
Markus Armbruster
2019-08-16
1
-1
/
+1
*
vhost_net: don't set backend for the uninitialized virtqueue
Jason Wang
2019-05-17
1
-0
/
+10
[next]