summaryrefslogtreecommitdiffstats
path: root/net/vhost-vdpa.c
Commit message (Expand)AuthorAgeFilesLines
* vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_availEugenio Pérez2022-09-021-21/+38
* vdpa: Move command buffers map to start of net deviceEugenio Pérez2022-09-021-65/+58Star
* vdpa: add net_vhost_vdpa_cvq_info NetClientInfoEugenio Pérez2022-09-021-1/+11
* util: accept iova_tree_remove_parameter by valueEugenio Pérez2022-09-021-2/+2
* vdpa: Fix file descriptor leak on get features errorEugenio Pérez2022-08-041-2/+2
* vdpa: Add x-svq to NetdevVhostVDPAOptionsEugenio Pérez2022-07-201-3/+69
* vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairsEugenio Pérez2022-07-201-10/+20
* vdpa: Buffer CVQ support on shadow virtqueueEugenio Pérez2022-07-201-8/+205
* vdpa: manual forward CVQ buffersEugenio Pérez2022-07-201-0/+58
* vhost-vdpa: fix improper cleanup in net_init_vhost_vdpaSi-Wei Liu2022-05-161-1/+3
* vdpa: Make ncs autofreeEugenio Pérez2022-02-221-3/+2Star
* vdpa: Add dummy receive callbackEugenio Pérez2021-11-281-0/+8
* vdpa: Check for existence of opts.vhostdevEugenio Pérez2021-11-151-0/+4
* vdpa: Replace qemu_open_old by qemu_open atEugenio Pérez2021-11-151-1/+1
* net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs()Stefano Garzarella2021-11-111-1/+1
* 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