summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)Author
2026-06-09RDMA/efa: Implement the query port speed verbTom Sela
2026-06-09RDMA/efa: Report 800 and 1600 Gbps link speedTom Sela
2026-06-09RDMA/mlx5: Use strscpy() to copy strings into arraysDavid Laight
2026-06-09RDMA/usnic: User strscpy() to copy device nameDavid Laight
2026-06-09RDMA/iwcm: User strscpy() to copy device nameDavid Laight
2026-06-09IB/mlx4: Fill in the access_flags if IB_MR_REREG_ACCESS is not specifiedJason Gunthorpe
2026-06-08RDMA/rtrs-srv: Fix integer underflow in process_read and process_writeAurelien DESBRIERES
2026-06-08IB/mlx5: Push pdn above pagefault_dmabuf_mr()Jason Gunthorpe
2026-06-08IB/mlx5: Push pdn above pagfault_real_mr()Jason Gunthorpe
2026-06-08IB/mlx5: Push pdn above mlx5r_umr_update_xlt()Jason Gunthorpe
2026-06-08IB/mlx5: Don't mangle the mr->pd inside the rereg callbackJason Gunthorpe
2026-06-08IB/mlx5: Pull the pdn out of the depths of the umr machineryJason Gunthorpe
2026-06-08IB/mlx5: Remove unused mkc bits in mlx5r_umr_update_mr_page_shift()Jason Gunthorpe
2026-06-08RDMA/nldev: Fix locking when accessing mr->pdJason Gunthorpe
2026-06-08IB/mlx5: Properly support implicit ODP rereg_mrJason Gunthorpe
2026-06-08RDMA/mlx5: Create ODP EQ for non-pinned dmabuf MRsJason Gunthorpe
2026-06-08IB/mlx5: Don't take the rereg_mr fallback without a new translationJason Gunthorpe
2026-06-08RDMA/srp: bound SRP_RSP sense copy by the received lengthMichael Bommarito
2026-06-08IB/isert: Reject login PDUs shorter than ISER_HEADERS_LENMichael Bommarito
2026-06-08RDMA: During rereg_mr ensure that REREG_ACCESS is compatibleJason Gunthorpe
2026-06-05RDMA/siw: Fix endpoint/socket association handlingBernard Metzler
2026-06-05RDMA/irdma: Initialize iwmr->access during MR registrationJacob Moroni
2026-06-05RDMA/irdma: Fix OOB read during CQ MR registrationJacob Moroni
2026-06-05RDMA/irdma: Remove redundant legacy_mode checksJacob Moroni
2026-06-05RDMA/siw: bound Read Response placement to the RREAD lengthMichael Bommarito
2026-06-05RDMA/mlx5: Fix state and counter desync on loopback enable failureLi RongQing
2026-06-05RDMA/mlx5: Fix error propagation in __mlx5_ib_addLi RongQing
2026-06-05IB/cm: Fix av cm device leak on an error path in cm_init_av_by_path()Jason Gunthorpe
2026-06-05RDMA/bnxt_re: Update create_qp to use QP buffer umem attrsSriharsha Basavapatna
2026-06-05RDMA/hfi1: Open-code rvt_set_ibdev_name()Arnd Bergmann
2026-06-05RDMA/umem: Be careful about boundary conditions in ib_umem_find_best_pgsz()Jason Gunthorpe
2026-06-03RDMA: Update the query_device() opJason Gunthorpe
2026-06-03RDMA/core: Don't make a dummy ib_udata on the stack in create_qpJason Gunthorpe
2026-06-03RDMA/irdma: Fix typo in SQ completions generationCyrill Gorcunov
2026-06-03RDMA/hns: drop dead empty check in setup_root_hem()Maoyi Xie
2026-06-03RDMA/core: Validate cpu_id against nr_cpu_ids in DMAH allocYishai Hadas
2026-06-03RDMA/umem: Fix truncation for block sizes >= 4GJason Gunthorpe
2026-06-02RDMA/efa: Validate SQ ring size against max LLQ sizeYonatan Nachum
2026-06-01RDMA/core: Validate the passed in fops for ib_get_ucaps()Jason Gunthorpe
2026-05-29RDMA/rxe: Copy WQE to local buffer in non-SRQ receive pathTristan Madani
2026-05-29RDMA/rxe: Fix TOCTOU heap overflow in get_srq_wqeTristan Madani
2026-05-29RDMA/umem: Block plain userspace memory registration under CoCo bounceJiri Pirko
2026-05-29RDMA/uverbs: Expose CoCo DMA bounce requirement to userspaceJiri Pirko
2026-05-29RDMA/mlx5: Use UMEM attribute for QP doorbell recordJiri Pirko
2026-05-29RDMA/mlx5: Use UMEM attribute for CQ doorbell recordJiri Pirko
2026-05-29RDMA/mlx5: Use UMEM attributes for QP buffers in create_qpJiri Pirko
2026-05-29RDMA/uverbs: Use UMEM attributes for QP creationJiri Pirko
2026-05-29RDMA/uverbs: Remove legacy umem field from struct ib_cqJiri Pirko
2026-05-29RDMA/mlx4: Use ib_umem_get_cq_buf() for user CQ bufferJiri Pirko
2026-05-29RDMA/bnxt_re: Use ib_umem_get_cq_buf_or_va() for user CQ bufferJiri Pirko