summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2026-07-20RDMA/mlx4: use kzalloc() for the fast registration page listLeon Romanovsky1-3/+3
2026-07-20RDMA/cxgb4: use kmalloc() for the PBL address arrayLeon Romanovsky1-2/+2
2026-07-20RDMA/irdma: Enable uverbs_robust_udata compliance flagJacob Moroni1-0/+1
2026-07-20RDMA/irdma: Fix legacy i40iw compat check in create_qpJacob Moroni1-2/+6
2026-07-20RDMA/irdma: Use robust udata helper for QP creationJacob Moroni1-19/+22
2026-07-20RDMA/irdma: Use robust input copy helpersJacob Moroni1-45/+34
2026-07-20RDMA/irdma: Clear udata response buffers where necessaryJacob Moroni1-0/+21
2026-07-20RDMA/irdma: Add checks for no udataJacob Moroni1-4/+62
2026-07-20RDMA/irdma: Prevent user-triggered null deref on QP createJacob Moroni1-10/+9
2026-07-20RDMA/srpt: Fix srpt_alloc_rw_ctxs() unwind countersTanZheng1-0/+7
2026-07-20RDMA/bnxt_re: Validate udata before executing commandsLeon Romanovsky1-35/+30
2026-07-20IB/mlx4: Fix stale CM id_map entries when RTU is never receivedPraveen Kumar Kannoju1-24/+87
2026-07-20RDMA: Use ib_no_udata_io() in query_device callbacksLeon Romanovsky14-28/+27
2026-07-20RDMA/rxe: Validate num_sge/cur_sge before indexing wqe->dma.sge[]Ibrahim Hashimov1-0/+15
2026-07-20RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qpIbrahim Hashimov1-1/+14
2026-07-20RDMA/hfi1: Propagate sdma_txinit_ahg() errorsDanila Chernetsov1-5/+8
2026-07-20RDMA/umem: Constify struct dma_buf_attach_opsChristophe JAILLET1-2/+2
2026-07-20RDMA/mlx5: Constify struct ib_frmr_pool_ops and dma_buf_attach_opsChristophe JAILLET1-3/+3
2026-07-15RDMA/rxe: Reject unimplemented implicit ODP cleanlyxiongweimin1-8/+3
2026-07-15RDMA/addr: fix spelling of guarantees in commentxiongweimin1-1/+1
2026-07-15RDMA/cma: fix spelling of guarantees in commentxiongweimin1-1/+1
2026-07-14IB/rdmavt: use kzalloc() to allocate QPN-map pagesMike Rapoport (Microsoft)1-4/+4
2026-07-14IB/mthca: allocate mthca_array memory with kzalloc()Mike Rapoport (Microsoft)1-3/+3
2026-07-14IB/mthca: mthca_reg_user_mr(): use kmalloc() to allocate addresses arrayMike Rapoport (Microsoft)1-2/+3
2026-07-14RDMA/mlx5: replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)1-2/+4
2026-07-14RDMA/umem: ib_umem_get(): use kmalloc() to allocate page arrayMike Rapoport (Microsoft)1-2/+3
2026-07-14RDMA: Remove redundant memset() from query_device callbacksLeon Romanovsky13-19/+0
2026-07-14RDMA/efa: Add EFA 0xefa4 PCI IDAnas Mousa1-0/+2
2026-07-14RDMA/efa: Extend page-shift field in MR registrationMichael Margolin1-3/+3
2026-07-13RDMA/hfi1: Align probe error unwinding with device removalLeon Romanovsky1-29/+16
2026-07-13RDMA/hfi1: Initialize debugfs after probe completesLeon Romanovsky1-4/+2
2026-07-13RDMA/hfi1: Defer device creation until probe succeedsLeon Romanovsky1-10/+7
2026-07-13RDMA/hfi1: Stop flushing the global IB workqueueLeon Romanovsky1-4/+0
2026-07-13RDMA/hfi1: Remove redundant NULL checks in create_workqueues()Leon Romanovsky1-33/+23
2026-07-13RDMA/hfi1: Allocate device data after PCI initializationLeon Romanovsky2-33/+29
2026-07-13RDMA/hfi1: Free RX data on late probe failureLeon Romanovsky1-0/+1
2026-07-13RDMA/hfi1: Create workqueues before device initializationLeon Romanovsky3-14/+11
2026-07-13RDMA/hfi1: Drop device data from hfi1_validate_rcvhdrcnt()Leon Romanovsky3-10/+11
2026-07-13RDMA/hfi1: Pass PCI device to hfi1_pcie_init()Leon Romanovsky3-7/+9
2026-07-13RDMA/hfi1: Remove redundant PCI device ID validationLeon Romanovsky1-9/+0
2026-07-13RDMA/hfi1: Preserve unit 0 on allocation failureLeon Romanovsky1-2/+3
2026-07-13RDMA/rvt: Return NULL after port allocation failureLeon Romanovsky1-1/+3
2026-07-13IB/mlx4: delete allocated id_map_entry while sending REJPraveen Kumar Kannoju1-3/+10
2026-07-12RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error...Allison Henderson1-1/+8
2026-07-12RDMA: Change capability fields in ib_device_attr from int to u32Erni Sri Satya Vennela14-65/+53
2026-07-12RDMA/hns: Compute HEM index in 64-bit in hns_roce_v2_set_hem()Alexander Chesnokov1-1/+1
2026-07-12RDMA/efa: Add AH cache handling on create and destroy AHYonatan Nachum5-8/+140
2026-07-12RDMA/efa: Add initialization of AH cache rhashtableYonatan Nachum5-3/+93
2026-07-12RDMA/ipoib: Drain RCU callbacks during module teardownLeon Romanovsky1-0/+2
2026-07-12RDMA/mlx5: Drain RCU callbacks during module teardownLeon Romanovsky1-0/+2