summaryrefslogtreecommitdiff
path: root/drivers/vdpa
AgeCommit message (Expand)Author
2022-03-06vdpa: fix use-after-free on vp_vdpa_removeZhang Min
2022-03-04vduse: Fix returning wrong type in vduse_domain_alloc_iova()Xie Yongji
2022-03-04vdpa/mlx5: add validation for VIRTIO_NET_CTRL_MQ_VQ_PAIRS_SET commandSi-Wei Liu
2022-03-04vdpa/mlx5: should verify CTRL_VQ feature exists for MQSi-Wei Liu
2022-03-04vdpa: factor out vdpa_set_features_unlocked for vdpa internal useSi-Wei Liu
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14vdpa/mlx5: Fix tracking of current number of VQsEli Cohen
2022-01-14vdpa/mlx5: Fix is_index_valid() to refer to featuresEli Cohen
2022-01-14vdpa: Avoid taking cf_mutex lock on get statusEli Cohen
2022-01-14vdpa/vdpa_sim_net: Report max device capabilitiesEli Cohen
2022-01-14vdpa: Use BIT_ULL for bit operationsEli Cohen
2022-01-14vdpa/vdpa_sim: Configure max supported virtqueuesEli Cohen
2022-01-14vdpa/mlx5: Report max device capabilitiesEli Cohen
2022-01-14vdpa: Support reporting max device capabilitiesEli Cohen
2022-01-14vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps()Eli Cohen
2022-01-14vdpa: Add support for returning device configuration informationEli Cohen
2022-01-14vdpa/mlx5: Support configuring max data virtqueueEli Cohen
2022-01-14vdpa/mlx5: Fix config_attr_mask assignmentEli Cohen
2022-01-14vdpa: Allow to configure max data virtqueuesEli Cohen
2022-01-14vdpa: Read device configuration only if FEATURES_OKEli Cohen
2022-01-14vdpa: Sync calls set/get config/status with cf_mutexEli Cohen
2022-01-14vdpa/mlx5: Distribute RX virtqueues in RQT objectEli Cohen
2022-01-14vdpa: Provide interface to read driver featuresEli Cohen
2022-01-14vdpa/mlx5: Fix wrong configuration of virtio_version_1_0Eli Cohen
2022-01-14eni_vdpa: Simplify 'eni_vdpa_probe()'Christophe JAILLET
2022-01-14net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTUEli Cohen
2022-01-14vdpa: add driver_override supportStefano Garzarella
2022-01-14ifcvf/vDPA: fix misuse virtio-net device config size for blk devZhu Lingshan
2022-01-14vduse: moving kvfree into callerGuanjun
2022-01-12Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-12Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-01-04Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into nextJoerg Roedel
2021-12-22vdpa/mlx5: Use auxiliary_device driver data helpersDavid E. Box
2021-12-17iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu
2021-12-08vdpa: Consider device id larger than 31Parav Pandit
2021-12-08vduse: check that offset is within bounds in get_config()Dan Carpenter
2021-12-08vduse: fix memory corruption in vduse_dev_ioctl()Dan Carpenter
2021-11-24vdpa_sim: avoid putting an uninitialized iova_domainLongpeng
2021-11-03Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-11-01vdpa/mlx5: Forward only packets with allowed MAC addressEli Cohen
2021-11-01vdpa/mlx5: Support configuration of MACEli Cohen
2021-11-01vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bitParav Pandit
2021-11-01vdpa_sim_net: Enable user to set mac address and mtuParav Pandit
2021-11-01vdpa: Enable user to set mac and mtu of vdpa deviceParav Pandit
2021-11-01vdpa: Introduce query of device config layoutParav Pandit
2021-11-01vdpa: Introduce and use vdpa device get, set config helpersParav Pandit
2021-11-01vdpa/mlx5: Propagate link status from device to vdpa driverEli Cohen
2021-11-01vdpa/mlx5: Rename control VQ workqueue to vdpa wqEli Cohen
2021-11-01vdpa/mlx5: Remove mtu field from vdpa net deviceEli Cohen
2021-11-01eni_vdpa: add vDPA driver for Alibaba ENIWu Zongyong