summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorLines
2026-02-24RDMA/ionic: Fix kernel stack leak in ionic_create_cq()Jason Gunthorpe-1/+1
2026-02-24RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()Jason Gunthorpe-1/+1
2026-02-24IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()Jason Gunthorpe-2/+3
2026-02-24RDMA/efa: Fix typo in efa_alloc_mr()Jason Gunthorpe-1/+1
2026-02-24RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_portKamal Heib-0/+2
2026-02-24RDMA/bng_re: Unwind bng_re_dev_init properlySiva Reddy Kallam-14/+15
2026-02-24RDMA/bng_re: Remove unnessary validity checksSiva Reddy Kallam-23/+4
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-27/+19
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-90/+45
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-4/+4
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-308/+308
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-551/+506
2026-02-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds-222/+1034
2026-02-11bnge/bng_re: Add a new HSIVikas Gupta-6/+6456
2026-02-08RDMA/mlx5: Implement DMABUF export opsYishai Hadas-0/+72
2026-02-05net/mlx5: Fix 1600G link mode enum namingYael Chemla-1/+1
2026-02-02RDMA/mlx5: Support rate limit only for Raw Packet QPKalesh AP-0/+5
2026-02-02RDMA/bnxt_re: Report QP rate limit in debugfsKalesh AP-2/+12
2026-02-02RDMA/bnxt_re: Report packet pacing capabilities when querying deviceKalesh AP-1/+21
2026-02-02RDMA/bnxt_re: Add support for QP rate limitingKalesh AP-6/+47
2026-01-28RDMA/irdma: Use kvzalloc for paged memory DMA address arrayCarlos Bilbao-3/+3
2026-01-27RDMA/mana_ib: Add device‑memory supportKonstantin Taranov-0/+149
2026-01-27RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handlerZilin Guan-2/+2
2026-01-25RDMA/irdma: Use CQ ID for CEQE contextJacob Moroni-51/+127
2026-01-25RDMA/irdma: Add enum defs for reserved CQs/QPsJacob Moroni-10/+22
2026-01-18IB/mlx5: Fix port speed query for representorsOr Har-Toov-6/+14
2026-01-18RDMA/mlx5: Fix UMR hang in LAG error state unloadChiara Meiohas-9/+68
2026-01-15RDMA/mana_ib: Take CQ type from the device typeKonstantin Taranov-3/+1
2026-01-15RDMA/hns: Support drain SQ and RQChengchang Tang-0/+166
2026-01-13RDMA/irdma: Remove fixed 1 ms delay during AH wait loopJacob Moroni-9/+11
2026-01-13RDMA/irdma: Remove redundant dma_wmb() before writel()Jacob Moroni-5/+0
2026-01-10bnxt_en: Update FW interface to 1.10.3.151Michael Chan-2/+2
2026-01-05RDMA/ocrdma: Remove unused OCRDMA_UVERBS definitionLeon Romanovsky-2/+0
2026-01-05RDMA/qedr: Remove unused definesLeon Romanovsky-20/+0
2026-01-05RDMA/mlx5: Avoid direct access to DMA device pointerLeon Romanovsky-5/+6
2026-01-05RDMA/mlx5: Fix ucaps init error flowMaher Sanalla-1/+5
2026-01-05RDMA/mlx5: Implement query_port_speed callbackOr Har-Toov-0/+126
2026-01-05RDMA/mlx5: Raise async event on device speed changeOr Har-Toov-0/+8
2026-01-04RDMA/hns: Notify ULP of remaining soft-WCs during resetChengchang Tang-0/+23
2026-01-04RDMA/hns: Fix RoCEv1 failure due to DSCPJunxian Huang-25/+26
2026-01-04RDMA/hns: Return actual error code instead of fixed EINVALJunxian Huang-2/+2
2026-01-04RDMA/hns: Fix WQ_MEM_RECLAIM warningChengchang Tang-1/+2
2025-12-31RDMA/hns: Introduce limit_bank mode with better performanceLianfa Weng-12/+60
2025-12-30RDMA/bnxt_re: fix dma_free_coherent() pointerThomas Fourier-3/+1
2025-12-23RDMA/bnxt_re: Fix to use correct page size for PDE tableKalesh AP-2/+2
2025-12-22RDMA/bnxt_re: Fix OOB write in bnxt_re_copy_err_stats()Ding Hui-3/+3
2025-12-22RDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_sendAlok Tiwari-6/+1
2025-12-21RDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db()Alok Tiwari-1/+1
2025-12-18RDMA/efa: Improve admin completion context state machineYonatan Nachum-41/+50
2025-12-18RDMA/efa: Check stored completion CTX command ID with received oneYonatan Nachum-2/+4