summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
32 hoursRDMA/rtrs: Fix use-after-free in path file creation cleanupGuangshuo Li1-1/+1
32 hoursRDMA/siw: Reject MPA FPDU length underflow before signed receive mathMichael Bommarito1-0/+15
32 hoursRDMA/core: Prefer NLA_NUL_STRINGFlorian Westphal1-3/+3
32 hoursRDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error pathJason Gunthorpe1-1/+1
32 hoursRDMA/rxe: Reject unknown opcodes before ICRC processingMichael Bommarito1-0/+11
32 hoursRDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()Jason Gunthorpe1-2/+2
32 hoursRDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()Jason Gunthorpe1-1/+3
32 hoursRDMA/hns: Fix unlocked call to hns_roce_qp_remove()Jason Gunthorpe1-0/+7
32 hoursIB/core: Fix zero dmac race in neighbor resolutionChen Zhao1-0/+3
32 hoursRDMA/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
2026-03-04RDMA/rtrs-clt: For conn rejection use actual err numberMd Haris Iqbal1-2/+2
2026-03-04RDMA/uverbs: Add __GFP_NOWARN to ib_uverbs_unmarshall_recv() kmallocYi Liu1-1/+1
2026-03-04RDMA/core: add rdma_rw_max_sge() helper for SQ sizingChuck Lever1-15/+38
2026-03-04RDMA/core: Fix a couple of obvious typos in commentsChuck Lever1-1/+1
2026-03-04RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_sendYi Liu1-1/+4
2026-03-04RDMA/rxe: Fix double free in rxe_srq_from_initJiasheng Jiang1-0/+3
2026-03-04RDMA/rtrs-srv: fix SG mappingRoman Penyaev1-5/+20
2026-03-04RDMA/rtrs-srv: Correct the checking of ib_map_mr_sgGuoqing Jiang1-1/+1
2026-03-04RDMA/rtrs-srv: Refactor the handling of failure case in map_cont_bufsGuoqing Jiang1-27/+20
2026-03-04RDMA/hns: Notify ULP of remaining soft-WCs during resetChengchang Tang1-0/+23
2026-03-04RDMA/hns: Fix WQ_MEM_RECLAIM warningChengchang Tang1-1/+2
2026-03-04IB/cache: update gid cache on client reregister eventEtienne AUJAMES1-1/+2
2026-03-04RDMA/rtrs: server: remove dead codeHonggang LI1-7/+1
2026-03-04RDMA/umad: Reject negative data_len in ib_umad_writeYunJe Shin1-2/+6
2026-03-04RDMA/siw: Fix potential NULL pointer dereference in header processingYunJe Shin1-1/+2
2026-01-11RDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problemZhu Yanjun1-0/+5
2026-01-11RDMA/cm: Fix leaking the multicast GID table referenceJason Gunthorpe1-0/+3
2026-01-11RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctlyJason Gunthorpe1-23/+10
2026-01-11RDMA/bnxt_re: fix dma_free_coherent() pointerThomas Fourier1-3/+1
2026-01-11RDMA/rtrs: Fix clt_path::max_pages_per_mr calculationHonggang LI1-0/+1
2026-01-11RDMA/bnxt_re: Fix to use correct page size for PDE tableKalesh AP1-2/+2
2026-01-11RDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_sendAlok Tiwari1-6/+1
2026-01-11RDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db()Alok Tiwari1-1/+1
2026-01-11RDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr()Jang Ingyu1-1/+1
2026-01-11RDMA/efa: Remove possible negative shiftMichael Margolin1-4/+0
2026-01-11RDMA/irdma: avoid invalid read in irdma_net_eventMichal Schmidt1-1/+2
2026-01-11RDMA/irdma: Fix data race in irdma_free_pbleKrzysztof Czurylo1-2/+4