summary refs log tree commit diff stats
path: root/net/vhost-vdpa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Peter Maydell2024-03-131-2/+28
|\
| * vdpa: indicate transitional state for SVQ switchingSi-Wei Liu2024-03-121-0/+3
| * vdpa: add trace event for vhost_vdpa_net_load_mqSi-Wei Liu2024-03-121-0/+2
| * vdpa: add trace events for vhost_vdpa_net_load_cmdSi-Wei Liu2024-03-121-0/+2
| * vdpa: add vhost_vdpa_set_address_space_id traceSi-Wei Liu2024-03-121-0/+3
| * vdpa: factor out vhost_vdpa_net_get_nc_vdpaSi-Wei Liu2024-03-121-4/+9
| * vdpa: add back vhost_vdpa_net_first_nc_vdpaSi-Wei Liu2024-03-121-2/+13
* | Merge tag 'pull-request-2024-03-12' of https://gitlab.com/thuth/qemu into sta...Peter Maydell2024-03-121-2/+2
|\ \
| * | error: Move ERRP_GUARD() to the beginning of the functionZhao Liu2024-03-121-2/+1
| * | net/vhost-vdpa: Fix missing ERRP_GUARD() for error_prepend()Zhao Liu2024-03-121-0/+1
| |/
* / migration: export migration_is_setup_or_activeSteve Sistare2024-03-111-2/+1
|/
* migration: MigrationNotifyFuncSteve Sistare2024-02-281-4/+2
* migration: MigrationEvent for notifiersSteve Sistare2024-02-281-3/+3
* migration: convert to NotifierWithReturnSteve Sistare2024-02-281-2/+4
* vdpa: use VhostVDPAShared in vdpa_dma_map and unmapEugenio Pérez2023-12-261-2/+3
* vdpa: move file descriptor to vhost_vdpa_sharedEugenio Pérez2023-12-261-7/+4
* vdpa: move shadow_data to vhost_vdpa_sharedEugenio Pérez2023-12-261-17/+5
* vdpa: move iova_range to vhost_vdpa_sharedEugenio Pérez2023-12-261-5/+5
* vdpa: move iova tree to the shared structEugenio Pérez2023-12-261-31/+23
* vdpa: add VhostVDPASharedEugenio Pérez2023-12-261-2/+22
* vdpa: Allow VIRTIO_NET_F_RSS in SVQHawkins Jiawei2023-11-071-0/+1
* vdpa: Restore receive-side scaling stateHawkins Jiawei2023-11-071-23/+44
* vdpa: Add SetSteeringEBPF method for NetClientStateHawkins Jiawei2023-11-071-0/+8
* vdpa: Allow VIRTIO_NET_F_HASH_REPORT in SVQHawkins Jiawei2023-11-071-0/+1
* vdpa: Restore hash calculation stateHawkins Jiawei2023-11-071-0/+91
* Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Stefan Hajnoczi2023-10-231-132/+242
|\
| * vdpa: Send cvq state load commands in parallelHawkins Jiawei2023-10-181-63/+102
| * vdpa: Introduce cursors to vhost_vdpa_net_loadx()Hawkins Jiawei2023-10-181-36/+75
| * vdpa: Move vhost_svq_poll() to the caller of vhost_vdpa_net_cvq_add()Hawkins Jiawei2023-10-181-10/+43
| * vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()Hawkins Jiawei2023-10-181-45/+31
| * vdpa: Avoid using vhost_vdpa_net_load_*() outside vhost_vdpa_net_load()Hawkins Jiawei2023-10-181-3/+11
| * vdpa: Use iovec for vhost_vdpa_net_cvq_add()Hawkins Jiawei2023-10-181-17/+22
* | migration: simplify notifiersSteve Sistare2023-10-201-3/+4
|/
* vdpa net: follow VirtIO initialization properly at cvq isolation probingEugenio Pérez2023-10-041-4/+10
* vdpa net: stop probing if cannot set featuresEugenio Pérez2023-10-041-0/+1
* vdpa net: fix error message setting virtio statusEugenio Pérez2023-10-041-1/+1
* vdpa net: zero vhost_vdpa iova_tree pointer at cleanupEugenio Pérez2023-10-041-0/+2
* vdpa: fix gcc cvq_isolated uninitialized variable warningStefan Hajnoczi2023-10-041-1/+1
* vhost: Add count argument to vhost_svq_poll()Hawkins Jiawei2023-10-041-1/+1
* vdpa: remove net cvq migration blockerEugenio Pérez2023-10-041-12/+0
* vdpa: move vhost_vdpa_set_vring_ready to the callerEugenio Pérez2023-10-041-22/+43
* vdpa: rename vhost_vdpa_net_load to vhost_vdpa_net_cvq_loadEugenio Pérez2023-10-041-2/+2
* vdpa: use first queue SVQ state for CVQ defaultEugenio Pérez2023-10-041-1/+1
* vdpa: Allow VIRTIO_NET_F_CTRL_VLAN in SVQHawkins Jiawei2023-10-041-0/+1
* vdpa: Restore vlan filtering stateHawkins Jiawei2023-10-041-0/+48
* virtio-net: Add USO flags to vhost support.Andrew Melnychenko2023-09-181-0/+3
* misc/other: spelling fixesMichael Tokarev2023-09-081-4/+4
* vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQHawkins Jiawei2023-07-101-0/+1
* vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f...Hawkins Jiawei2023-07-101-0/+88
* vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQHawkins Jiawei2023-07-101-0/+1