index
:
bwlp/qemu.git
block_qcow2_cluster_info
master
spice_video_codecs
Experimental fork of QEMU with video encoding patches
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
net
/
vhost_net.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
vhost-net: compile it on all targets that have virtio-net.
Paolo Bonzini
2019-02-21
1
-3
/
+1
*
vhost: restrict Linux dependency to kernel vhost
Paolo Bonzini
2019-02-21
1
-2
/
+1
*
vhost-net-user: add stubs for when no virtio-net device is present
Paolo Bonzini
2019-02-21
1
-0
/
+4
*
vhost-net: move stubs to a separate file
Paolo Bonzini
2019-02-21
1
-74
/
+0
*
spec/vhost-user spec: Add IOMMU support
Maxime Coquelin
2017-06-02
1
-0
/
+1
*
vhost_net: device IOTLB support
Jason Wang
2017-01-18
1
-0
/
+1
*
vhost-net: Notify the backend about the host MTU
Maxime Coquelin
2017-01-10
1
-0
/
+18
*
vhost: check for vhost_ops before using.
Ilya Maximets
2016-08-10
1
-1
/
+1
*
vhost: add vhost_net_set_backend()
Marc-André Lureau
2016-07-28
1
-6
/
+3
*
vhost-net: vhost_migration_done is vhost-user specific
Marc-André Lureau
2016-07-28
1
-5
/
+3
*
Revert "vhost-net: do not crash if backend is not present"
Marc-André Lureau
2016-07-28
1
-6
/
+1
*
vhost-user: add get_vhost_net() assertions
Marc-André Lureau
2016-07-28
1
-0
/
+1
*
vhost-user: keep vhost_net after a disconnection
Marc-André Lureau
2016-07-28
1
-1
/
+0
*
vhost-net: always call vhost_dev_cleanup() on failure
Marc-André Lureau
2016-07-28
1
-3
/
+3
*
misc: indentation
Marc-André Lureau
2016-07-28
1
-1
/
+1
*
qapi: Change Netdev into a flat union
Eric Blake
2016-07-19
1
-10
/
+10
*
tap: vhost busy polling support
Jason Wang
2016-07-07
1
-1
/
+1
*
vhost-net: save & restore vring enable state
Marc-André Lureau
2016-06-17
1
-0
/
+11
*
vhost-net: save & restore vhost-user acked features
Marc-André Lureau
2016-06-17
1
-1
/
+26
*
vhost-net: do not crash if backend is not present
Marc-André Lureau
2016-06-17
1
-1
/
+6
*
vhost-user interrupt management fixes
Victor Kaplansky
2016-02-18
1
-2
/
+13
*
vhost-net: revert support of cross-endian vnet headers
Greg Kurz
2016-02-16
1
-36
/
+5
[next]