summaryrefslogtreecommitdiffstats
path: root/net/vhost-vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* vhost-vdpa: multiqueue supportJason Wang2021-10-201-9/+96
* vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang2021-10-201-7/+12
* vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang2021-10-201-8/+15
* net/vhost-vdpa: Fix device compatibility checkKevin Wolf2021-10-151-23/+14Star
* vhost-vdpa: remove the unncessary queue_index assignmentJason Wang2021-09-041-1/+0Star
* vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang2021-09-041-1/+4
* vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang2021-09-041-7/+6Star
* vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang2021-09-041-0/+1
* vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang2021-09-041-11/+0Star
* vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang2021-09-041-4/+0Star
* vhost_net: do not assume nvqs is always 2Jason Wang2021-09-041-0/+1
* vhost-vdpa: remove unused variable "acked_features"Jason Wang2021-09-041-1/+0Star
* vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang2021-06-111-9/+0Star
* virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko2021-06-041-0/+2
* Revert "qapi: net: Add query-netdev command"Jason Wang2021-04-081-14/+0Star
* Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang2021-04-081-1/+1
* Revert "net: Do not fill legacy info_str for backends"Jason Wang2021-04-081-0/+1
* net: Do not fill legacy info_str for backendsAlexey Kirillov2021-03-151-1/+0Star
* net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov2021-03-151-1/+1
* qapi: net: Add query-netdev commandAlexey Kirillov2021-03-151-0/+14
* vhost-vdpa: Add qemu_close in vhost_vdpa_cleanupCindy Lu2020-11-031-0/+4
* vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driverSi-Wei Liu2020-10-301-0/+1
* util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé2020-09-161-1/+1
* vhost-vdpa: introduce vhost-vdpa net clientCindy Lu2020-07-071-0/+228