- 3bf6a9e Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years ago
- b03fc43 vdpa/mlx5: Fix tracking of current number of VQs by Eli Cohen · 3 years ago
- f8ae3a4 vdpa/mlx5: Fix is_index_valid() to refer to features by Eli Cohen · 3 years ago
- f6d955d vdpa: Avoid taking cf_mutex lock on get status by Eli Cohen · 3 years ago
- b2ce619 vdpa/vdpa_sim_net: Report max device capabilities by Eli Cohen · 3 years ago
- 47a1401 vdpa: Use BIT_ULL for bit operations by Eli Cohen · 3 years ago
- cbe777e vdpa/vdpa_sim: Configure max supported virtqueues by Eli Cohen · 3 years ago
- 79de65e vdpa/mlx5: Report max device capabilities by Eli Cohen · 3 years ago
- cd2629f vdpa: Support reporting max device capabilities by Eli Cohen · 3 years ago
- 37e07e7 vdpa/mlx5: Restore cur_num_vqs in case of failure in change_num_qps() by Eli Cohen · 3 years ago
- 612f330 vdpa: Add support for returning device configuration information by Eli Cohen · 3 years ago
- 7556052 vdpa/mlx5: Support configuring max data virtqueue by Eli Cohen · 3 years ago
- e313705 vdpa/mlx5: Fix config_attr_mask assignment by Eli Cohen · 3 years ago
- aba21af vdpa: Allow to configure max data virtqueues by Eli Cohen · 3 years ago
- 30ef7a8 vdpa: Read device configuration only if FEATURES_OK by Eli Cohen · 3 years ago
- 73bc0db vdpa: Sync calls set/get config/status with cf_mutex by Eli Cohen · 3 years ago
- a7f46ba vdpa/mlx5: Distribute RX virtqueues in RQT object by Eli Cohen · 3 years ago
- a64917b vdpa: Provide interface to read driver features by Eli Cohen · 3 years ago
- 97143b7 vdpa/mlx5: Fix wrong configuration of virtio_version_1_0 by Eli Cohen · 3 years ago
- 10aa250 eni_vdpa: Simplify 'eni_vdpa_probe()' by Christophe JAILLET · 3 years, 2 months ago
- 60af39c net/mlx5_vdpa: Offer VIRTIO_NET_F_MTU when setting MTU by Eli Cohen · 3 years, 1 month ago
- 539fec7 vdpa: add driver_override support by Stefano Garzarella · 3 years, 1 month ago
- 0f420c3 ifcvf/vDPA: fix misuse virtio-net device config size for blk dev by Zhu Lingshan · 3 years, 1 month ago
- b4d80c8 vduse: moving kvfree into caller by Guanjun · 3 years, 1 month ago
- 13eaa5b Merge tag 'iommu-updates-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years ago
- 6dc69d3 Merge tag 'driver-core-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years ago
- 66dc1b7 Merge branches 'arm/smmu', 'virtio', 'x86/amd', 'x86/vt-d' and 'core' into next by Joerg Roedel · 3 years ago
- 45e3a27 vdpa/mlx5: Use auxiliary_device driver data helpers by David E. Box · 3 years ago
- 972bf25 iommu/iova: Move fast alloc size roundup into alloc_iova_fast() by John Garry via iommu · 3 years, 1 month ago
- bb47620 vdpa: Consider device id larger than 31 by Parav Pandit · 3 years, 1 month ago
- dc1db00 vduse: check that offset is within bounds in get_config() by Dan Carpenter · 3 years, 1 month ago
- ff9f9c6 vduse: fix memory corruption in vduse_dev_ioctl() by Dan Carpenter · 3 years, 1 month ago
- bb93ce4 vdpa_sim: avoid putting an uninitialized iova_domain by Longpeng · 3 years, 1 month ago
- 43e1b12 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 2 months ago
- 540061a vdpa/mlx5: Forward only packets with allowed MAC address by Eli Cohen · 3 years, 2 months ago
- a007d94 vdpa/mlx5: Support configuration of MAC by Eli Cohen · 3 years, 2 months ago
- ef76eb8 vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit by Parav Pandit · 3 years, 2 months ago
- 1138b98 vdpa_sim_net: Enable user to set mac address and mtu by Parav Pandit · 3 years, 2 months ago
- d8ca2fa vdpa: Enable user to set mac and mtu of vdpa device by Parav Pandit · 3 years, 2 months ago
- ad69dd0 vdpa: Introduce query of device config layout by Parav Pandit · 3 years, 2 months ago
- 6dbb1f1 vdpa: Introduce and use vdpa device get, set config helpers by Parav Pandit · 3 years, 2 months ago
- edf747a vdpa/mlx5: Propagate link status from device to vdpa driver by Eli Cohen · 3 years, 4 months ago
- 218bdd2 vdpa/mlx5: Rename control VQ workqueue to vdpa wq by Eli Cohen · 3 years, 4 months ago
- 246fd1c vdpa/mlx5: Remove mtu field from vdpa net device by Eli Cohen · 3 years, 4 months ago
- e85087b eni_vdpa: add vDPA driver for Alibaba ENI by Wu Zongyong · 3 years, 2 months ago
- e47be84 vdpa: add new attribute VDPA_ATTR_DEV_MIN_VQ_SIZE by Wu Zongyong · 3 years, 2 months ago
- c53e5d1 vdpa: min vq num of vdpa device cannot be greater than max vq num by Wu Zongyong · 3 years, 2 months ago
- 5bbfea1e vp_vdpa: add vq irq offloading support by Wu Zongyong · 3 years, 2 months ago
- 7df621a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
- 0943aac vduse: Fix race condition between resetting and irq injecting by Xie Yongji · 3 years, 3 months ago
- 1394103 vduse: Disallow injecting interrupt before DRIVER_OK is set by Xie Yongji · 3 years, 3 months ago
- 83fec3f RDMA/mlx5: Replace struct mlx5_core_mkey by u32 key by Aharon Landau · 3 years, 3 months ago
- c646741 RDMA/mlx5: Remove pd from struct mlx5_core_mkey by Aharon Landau · 3 years, 3 months ago
- 062fd73 RDMA/mlx5: Remove size from struct mlx5_core_mkey by Aharon Landau · 3 years, 3 months ago
- cf6a8b1 RDMA/mlx5: Remove iova from struct mlx5_core_mkey by Aharon Landau · 3 years, 3 months ago
- 759be89 vdpa/mlx5: Avoid executing set_vq_ready() if device is reset by Eli Cohen · 3 years, 4 months ago
- ef12e4b vdpa/mlx5: Clear ready indication for control VQ by Eli Cohen · 3 years, 4 months ago
- 7bb5fb2 vduse: Cleanup the old kernel states after reset failure by Xie Yongji · 3 years, 4 months ago
- 6243e3c vduse: missing error code in vduse_init() by Dan Carpenter · 3 years, 4 months ago
- 78e7095 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 4 months ago
- 7bc7f61 Documentation: Add documentation for VDUSE by Xie Yongji · 3 years, 4 months ago
- c8a6153 vduse: Introduce VDUSE - vDPA Device in Userspace by Xie Yongji · 3 years, 4 months ago
- 8c773d5 vduse: Implement an MMU-based software IOTLB by Xie Yongji · 3 years, 4 months ago
- d8945ec vdpa: Support transferring virtual addressing during DMA mapping by Xie Yongji · 3 years, 4 months ago
- c10fb94 vdpa: Add an opaque pointer for vdpa_config_ops.dma_map() by Xie Yongji · 3 years, 4 months ago
- 0686082 vdpa: Add reset callback in vdpa_config_ops by Xie Yongji · 3 years, 4 months ago
- 0d8c9e7 vdpa_sim: Use iova_shift() for the size passed to alloc_iova() by Xie Yongji · 3 years, 5 months ago
- 5289373 vdpa/mlx5: Add multiqueue support by Eli Cohen · 3 years, 4 months ago
- 5262912 vdpa/mlx5: Add support for control VQ and MAC setting by Eli Cohen · 3 years, 4 months ago
- e4fc665 vdpa/mlx5: Ensure valid indices are provided by Eli Cohen · 3 years, 4 months ago
- db296d2 vdpa/mlx5: Decouple virtqueue callback from struct mlx5_vdpa_virtqueue by Eli Cohen · 3 years, 4 months ago
- ae0428d vdpa/mlx5: function prototype modifications in preparation to control VQ by Eli Cohen · 3 years, 4 months ago
- 4e57a9f6 vdpa/mlx5: Remove redundant header file inclusion by Eli Cohen · 3 years, 4 months ago
- 90d1936 vDPA/ifcvf: enable multiqueue and control vq by Zhu Lingshan · 3 years, 4 months ago
- 2ddae77 vDPA/ifcvf: detect and use the onboard number of queues directly by Zhu Lingshan · 3 years, 4 months ago
- 6b5df34 vDPA/ifcvf: implement management netlink framework for ifcvf by Zhu Lingshan · 3 years, 5 months ago
- 30326f9 vDPA/ifcvf: introduce get_dev_type() which returns virtio dev id by Zhu Lingshan · 3 years, 5 months ago
- c6c3c570 Merge tag 'driver-core-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 3 years, 4 months ago
- f444fea Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 4 months ago
- 94e95d5 Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 3 years, 4 months ago
- f4083a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 5 months ago
- 879753c vdpa/mlx5: Fix queue type selection logic by Eli Cohen · 3 years, 5 months ago
- 08dbd56 vdpa/mlx5: Avoid destroying MR on empty iotlb by Eli Cohen · 3 years, 5 months ago
- 1057afa vDPA/ifcvf: Fix return value check for vdpa_alloc_device() by Xie Yongji · 3 years, 6 months ago
- 9632e78 vp_vdpa: Fix return value check for vdpa_alloc_device() by Xie Yongji · 3 years, 6 months ago
- 2b847f2 vdpa_sim: Fix return value check for vdpa_alloc_device() by Xie Yongji · 3 years, 6 months ago
- 563476a net/mlx5: Synchronize correct IRQ when destroying CQ by Shay Drory · 3 years, 9 months ago
- 616d576 IB/mlx5: Rename is_apu_thread_cq function to is_apu_cq by Tal Gilboa · 3 years, 5 months ago
- fc7a620 bus: Make remove callback return void by Uwe Kleine-König · 3 years, 6 months ago
- 1225c21 vp_vdpa: allow set vq state to initial state after reset by Jason Wang · 3 years, 7 months ago
- 530a567 vdpa: support packed virtqueue for set/get_vq_state() by Jason Wang · 3 years, 7 months ago
- e3aadf2 vdpa/mlx5: Clear vq ready indication upon device reset by Eli Cohen · 3 years, 7 months ago
- b57c46c vdpa/mlx5: Add support for doorbell bypassing by Eli Cohen · 3 years, 7 months ago
- 6f5312f vdpa/mlx5: Add support for running with virtio_vdpa by Eli Cohen · 3 years, 7 months ago
- 7d23dcd vdp/mlx5: Fix setting the correct dma_device by Eli Cohen · 3 years, 7 months ago
- e13cd45 vdpa/mlx5: Support creating resources with uid == 0 by Eli Cohen · 3 years, 7 months ago
- 71ab6a7 vdpa/mlx5: Fix possible failure in umem size calculation by Eli Cohen · 3 years, 7 months ago
- e301177 vdpa/mlx5: Fix umem sizes assignments on VQ create by Eli Cohen · 3 years, 7 months ago
- 94e48d6 vp_vdpa: correct the return value when fail to map notification by Jason Wang · 3 years, 6 months ago
- 42326903 vDPA/ifcvf: reuse pre-defined macros for device ids and vendor ids by Zhu Lingshan · 3 years, 8 months ago