Age | Commit message (Expand) | Author |
2023-04-04 | vdpa_sim_net: complete the initialization before register the device | Stefano Garzarella |
2023-03-13 | vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_ready | Eugenio Pérez |
2023-02-20 | vdpa: Fix a couple of spelling mistakes in some messages | Colin Ian King |
2023-02-20 | vdpa_sim: get rid of DMA ops | Jason Wang |
2023-02-20 | vdpa_sim_net: vendor satistics | Jason Wang |
2023-02-20 | vdpa_sim: support vendor statistics | Jason Wang |
2023-02-20 | vdpasim: customize allocation size | Jason Wang |
2023-02-20 | vdpa_sim: switch to use __vdpa_alloc_device() | Jason Wang |
2023-02-20 | vdpa_sim: use weak barriers | Jason Wang |
2023-02-20 | vdpa_sim: Implement resume vdpa op | Sebastien Boeuf |
2023-02-20 | vdpa_sim_net: Offer VIRTIO_NET_F_STATUS | Eugenio Pérez |
2023-02-13 | vdpa_sim: not reset state in vdpasim_queue_ready | Eugenio Pérez |
2022-12-28 | vdpa_sim_net: should not drop the multicast/broadcast packet | Cindy Lu |
2022-12-28 | vdpasim: fix memory leak when freeing IOTLBs | Jason Wang |
2022-12-28 | vdpa_sim: fix vringh initialization in vdpasim_queue_ready() | Stefano Garzarella |
2022-12-28 | vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init() | ruanjinjie |
2022-10-07 | vdpa_sim_net: support feature provisioning | Jason Wang |
2022-08-11 | vdpa_sim_blk: add support for discard and write-zeroes | Stefano Garzarella |
2022-08-11 | vdpa_sim_blk: add support for VIRTIO_BLK_T_FLUSH | Stefano Garzarella |
2022-08-11 | vdpa_sim_blk: make vdpasim_blk_check_range usable by other requests | Stefano Garzarella |
2022-08-11 | vdpa_sim_blk: check if sector is 0 for commands other than read or write | Stefano Garzarella |
2022-08-11 | vdpa_sim: Implement suspend vdpa op | Eugenio Pérez |
2022-08-11 | vdpa_sim: use max_iotlb_entries as a limit in vhost_iotlb_init | Stefano Garzarella |
2022-08-11 | vdpa_sim_blk: set number of address spaces and virtqueue groups | Stefano Garzarella |
2022-08-11 | vdpa_sim_blk: call vringh_complete_iotlb() also in the error path | Stefano Garzarella |
2022-08-11 | vdpa_sim_blk: limit the number of request handled per batch | Stefano Garzarella |
2022-08-11 | vdpa_sim_blk: use dev_dbg() to print errors | Stefano Garzarella |
2022-05-31 | vdpasim: Off by one in vdpasim_set_group_asid() | Dan Carpenter |
2022-05-31 | vdpasim: allow to enable a vq repeatedly | Eugenio Pérez |
2022-05-31 | vdpasim: control virtqueue support | Gautam Dawar |
2022-05-31 | vdpa_sim: filter destination mac address | Gautam Dawar |
2022-05-31 | vdpa_sim: factor out buffer completion logic | Gautam Dawar |
2022-05-31 | vdpa_sim: advertise VIRTIO_NET_F_MTU | Gautam Dawar |
2022-05-31 | vdpa: multiple address spaces support | Gautam Dawar |
2022-05-31 | vdpa: introduce virtqueue groups | Gautam Dawar |
2022-01-14 | vdpa/vdpa_sim_net: Report max device capabilities | Eli Cohen |
2022-01-14 | vdpa/vdpa_sim: Configure max supported virtqueues | Eli Cohen |
2022-01-14 | vdpa: Provide interface to read driver features | Eli Cohen |
2021-11-24 | vdpa_sim: avoid putting an uninitialized iova_domain | Longpeng |
2021-11-01 | vdpa_sim_net: Enable user to set mac address and mtu | Parav Pandit |
2021-11-01 | vdpa: Enable user to set mac and mtu of vdpa device | Parav Pandit |
2021-09-06 | vdpa: Support transferring virtual addressing during DMA mapping | Xie Yongji |
2021-09-06 | vdpa: Add an opaque pointer for vdpa_config_ops.dma_map() | Xie Yongji |
2021-09-06 | vdpa: Add reset callback in vdpa_config_ops | Xie Yongji |
2021-09-05 | vdpa_sim: Use iova_shift() for the size passed to alloc_iova() | Xie Yongji |
2021-08-11 | vdpa_sim: Fix return value check for vdpa_alloc_device() | Xie Yongji |
2021-07-08 | vdpa: support packed virtqueue for set/get_vq_state() | Jason Wang |
2021-07-03 | vdpa_sim_blk: remove duplicate include of linux/blkdev.h | Wan Jiabing |
2021-05-03 | vdpa_sim_blk: add support for vdpa management tool | Stefano Garzarella |
2021-05-03 | vdpa_sim_blk: handle VIRTIO_BLK_T_GET_ID | Stefano Garzarella |