index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
vhost-vdpa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-10
vdpa: Allow VIRTIO_NET_F_CTRL_RX_EXTRA in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-07-10
vdpa: Restore packet receive filtering state relative with _F_CTRL_RX_EXTRA f...
Hawkins Jiawei
1
-0
/
+88
2023-07-10
vdpa: Allow VIRTIO_NET_F_CTRL_RX in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-07-10
vdpa: Avoid forwarding large CVQ command failures
Hawkins Jiawei
1
-1
/
+161
2023-07-10
vdpa: Accessing CVQ header through its structure
Hawkins Jiawei
1
-1
/
+4
2023-07-10
vdpa: Restore packet receive filtering state relative with _F_CTRL_RX feature
Hawkins Jiawei
1
-0
/
+85
2023-07-10
vdpa: Restore MAC address filtering state
Hawkins Jiawei
1
-0
/
+52
2023-07-10
vdpa: Use iovec for vhost_vdpa_net_load_cmd()
Hawkins Jiawei
1
-8
/
+25
2023-07-10
vdpa: Fix possible use-after-free for VirtQueueElement
Hawkins Jiawei
1
-1
/
+10
2023-07-10
vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_offloads()
Hawkins Jiawei
1
-1
/
+4
2023-07-10
vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mq()
Hawkins Jiawei
1
-1
/
+4
2023-07-10
vdpa: Return -EIO if device ack is VIRTIO_NET_ERR in _load_mac()
Hawkins Jiawei
1
-2
/
+3
2023-07-08
vdpa: Sort vdpa_feature_bits array alphabetically
Hawkins Jiawei
1
-16
/
+23
2023-07-08
vdpa: Delete duplicated VIRTIO_NET_F_RSS in vdpa_feature_bits
Hawkins Jiawei
1
-1
/
+0
2023-06-26
vhost-vdpa: do not cleanup the vdpa/vhost-net structures if peer nic is present
Ani Sinha
1
-0
/
+8
2023-06-26
vdpa: fix not using CVQ buffer in case of error
Eugenio Pérez
1
-1
/
+1
2023-06-26
vdpa: mask _F_CTRL_GUEST_OFFLOADS for vhost vdpa devices
Eugenio Pérez
1
-0
/
+1
2023-06-26
vdpa: Allow VIRTIO_NET_F_CTRL_GUEST_OFFLOADS in SVQ
Hawkins Jiawei
1
-0
/
+1
2023-06-26
vdpa: Add vhost_vdpa_net_load_offloads()
Hawkins Jiawei
1
-0
/
+42
2023-06-26
vdpa: reuse virtio_vdev_has_feature()
Hawkins Jiawei
1
-4
/
+2
2023-06-26
vdpa: map shadow vrings with MAP_SHARED
Eugenio Pérez
1
-8
/
+8
2023-06-26
vdpa: reorder vhost_vdpa_net_cvq_cmd_page_len function
Eugenio Pérez
1
-16
/
+16
2023-06-26
vdpa: do not block migration if device has cvq and x-svq=on
Eugenio Pérez
1
-4
/
+7
2023-06-23
vdpa: move CVQ isolation check to net_init_vhost_vdpa
Eugenio Pérez
1
-43
/
+112
2023-06-23
vdpa: return errno in vhost_vdpa_get_vring_group error
Eugenio Pérez
1
-0
/
+9
2023-04-21
vdpa: accept VIRTIO_NET_F_SPEED_DUPLEX in SVQ
Eugenio Pérez
1
-1
/
+2
2023-03-07
vdpa net: allow VHOST_F_LOG_ALL
Eugenio Pérez
1
-0
/
+2
2023-03-07
vdpa: block migration if device has unsupported features
Eugenio Pérez
1
-4
/
+8
2023-03-07
vdpa net: block migration if the device has CVQ
Eugenio Pérez
1
-0
/
+9
2023-03-07
vdpa: add vdpa net migration state notifier
Eugenio Pérez
1
-3
/
+69
2023-03-07
vdpa net: move iova tree creation from init to start
Eugenio Pérez
1
-30
/
+83
2023-02-17
vdpa: fix VHOST_BACKEND_F_IOTLB_ASID flag check
Eugenio Pérez
1
-1
/
+1
2023-01-08
vdpa: harden the error path if get_iova_range failed
Longpeng
1
-1
/
+7
2023-01-08
vdpa-dev: get iova range explicitly
Longpeng
1
-8
/
+0
2023-01-08
vdpa: do not handle VIRTIO_NET_F_GUEST_ANNOUNCE in vhost-vdpa
Eugenio Pérez
1
-1
/
+0
2023-01-08
vdpa: handle VIRTIO_NET_CTRL_ANNOUNCE in vhost_vdpa_net_handle_ctrl_avail
Eugenio Pérez
1
-3
/
+12
2022-12-21
vdpa: always start CVQ in SVQ mode if possible
Eugenio Pérez
1
-1
/
+109
2022-12-21
vdpa: add shadow_data to vhost_vdpa
Eugenio Pérez
1
-0
/
+1
2022-12-21
vdpa: store x-svq parameter in VhostVDPAState
Eugenio Pérez
1
-0
/
+3
2022-12-21
vdpa: add asid parameter to vhost_vdpa_dma_map/unmap
Eugenio Pérez
1
-3
/
+3
2022-12-21
vdpa: move SVQ vring features check to net/
Eugenio Pérez
1
-1
/
+2
2022-12-21
vdpa: request iova_range only once
Eugenio Pérez
1
-13
/
+14
2022-12-21
vdpa: add vhost_vdpa_net_valid_svq_features
Eugenio Pérez
1
-9
/
+17
2022-12-14
qapi net: Elide redundant has_FOO in generated C
Markus Armbruster
1
-3
/
+3
2022-11-22
vhost: mask VIRTIO_F_RING_RESET for vhost and vhost-user devices
Stefano Garzarella
1
-0
/
+1
2022-11-08
vhost-vdpa: fix assert !virtio_net_get_subqueue(nc)->async_tx.elem in virtio_...
Si-Wei Liu
1
-1
/
+1
2022-10-31
net/vhost-vdpa.c: Fix clang compilation failure
Peter Maydell
1
-1
/
+2
2022-10-28
net: introduce qemu_set_info_str() function
Laurent Vivier
1
-1
/
+1
2022-10-28
vhost-vdpa: allow passing opened vhostfd to vhost-vdpa
Si-Wei Liu
1
-5
/
+20
2022-10-28
vdpa: Remove shadow CVQ command check
Eugenio Pérez
1
-48
/
+0
[next]