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/erdma: initialize ret for empty receive WR listsRuoyu Wang1-1/+1
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/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: 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/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/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/rtrs-srv: Bound RDMA-Write length to chunk size in rdma_write_sgZhenhao Wan1-2/+3
2026-07-04RDMA/bnxt_re: zero shared page before exposing to userspaceLord Ulf Henrik Holmberg1-1/+1
2026-06-19RDMA/umem: Fix truncation for block sizes >= 4GJason Gunthorpe1-2/+2
2026-06-19RDMA: Move DMA block iterator logic into dedicated filesLeon Romanovsky17-50/+58
2026-06-19RDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe6-0/+37
2026-06-19RDMA/umem: Add helpers for umem dmabuf revoke lockJacob Moroni1-0/+16
2026-06-19RDMA/umem: Move umem dmabuf revoke logic into helper functionJacob Moroni1-9/+17
2026-06-19RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helperJacob Moroni1-9/+26
2026-06-19IB/isert: Reject login PDUs shorter than ISER_HEADERS_LENMichael Bommarito1-0/+6
2026-06-19RDMA/srp: bound SRP_RSP sense copy by the received lengthMichael Bommarito1-6/+24
2026-06-01RDMA/rtrs: Fix use-after-free in path file creation cleanupGuangshuo Li1-1/+1
2026-06-01RDMA/siw: Reject MPA FPDU length underflow before signed receive mathMichael Bommarito1-0/+15
2026-05-23RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss()Jason Gunthorpe1-2/+3
2026-05-23RDMA/core: Prefer NLA_NUL_STRINGFlorian Westphal1-3/+3
2026-05-14RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error pathJason Gunthorpe1-1/+1
2026-05-14RDMA/rxe: Reject unknown opcodes before ICRC processingMichael Bommarito1-0/+11