summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
5 daysRDMA/mlx5: Release the HW‑provided UAR index rather than the SW oneLeon Romanovsky1-1/+1
5 daysRDMA/mlx5: Fix undefined shift of user RQ WQE sizeMaher Sanalla1-7/+4
5 daysRDMA/mlx5: Remove raw RSS QP restrack trackingPatrisious Haddad1-0/+1
5 daysIB/mlx4: Fill in the access_flags if IB_MR_REREG_ACCESS is not specifiedJason Gunthorpe2-2/+8
5 daysIB/mlx5: Properly support implicit ODP rereg_mrJason Gunthorpe1-0/+15
5 daysIB/mlx5: Don't take the rereg_mr fallback without a new translationJason Gunthorpe1-1/+1
5 daysRDMA/irdma: Fix OOB read during CQ MR registrationJacob Moroni2-3/+2
5 daysIB/cm: Fix av cm device leak on an error path in cm_init_av_by_path()Jason Gunthorpe1-5/+8
5 daysRDMA/rxe: Copy WQE to local buffer in non-SRQ receive pathTristan Madani1-3/+24
5 daysRDMA/rxe: Fix TOCTOU heap overflow in get_srq_wqeTristan Madani1-2/+4
5 daysRDMA/counter: Fix incorrect port index in rdma_counter_init() error cleanupTao Cui1-1/+1
5 daysRDMA/hns: Fix warning in poll cq direct modeLianfa Weng1-1/+1
5 daysIB/mlx4: Fix refcount leak in add_port() error pathGuangshuo Li1-18/+27
5 daysRDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrsJacob Moroni1-4/+10
5 daysRDMA/srpt: fix integer overflow in immediate data length checkSara Venkatesh1-2/+3
5 daysRDMA/mlx5: Fix devx subscribe-event unwind NULL dereferencePrathamesh Deshpande1-7/+23
5 daysRDMA/hns: Fix arithmetic overflow in calc_hem_config()Alexander Chesnokov1-4/+4
5 daysRDMA/siw: bound Read Response placement to the RREAD lengthMichael Bommarito1-0/+9
5 daysRDMA/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 Romanovsky16-49/+57
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-19RDMA/rxe: Complete the rxe_cleanup_task backportVladislav Nikolaev1-1/+3
2026-06-19RDMA/rxe: Fix double free in rxe_srq_from_initJiasheng Jiang1-2/+2
2026-06-19Revert "RDMA/rxe: Fix double free in rxe_srq_from_init"Ben Hutchings1-3/+0
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-06-01RDMA/core: Prefer NLA_NUL_STRINGFlorian Westphal1-3/+3
2026-06-01RDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error pathJason Gunthorpe1-1/+1
2026-06-01RDMA/rxe: Reject unknown opcodes before ICRC processingMichael Bommarito1-0/+11
2026-06-01RDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()Jason Gunthorpe1-2/+2
2026-06-01RDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()Jason Gunthorpe1-1/+3
2026-06-01RDMA/hns: Fix unlocked call to hns_roce_qp_remove()Jason Gunthorpe1-0/+7
2026-06-01IB/core: Fix zero dmac race in neighbor resolutionChen Zhao1-0/+3
2026-06-01RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcvhkbinbin1-1/+2
2026-04-11RDMA/irdma: Return EINVAL for invalid arp index errorTatyana Nikolova1-7/+10
2026-04-11RDMA/irdma: Fix deadlock during netdev reset with active connectionsAnil Samal1-1/+2
2026-04-11RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()Tatyana Nikolova1-2/+0
2026-04-11RDMA/irdma: Clean up unnecessary dereference of event->cm_nodeIvan Barrera1-6/+6
2026-04-11RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()Tatyana Nikolova1-2/+0
2026-04-11RDMA/irdma: Update ibqp state to error if QP is already in error stateTatyana Nikolova1-0/+2
2026-04-11RDMA/irdma: Initialize free_qp completion before using itJacob Moroni1-1/+1
2026-04-11RDMA/rw: Fall back to direct SGE on MR pool exhaustionChuck Lever1-3/+18
2026-03-25RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()Jason Gunthorpe1-1/+1
2026-03-25IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()Jason Gunthorpe1-2/+3
2026-03-04RDMA/umem: Fix double dma_buf_unpin in failure pathJacob Moroni1-3/+1
2026-03-04RDMA/efa: Fix typo in efa_alloc_mr()Jason Gunthorpe1-1/+1
2026-03-04RDMA/core: Fix stale RoCE GIDs during netdev events at registrationJiri Pirko3-1/+49