aboutsummaryrefslogtreecommitdiff
path: root/net/vhost-vdpa.c
AgeCommit message (Expand)Author
2022-05-16vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu
2022-02-22vdpa: Make ncs autofreeEugenio Pérez
2021-11-28vdpa: Add dummy receive callbackEugenio Pérez
2021-11-15vdpa: Check for existence of opts.vhostdevEugenio Pérez
2021-11-15vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez
2021-11-11net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella
2021-10-20vhost-vdpa: multiqueue supportJason Wang
2021-10-20vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState *Jason Wang
2021-10-20vhost-vdpa: open device fd in net_init_vhost_vdpa()Jason Wang
2021-10-15net/vhost-vdpa: Fix device compatibility checkKevin Wolf
2021-09-04vhost-vdpa: remove the unncessary queue_index assignmentJason Wang
2021-09-04vhost-vdpa: fix the wrong assertion in vhost_vdpa_init()Jason Wang
2021-09-04vhost-vdpa: tweak the error label in vhost_vdpa_add()Jason Wang
2021-09-04vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add()Jason Wang
2021-09-04vhost-vdpa: don't cleanup twice in vhost_vdpa_add()Jason Wang
2021-09-04vhost-vdpa: remove the unnecessary check in vhost_vdpa_add()Jason Wang
2021-09-04vhost_net: do not assume nvqs is always 2Jason Wang
2021-09-04vhost-vdpa: remove unused variable "acked_features"Jason Wang
2021-06-11vhost-vdpa: remove the unused vhost_vdpa_get_acked_features()Jason Wang
2021-06-04virtio-net: Added eBPF RSS to virtio-net.Andrew Melnychenko
2021-04-08Revert "qapi: net: Add query-netdev command"Jason Wang
2021-04-08Revert "net: Move NetClientState.info_str to dynamic allocations"Jason Wang
2021-04-08Revert "net: Do not fill legacy info_str for backends"Jason Wang
2021-03-15net: Do not fill legacy info_str for backendsAlexey Kirillov
2021-03-15net: Move NetClientState.info_str to dynamic allocationsAlexey Kirillov
2021-03-15qapi: net: Add query-netdev commandAlexey Kirillov
2020-11-03vhost-vdpa: Add qemu_close in vhost_vdpa_cleanupCindy Lu
2020-10-30vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driverSi-Wei Liu
2020-09-16util: rename qemu_open() to qemu_open_old()Daniel P. Berrangé
2020-07-07vhost-vdpa: introduce vhost-vdpa net clientCindy Lu