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