aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/vdpa (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-01vdpa/mlx5: Remove flow counter from steeringEli Cohen1-18/+6
2022-05-31vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter1-1/+1
2022-05-31vdpasim: allow to enable a vq repeatedlyEugenio PĂ©rez1-1/+4
2022-05-31vDPA/ifcvf: fix uninitialized config_vector warningZhu Lingshan1-6/+6
2022-05-31vdpa/vp_vdpa : add vdpa tool support in vp_vdpaCindy Lu1-32/+129
2022-05-31vdpasim: control virtqueue supportGautam Dawar3-20/+161
2022-05-31vdpa_sim: filter destination mac addressGautam Dawar1-18/+31
2022-05-31vdpa_sim: factor out buffer completion logicGautam Dawar1-15/+18
2022-05-31vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar1-1/+2
2022-05-31vdpa: multiple address spaces supportGautam Dawar7-11/+17
2022-05-31vdpa: introduce virtqueue groupsGautam Dawar8-6/+29
2022-05-31vdpa/mlx5: Use readers/writers semaphore instead of mutexEli Cohen1-22/+19
2022-05-31vdpa/mlx5: Add support for reading descriptor statisticsEli Cohen2-0/+151
2022-05-31net/vdpa: Use readers/writers semaphore instead of cf_mutexEli Cohen1-13/+12
2022-05-31net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutexEli Cohen1-32/+32
2022-05-31vdpa: Add support for querying vendor statisticsEli Cohen1-0/+162
2022-05-31vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doitEli Cohen1-4/+9
2022-05-18vdpa/mlx5: Use consistent RQT sizeEli Cohen1-40/+21
2022-04-22vdpa: Use helper for safer setting of driver_overrideKrzysztof Kozlowski1-25/+4
2022-04-05Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-21/+41
2022-03-31Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-127/+428
2022-03-30vdpa: mlx5: synchronize driver status with CVQJason Wang1-14/+37
2022-03-30vdpa: mlx5: prevent cvq work from hogging CPUJason Wang1-12/+9
2022-03-28vdpa/mlx5: Avoid processing works if workqueue was destroyedEli Cohen1-2/+5
2022-03-28vdpa: change the type of nvqs to u32Longpeng1-3/+3
2022-03-28vdpa/mlx5: re-create forwarding rules after mac modifiedMichael Qiu1-1/+44
2022-03-28net/mlx5: Add support for configuring max device MTUEli Cohen1-1/+31
2022-03-28vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan2-9/+5
2022-03-28vDPA/ifcvf: implement shared IRQ featureZhu Lingshan3-57/+300
2022-03-28vDPA/ifcvf: implement device MSIX vector allocatorZhu Lingshan1-5/+26
2022-03-28vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan3-71/+36
2022-03-24Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+11
2022-03-06vdpa: fix use-after-free on vp_vdpa_removeZhang Min1-1/+1
2022-03-04vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji1-1/+1
2022-03-04vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET commandSi-Wei Liu1-0/+16
2022-03-04vdpa/mlx5: should verify CTRL_VQ feature exists for MQSi-Wei Liu1-2/+16
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu1-1/+1
2022-02-14iommu/iova: Separate out rcache initJohn Garry1-0/+11
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds10-145/+350
2022-01-14vdpa/mlx5: Fix tracking of current number of VQsEli Cohen1-4/+8
2022-01-14vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen1-3/+7
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen1-11/+0
2022-01-14vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen1-0/+1
2022-01-14vdpa: Use BIT_ULL for bit operationsEli Cohen1-6/+6
2022-01-14vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen1-0/+1
2022-01-14vdpa/mlx5: Report max device capabilitiesEli Cohen1-12/+23
2022-01-14vdpa: Support reporting max device capabilitiesEli Cohen1-0/+10
2022-01-14vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()Eli Cohen1-1/+3
2022-01-14vdpa: Add support for returning device configuration informationEli Cohen1-0/+3
2022-01-14vdpa/mlx5: Support configuring max data virtqueueEli Cohen1-14/+40