summaryrefslogtreecommitdiffstats
path: root/drivers/vdpa
Commit message (Expand)AuthorAgeFilesLines
* vduse: Fix NULL pointer dereference on sysfs accessXie Yongji2022-06-081-4/+3
* vdpa/mlx5: clean up indenting in handle_ctrl_vlan()Dan Carpenter2022-06-081-3/+3
* vdpa/mlx5: fix error code for deleting vlanDan Carpenter2022-06-081-0/+1
* vdpa/mlx5: Fix syntax errors in commentsXiang wangx2022-06-081-1/+1
* Merge tag 'driver-core-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-06-031-25/+4
|\
| * vdpa: Use helper for safer setting of driver_overrideKrzysztof Kozlowski2022-04-221-25/+4
* | vdpa: ifcvf: set pci driver data in probeJason Wang2022-06-011-1/+2
* | vdpa/mlx5: Add RX MAC VLAN filter supportEli Cohen2022-06-011-58/+216
* | vdpa/mlx5: Remove flow counter from steeringEli Cohen2022-06-011-18/+6
* | vdpasim: Off by one in vdpasim_set_group_asid()Dan Carpenter2022-05-311-1/+1
* | vdpasim: allow to enable a vq repeatedlyEugenio PĂ©rez2022-05-311-1/+4
* | vDPA/ifcvf: fix uninitialized config_vector warningZhu Lingshan2022-05-311-6/+6
* | vdpa/vp_vdpa : add vdpa tool support in vp_vdpaCindy Lu2022-05-311-32/+129
* | vdpasim: control virtqueue supportGautam Dawar2022-05-313-20/+161
* | vdpa_sim: filter destination mac addressGautam Dawar2022-05-311-18/+31
* | vdpa_sim: factor out buffer completion logicGautam Dawar2022-05-311-15/+18
* | vdpa_sim: advertise VIRTIO_NET_F_MTUGautam Dawar2022-05-311-1/+2
* | vdpa: multiple address spaces supportGautam Dawar2022-05-317-11/+17
* | vdpa: introduce virtqueue groupsGautam Dawar2022-05-318-6/+29
* | vdpa/mlx5: Use readers/writers semaphore instead of mutexEli Cohen2022-05-311-22/+19
* | vdpa/mlx5: Add support for reading descriptor statisticsEli Cohen2022-05-312-0/+151
* | net/vdpa: Use readers/writers semaphore instead of cf_mutexEli Cohen2022-05-311-13/+12
* | net/vdpa: Use readers/writers semaphore instead of vdpa_dev_mutexEli Cohen2022-05-311-32/+32
* | vdpa: Add support for querying vendor statisticsEli Cohen2022-05-311-0/+162
* | vdpa: Fix error logic in vdpa_nl_cmd_dev_get_doitEli Cohen2022-05-311-4/+9
* | vdpa/mlx5: Use consistent RQT sizeEli Cohen2022-05-181-40/+21
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-04-051-21/+41
|\
| * vdpa: mlx5: synchronize driver status with CVQJason Wang2022-03-301-14/+37
| * vdpa: mlx5: prevent cvq work from hogging CPUJason Wang2022-03-301-12/+9
* | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-03-315-127/+428
|\|
| * vdpa/mlx5: Avoid processing works if workqueue was destroyedEli Cohen2022-03-281-2/+5
| * vdpa: change the type of nvqs to u32Longpeng2022-03-281-3/+3
| * vdpa/mlx5: re-create forwarding rules after mac modifiedMichael Qiu2022-03-281-1/+44
| * net/mlx5: Add support for configuring max device MTUEli Cohen2022-03-281-1/+31
| * vDPA/ifcvf: cacheline alignment for ifcvf_hwZhu Lingshan2022-03-282-9/+5
| * vDPA/ifcvf: implement shared IRQ featureZhu Lingshan2022-03-283-57/+300
| * vDPA/ifcvf: implement device MSIX vector allocatorZhu Lingshan2022-03-281-5/+26
| * vDPA/ifcvf: make use of virtio pci modern IO helpers in ifcvfZhu Lingshan2022-03-283-71/+36
* | Merge tag 'iommu-updates-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-241-0/+11
|\ \ | |/ |/|
| * iommu/iova: Separate out rcache initJohn Garry2022-02-141-0/+11
* | vdpa: fix use-after-free on vp_vdpa_removeZhang Min2022-03-061-1/+1
* | vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji2022-03-041-1/+1
* | vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET commandSi-Wei Liu2022-03-041-0/+16
* | vdpa/mlx5: should verify CTRL_VQ feature exists for MQSi-Wei Liu2022-03-041-2/+16
* | vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu2022-03-041-1/+1
|/
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-1810-145/+350
|\
| * vdpa/mlx5: Fix tracking of current number of VQsEli Cohen2022-01-141-4/+8
| * vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen2022-01-141-3/+7
| * vdpa: Avoid taking cf_mutex lock on get statusEli Cohen2022-01-141-11/+0
| * vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen2022-01-141-0/+1