summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2026-08-03RDMA/irdma: Prevent overflows in memory contiguity checksAleksandrova Alyona1-2/+2
2026-08-03RDMA/siw: publish QP after initializationRuoyu Wang1-20/+24
2026-08-03RDMA/hns: Fix potential integer overflow in mhop hem cleanupDanila Chernetsov1-1/+1
2026-08-03RDMA/mana_ib: initialize err for empty send WR listsRuoyu Wang1-1/+1
2026-08-03RDMA/erdma: initialize ret for empty receive WR listsRuoyu Wang1-1/+1
2026-08-03RDMA/irdma: Prevent user-triggered null deref on QP createJacob Moroni1-10/+9
2026-08-03RDMA/irdma: Remove redundant legacy_mode checksJacob Moroni3-13/+4
2026-08-03RDMA/irdma: Prevent rereg_mr for non-mem regionsJacob Moroni1-0/+3
2026-08-03RDMA/umem: Add pinned revocable dmabuf import interfaceJacob Moroni1-0/+61
2026-08-03RDMA/cma: Fix hardware address comparison length in netevent callbackOr Gerlitz1-1/+1
2026-08-03IB/mad: Drop unmatched RMPP responses before reassemblyMichael Bommarito1-0/+30
2026-07-24RDMA/bnxt_re: Avoid repeated requests to allocate WC pagesSelvin Xavier3-6/+29
2026-07-24RDMA/bnxt_re: Initialize dpi variable to zeroSelvin Xavier1-1/+1
2026-07-24RDMA/bnxt_re: Fail DBR related page allocation UAPIs if the feature is disabledSelvin Xavier1-0/+4
2026-07-24RDMA/bnxt_re: Move the UAPI methods to a dedicated fileKalesh AP4-305/+344
2026-07-24RDMA/bnxt_re: Avoid displaying the kernel pointerSelvin Xavier1-2/+0
2026-07-24RDMA/bnxt_re: Free SRQ toggle page after firmware teardownSelvin Xavier1-3/+3
2026-07-24RDMA/mlx5: Release the HW‑provided UAR index rather than the SW oneLeon Romanovsky1-1/+1
2026-07-24RDMA/mlx5: Fix undefined shift of user RQ WQE sizeMaher Sanalla1-7/+4
2026-07-24RDMA/mlx5: Remove raw RSS QP restrack trackingPatrisious Haddad1-0/+1
2026-07-24RDMA/mlx5: Remove DCT restrack trackingPatrisious Haddad2-3/+1
2026-07-24IB/mlx4: Fill in the access_flags if IB_MR_REREG_ACCESS is not specifiedJason Gunthorpe2-2/+8
2026-07-24IB/mlx5: Don't mangle the mr->pd inside the rereg callbackJason Gunthorpe1-4/+2
2026-07-24IB/mlx5: Pull the pdn out of the depths of the umr machineryJason Gunthorpe5-46/+64
2026-07-24IB/mlx5: Remove unused mkc bits in mlx5r_umr_update_mr_page_shift()Jason Gunthorpe2-15/+4
2026-07-24IB/mlx5: Properly support implicit ODP rereg_mrJason Gunthorpe1-0/+15
2026-07-24IB/mlx5: Don't take the rereg_mr fallback without a new translationJason Gunthorpe1-1/+1
2026-07-24RDMA/siw: Fix endpoint/socket association handlingBernard Metzler1-15/+15
2026-07-24RDMA/irdma: Initialize iwmr->access during MR registrationJacob Moroni1-0/+1
2026-07-24RDMA/irdma: Fix OOB read during CQ MR registrationJacob Moroni2-3/+2
2026-07-24IB/cm: Fix av cm device leak on an error path in cm_init_av_by_path()Jason Gunthorpe1-5/+8
2026-07-24RDMA/hfi1: Open-code rvt_set_ibdev_name()Arnd Bergmann1-1/+12
2026-07-24RDMA/rxe: Copy WQE to local buffer in non-SRQ receive pathTristan Madani1-3/+24
2026-07-24RDMA/rxe: Fix TOCTOU heap overflow in get_srq_wqeTristan Madani1-2/+4
2026-07-24RDMA/counter: Fix incorrect port index in rdma_counter_init() error cleanupTao Cui1-1/+1
2026-07-24RDMA/hns: Fix log flood after cmd_mbox failureLianfa Weng4-16/+16
2026-07-24RDMA/hns: Fix warning in poll cq direct modeLianfa Weng1-1/+1
2026-07-24IB/mlx4: Fix refcount leak in add_port() error pathGuangshuo Li1-18/+27
2026-07-24RDMA/rxe: Fix a use-after-free problem in rxe_mmapZhu Yanjun1-3/+16
2026-07-24RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrsJacob Moroni1-4/+10
2026-07-24RDMA/mana_ib: Use ib_get_eth_speed for reporting port speedShiraz Saleem1-2/+1
2026-07-24RDMA/hns: Initialize seqfile before creating fileJunxian Huang1-14/+5
2026-07-24RDMA/srpt: fix integer overflow in immediate data length checkSara Venkatesh1-2/+3
2026-07-24RDMA/mlx5: Fix devx subscribe-event unwind NULL dereferencePrathamesh Deshpande1-7/+23
2026-07-24RDMA/mlx5: Fix UMR XLT cleanup on ODP populate failurePrathamesh Deshpande1-1/+1
2026-07-24RDMA/hns: Fix arithmetic overflow in calc_hem_config()Alexander Chesnokov1-4/+4
2026-07-24IB/mlx5: Fix transport-domain rollback and initialize lb mutex earlierPrathamesh Deshpande1-7/+8
2026-07-18RDMA/siw: bound Read Response placement to the RREAD lengthMichael Bommarito1-0/+9
2026-07-18RDMA/core: Fix broadcast address falsely detected as localMaher Sanalla1-1/+1
2026-07-18RDMA/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sgZhenhao Wan1-2/+3