aboutsummaryrefslogtreecommitdiff
path: root/net/vhost-vdpa.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-28vdpa: Add dummy receive callbackEugenio Pérez1-0/+8
2021-11-15vdpa: Check for existence of opts.vhostdevEugenio Pérez1-0/+4
2021-11-15vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez1-1/+1
2021-11-11net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella1-1/+1
2021-10-20vhost-vdpa: multiqueue supportJason Wang1-9/+96
2021-10-20vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang1-7/+12
2021-10-20vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang1-8/+15
2021-10-15net/vhost-vdpa: Fix device compatibility checkKevin Wolf1-23/+14
2021-09-04vhost-vdpa: remove the unncessary queue_index assignmentJason Wang1-1/+0
2021-09-04vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang1-1/+4
2021-09-04vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang1-7/+6
2021-09-04vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang1-0/+1
2021-09-04vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang1-11/+0
2021-09-04vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang1-4/+0
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang1-0/+1
2021-09-04vhost-vdpa: remove unused variable "acked_features"Jason Wang1-1/+0
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang1-9/+0
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko1-0/+2
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang1-14/+0
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang1-1/+1
2021-04-08Revert "net: Do not fill legacy info_str for backends"Jason Wang1-0/+1
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov1-1/+0
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov1-1/+1
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov1-0/+14
2020-11-03vhost-vdpa: Add qemu_close in vhost_vdpa_cleanupCindy Lu1-0/+4
2020-10-30vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driverSi-Wei Liu1-0/+1
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé1-1/+1
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu1-0/+228