summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
10 daysRDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpagesPedro Falcato1-3/+2
10 daystcp_bpf, smc, tls, espintcp, siw: Reduce MSG_SENDPAGE_NOTLAST usageDavid Howells1-3/+2
10 dayssiw: Inline do_tcp_sendpages()David Howells1-5/+12
2026-08-19RDMA/rxe: Fix a use-after-free problem in rxe_mmapZhu Yanjun1-3/+16
2026-08-19ipv6: introduce dst_rt6_info() helperEric Dumazet1-3/+3
2026-08-19RDMA/irdma: Prevent overflows in memory contiguity checksAleksandrova Alyona1-2/+2
2026-08-19RDMA/siw: publish QP after initializationRuoyu Wang1-20/+24
2026-08-19RDMA/siw: Only check attrs->cap.max_send_wr in siw_create_qpGuoqing Jiang1-13/+5
2026-08-19RDMA/hns: Fix potential integer overflow in mhop hem cleanupDanila Chernetsov1-1/+1
2026-08-19RDMA/erdma: initialize ret for empty receive WR listsRuoyu Wang1-1/+1
2026-08-19RDMA/cma: Fix hardware address comparison length in netevent callbackOr Gerlitz1-1/+1
2026-08-19IB/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-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/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 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/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrsJacob Moroni1-4/+10
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-24RDMA/siw: bound Read Response placement to the RREAD lengthMichael Bommarito1-0/+9
2026-07-24RDMA/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