index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
net
/
vhost_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-26
vdpa-dev: Fix initialisation order to restore VDUSE compatibility
Kevin Wolf
1
-0
/
+10
2023-10-06
hw/net/vhost_net: Silence compiler warning when compiling with -Wshadow
Thomas Huth
1
-4
/
+4
2023-09-18
virtio-net: Add USO flags to vhost support.
Andrew Melnychenko
1
-0
/
+3
2023-06-28
net/vhost-net: do not assert on null pointer return from tap_get_vhost_net()
Ani Sinha
1
-1
/
+6
2023-06-26
vhost_net: add an assertion for TAP client backends
Ani Sinha
1
-0
/
+1
2023-01-08
virtio-net: add support for configure interrupt
Cindy Lu
1
-0
/
+9
2023-01-08
vhost-user: Fix the virtio features negotiation flaw
Hyman Huang(黄勇)
1
-0
/
+9
2022-12-01
vhost: enable vrings in vhost_dev_start() for vhost-user devices
Stefano Garzarella
1
-4
/
+4
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
1
-0
/
+1
2022-11-07
vhost: Change the sequence of device start
Yajun Wu
1
-6
/
+5
2022-11-07
vhost: vhost-kernel: enable vq reset feature
Kangjie Xu
1
-0
/
+1
2022-11-07
vhost-net: vhost-kernel: introduce vhost_net_virtqueue_restart()
Kangjie Xu
1
-0
/
+53
2022-11-07
vhost-net: vhost-kernel: introduce vhost_net_virtqueue_reset()
Kangjie Xu
1
-0
/
+25
2022-09-02
vhost_net: add NetClientState->load() callback
Eugenio Pérez
1
-0
/
+7
2022-09-02
vhost_net: Add NetClientInfo stop callback
Eugenio Pérez
1
-0
/
+3
2022-09-02
vhost_net: Add NetClientInfo start callback
Eugenio Pérez
1
-0
/
+7
2022-05-16
vhost-net: fix improper cleanup in vhost_net_start
Si-Wei Liu
1
-1
/
+3
2022-05-16
vhost_net: Print feature masks in hex
Ilya Maximets
1
-2
/
+2
2022-01-10
Revert "virtio-net: add support for configure interrupt"
Michael S. Tsirkin
1
-9
/
+0
2022-01-07
virtio-net: add support for configure interrupt
Cindy Lu
1
-0
/
+9
2021-11-11
vhost: Fix last vq queue index of devices with no cvq
Eugenio Pérez
1
-4
/
+4
2021-11-11
vhost: Rename last_index to vq_index_end
Eugenio Pérez
1
-2
/
+2
2021-10-20
virtio-net: vhost control virtqueue support
Jason Wang
1
-1
/
+1
2021-10-20
vhost: record the last virtqueue index for the virtio device
Jason Wang
1
-3
/
+9
2021-10-20
virtio-net: use "queue_pairs" instead of "queues" when possible
Jason Wang
1
-3
/
+3
2021-10-20
vhost-net: control virtqueue support
Jason Wang
1
-11
/
+32
2021-09-04
vhost_net: do not assume nvqs is always 2
Jason Wang
1
-1
/
+1
2021-09-04
vhost_net: remove the meaningless assignment in vhost_net_start_one()
Jason Wang
1
-3
/
+0
2021-06-30
vhost: Distinguish errors in vhost_dev_get_config()
Kevin Wolf
1
-1
/
+1
2021-06-30
vhost: Add Error parameter to vhost_dev_init()
Kevin Wolf
1
-1
/
+5
2021-06-04
virtio-net: Added eBPF RSS to virtio-net.
Andrew Melnychenko
1
-0
/
+3
2020-07-07
vhost-vdpa: introduce vhost-vdpa backend
Cindy Lu
1
-6
/
+12
2020-07-03
vhost_net: introduce set_config & get_config
Cindy Lu
1
-0
/
+10
2020-07-03
vhost_net: use the function qemu_get_peer
Cindy Lu
1
-6
/
+10
2019-10-25
vhost_net: enable packed ring support
Jason Wang
1
-0
/
+2
2019-08-16
Include qemu/main-loop.h less
Markus Armbruster
1
-1
/
+1
2019-05-17
vhost_net: don't set backend for the uninitialized virtqueue
Jason Wang
1
-0
/
+10
2019-02-21
vhost-net: compile it on all targets that have virtio-net.
Paolo Bonzini
1
-3
/
+1
2019-02-21
vhost: restrict Linux dependency to kernel vhost
Paolo Bonzini
1
-2
/
+1
2019-02-21
vhost-net-user: add stubs for when no virtio-net device is present
Paolo Bonzini
1
-0
/
+4
2019-02-21
vhost-net: move stubs to a separate file
Paolo Bonzini
1
-74
/
+0
2017-06-02
spec/vhost-user spec: Add IOMMU support
Maxime Coquelin
1
-0
/
+1
2017-01-18
vhost_net: device IOTLB support
Jason Wang
1
-0
/
+1
2017-01-10
vhost-net: Notify the backend about the host MTU
Maxime Coquelin
1
-0
/
+18
2016-08-10
vhost: check for vhost_ops before using.
Ilya Maximets
1
-1
/
+1
2016-07-29
vhost: add vhost_net_set_backend()
Marc-André Lureau
1
-6
/
+3
2016-07-29
vhost-net: vhost_migration_done is vhost-user specific
Marc-André Lureau
1
-5
/
+3
2016-07-29
Revert "vhost-net: do not crash if backend is not present"
Marc-André Lureau
1
-6
/
+1
2016-07-29
vhost-user: add get_vhost_net() assertions
Marc-André Lureau
1
-0
/
+1
2016-07-29
vhost-user: keep vhost_net after a disconnection
Marc-André Lureau
1
-1
/
+0
[next]