Age | Commit message (Expand) | Author | Files | Lines |
2022-09-02 | vdpa: Delete CVQ migration blocker | Eugenio Pérez | 1 | -2/+0 |
2022-09-02 | vdpa: Add virtio-net mac address via CVQ at start | Eugenio Pérez | 1 | -0/+40 |
2022-09-02 | vdpa: extract vhost_vdpa_net_cvq_add from vhost_vdpa_net_handle_ctrl_avail | Eugenio Pérez | 1 | -21/+38 |
2022-09-02 | vdpa: Move command buffers map to start of net device | Eugenio Pérez | 1 | -65/+58 |
2022-09-02 | vdpa: add net_vhost_vdpa_cvq_info NetClientInfo | Eugenio Pérez | 1 | -1/+11 |
2022-09-02 | util: accept iova_tree_remove_parameter by value | Eugenio Pérez | 1 | -2/+2 |
2022-08-04 | vdpa: Fix file descriptor leak on get features error | Eugenio Pérez | 1 | -2/+2 |
2022-07-20 | vdpa: Add x-svq to NetdevVhostVDPAOptions | Eugenio Pérez | 1 | -3/+69 |
2022-07-20 | vdpa: Extract get features part from vhost_vdpa_get_max_queue_pairs | Eugenio Pérez | 1 | -10/+20 |
2022-07-20 | vdpa: Buffer CVQ support on shadow virtqueue | Eugenio Pérez | 1 | -8/+205 |
2022-07-20 | vdpa: manual forward CVQ buffers | Eugenio Pérez | 1 | -0/+58 |
2022-05-16 | vhost-vdpa: fix improper cleanup in net_init_vhost_vdpa | Si-Wei Liu | 1 | -1/+3 |
2022-02-22 | vdpa: Make ncs autofree | Eugenio Pérez | 1 | -3/+2 |
2021-11-28 | vdpa: Add dummy receive callback | Eugenio Pérez | 1 | -0/+8 |
2021-11-15 | vdpa: Check for existence of opts.vhostdev | Eugenio Pérez | 1 | -0/+4 |
2021-11-15 | vdpa: Replace qemu_open_old by qemu_open at | Eugenio Pérez | 1 | -1/+1 |
2021-11-11 | net/vhost-vdpa: fix memory leak in vhost_vdpa_get_max_queue_pairs() | Stefano Garzarella | 1 | -1/+1 |
2021-10-20 | vhost-vdpa: multiqueue support | Jason Wang | 1 | -9/+96 |
2021-10-20 | vhost-vdpa: let net_vhost_vdpa_init() returns NetClientState * | Jason Wang | 1 | -7/+12 |
2021-10-20 | vhost-vdpa: open device fd in net_init_vhost_vdpa() | Jason Wang | 1 | -8/+15 |
2021-10-15 | net/vhost-vdpa: Fix device compatibility check | Kevin Wolf | 1 | -23/+14 |
2021-09-04 | vhost-vdpa: remove the unncessary queue_index assignment | Jason Wang | 1 | -1/+0 |
2021-09-04 | vhost-vdpa: fix the wrong assertion in vhost_vdpa_init() | Jason Wang | 1 | -1/+4 |
2021-09-04 | vhost-vdpa: tweak the error label in vhost_vdpa_add() | Jason Wang | 1 | -7/+6 |
2021-09-04 | vhost-vdpa: fix leaking of vhost_net in vhost_vdpa_add() | Jason Wang | 1 | -0/+1 |
2021-09-04 | vhost-vdpa: don't cleanup twice in vhost_vdpa_add() | Jason Wang | 1 | -11/+0 |
2021-09-04 | vhost-vdpa: remove the unnecessary check in vhost_vdpa_add() | Jason Wang | 1 | -4/+0 |
2021-09-04 | vhost_net: do not assume nvqs is always 2 | Jason Wang | 1 | -0/+1 |
2021-09-04 | vhost-vdpa: remove unused variable "acked_features" | Jason Wang | 1 | -1/+0 |
2021-06-11 | vhost-vdpa: remove the unused vhost_vdpa_get_acked_features() | Jason Wang | 1 | -9/+0 |
2021-06-04 | virtio-net: Added eBPF RSS to virtio-net. | Andrew Melnychenko | 1 | -0/+2 |
2021-04-08 | Revert "qapi: net: Add query-netdev command" | Jason Wang | 1 | -14/+0 |
2021-04-08 | Revert "net: Move NetClientState.info_str to dynamic allocations" | Jason Wang | 1 | -1/+1 |
2021-04-08 | Revert "net: Do not fill legacy info_str for backends" | Jason Wang | 1 | -0/+1 |
2021-03-15 | net: Do not fill legacy info_str for backends | Alexey Kirillov | 1 | -1/+0 |
2021-03-15 | net: Move NetClientState.info_str to dynamic allocations | Alexey Kirillov | 1 | -1/+1 |
2021-03-15 | qapi: net: Add query-netdev command | Alexey Kirillov | 1 | -0/+14 |
2020-11-03 | vhost-vdpa: Add qemu_close in vhost_vdpa_cleanup | Cindy Lu | 1 | -0/+4 |
2020-10-30 | vhost-vdpa: negotiate VIRTIO_NET_F_STATUS with driver | Si-Wei Liu | 1 | -0/+1 |
2020-09-16 | util: rename qemu_open() to qemu_open_old() | Daniel P. Berrangé | 1 | -1/+1 |
2020-07-07 | vhost-vdpa: introduce vhost-vdpa net client | Cindy Lu | 1 | -0/+228 |