summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)AuthorFilesLines
6 daysvdpa: Sync calls set/get config/status with cf_mutexEli Cohen1-0/+19
6 daysvdpa: Introduce query of device config layoutParav Pandit1-0/+176
6 daysvdpa: Introduce and use vdpa device get, set config helpersParav Pandit1-0/+36
2025-05-02vdpa/mlx5: Fix oversized null mkey longer than 32bitSi-Wei Liu1-2/+5
2025-03-13RDMA/mlx5: Remove iova from struct mlx5_core_mkeyAharon Landau1-1/+0
2024-12-14vdpa/mlx5: Fix suboptimal range on iotlb iterationSi-Wei Liu1-3/+1
2024-12-14vdpa/mlx5: Fix PA offset with unaligned starting iotlb mapSi-Wei Liu1-3/+5
2024-11-17vDPA/ifcvf: Fix pci_read_config_byte() return code handlingYuan Can1-1/+1
2024-07-05vduse: Temporarily fail if control queue feature requestedMaxime Coquelin1-0/+5
2024-07-05vduse: validate block features only with block devicesMaxime Coquelin1-4/+5
2024-03-27vdpa/mlx5: Allow CVQ size changesJonah Palmer1-4/+9
2024-03-01vdpa/mlx5: Don't clear mr struct on destroy MREli Cohen1-1/+0
2023-12-13vdpa/mlx5: preserve CVQ vringh indexSteve Sistare1-1/+6
2023-08-26vduse: Use proper spinlock for IRQ injectionMaxime Coquelin1-4/+4
2023-06-14vduse: avoid empty string for dev nameSheng Zhao1-0/+3
2023-03-22vdpa_sim: set last_used_idx as last_avail_idx in vdpasim_queue_readyEugenio Pérez1-0/+11
2023-03-22vdpa_sim: not reset state in vdpasim_queue_readyEugenio Pérez1-0/+2
2023-01-24vduse: Validate vq_num in vduse_validate_config()Harshit Mogalapalli1-0/+3
2023-01-12vdpa_sim: fix vringh initialization in vdpasim_queue_ready()Stefano Garzarella1-2/+1
2023-01-12vdpa_sim: fix possible memory leak in vdpasim_net_init() and vdpasim_blk_init()ruanjinjie2-2/+6
2022-10-05vdpa/ifcvf: fix the calculation of queuepairAngus Chen1-2/+2
2022-10-05vduse: prevent uninitialized memory accessesMaxime Coquelin1-2/+7
2022-07-21vduse: Tie vduse mgmtdev and its deviceParav Pandit1-23/+37
2022-07-21vdpa/mlx5: Initialize CVQ vringh only onceEli Cohen1-11/+20
2022-07-12vdpa/mlx5: Avoid processing works if workqueue was destroyedEli Cohen1-2/+5
2022-07-07vdpa/mlx5: Update Control VQ callback informationEli Cohen1-0/+2
2022-06-14vduse: Fix NULL pointer dereference on sysfs accessXie Yongji1-4/+3
2022-06-14vdpa: ifcvf: set pci driver data in probeJason Wang1-1/+2
2022-06-14vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doitEli Cohen1-4/+9
2022-06-09vdpasim: allow to enable a vq repeatedlyEugenio Pérez1-1/+4
2022-04-13vdpa: mlx5: prevent cvq work from hogging CPUJason Wang1-12/+9
2022-04-13vdpa/mlx5: Propagate link status from device to vdpa driverEli Cohen1-2/+92
2022-04-13vdpa/mlx5: Rename control VQ workqueue to vdpa wqEli Cohen2-5/+5
2022-04-08vdpa/mlx5: should verify CTRL_VQ feature exists for MQSi-Wei Liu1-2/+16
2022-03-16vdpa: fix use-after-free on vp_vdpa_removeZhang Min1-1/+1
2022-03-16vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji1-1/+1
2022-03-16vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET commandSi-Wei Liu1-0/+16
2022-01-27vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()Eli Cohen1-1/+3
2022-01-27vdpa/mlx5: Fix wrong configuration of virtio_version_1_0Eli Cohen1-2/+0
2022-01-27ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan3-33/+41
2021-12-22vdpa: Consider device id larger than 31Parav Pandit1-1/+2
2021-12-22vduse: check that offset is within bounds in get_config()Dan Carpenter1-1/+2
2021-12-22vduse: fix memory corruption in vduse_dev_ioctl()Dan Carpenter1-1/+2
2021-12-01vdpa_sim: avoid putting an uninitialized iova_domainLongpeng1-2/+5
2021-11-18vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bitParav Pandit1-1/+0
2021-10-22vduse: Fix race condition between resetting and irq injectingXie Yongji1-12/+25
2021-10-22vduse: Disallow injecting interrupt before DRIVER_OK is setXie Yongji1-0/+8
2021-09-15vdpa/mlx5: Avoid executing set_vq_ready() if device is resetEli Cohen1-0/+3
2021-09-15vdpa/mlx5: Clear ready indication for control VQEli Cohen1-0/+2
2021-09-15vduse: Cleanup the old kernel states after reset failureXie Yongji1-4/+2