summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
9 daysRDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() testsZhu Yanjun1-19/+6
9 daysRDMA/rxe: Remove the direct link to net_deviceZhu Yanjun7-20/+91
9 daysRDMA/core: Fix "KASAN: slab-use-after-free Read in ib_register_device" problemZhu Yanjun1-0/+5
9 daysRDMA/cm: Fix leaking the multicast GID table referenceJason Gunthorpe1-0/+3
9 daysRDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctlyJason Gunthorpe1-23/+10
9 daysRDMA/bnxt_re: fix dma_free_coherent() pointerThomas Fourier1-3/+1
9 daysRDMA/rtrs: Fix clt_path::max_pages_per_mr calculationHonggang LI1-0/+1
9 daysRDMA/bnxt_re: Fix to use correct page size for PDE tableKalesh AP1-2/+2
9 daysRDMA/bnxt_re: Fix IB_SEND_IP_CSUM handling in post_sendAlok Tiwari1-6/+1
9 daysRDMA/bnxt_re: Fix incorrect BAR check in bnxt_qplib_map_creq_db()Alok Tiwari1-1/+1
9 daysRDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr()Jang Ingyu1-1/+1
9 daysRDMA/efa: Remove possible negative shiftMichael Margolin1-4/+0
9 daysRDMA/irdma: avoid invalid read in irdma_net_eventMichal Schmidt1-1/+2
9 daysRDMA/irdma: Do not directly rely on IB_PD_UNSAFE_GLOBAL_RKEYJacob Moroni4-10/+12
9 daysRDMA/irdma: Add support to re-register a memory regionSindhu Devale2-43/+191
9 daysRDMA/irdma: Fix data race in irdma_free_pbleKrzysztof Czurylo1-2/+4
9 daysRDMA/irdma: Fix data race in irdma_sc_ccq_armKrzysztof Czurylo1-0/+3
9 daysRDMA/bnxt_re: Fix the inline size for GenP7 devicesSelvin Xavier1-1/+1
9 daysRDMA/rtrs: server: Fix error handling in get_or_create_srvMa Ke1-1/+1
9 daysRDMA/rxe: Fix null deref on srq->rq.queue after resize failureZhu Yanjun1-6/+1
2025-11-24RDMA/hns: Fix wrong WQE data when QP wraps aroundJunxian Huang1-3/+8
2025-11-24RDMA/hns: Fix the modification of max_send_sgewenglianfa1-2/+0
2025-11-24RDMA/irdma: Set irdma_cq cq_num field during CQ createJacob Moroni2-1/+2
2025-11-24RDMA/irdma: Remove unused struct irdma_cq fieldsJacob Moroni2-9/+0
2025-11-24RDMA/irdma: Fix SD index calculationJacob Moroni1-1/+1
2025-10-15RDMA/siw: Always report immediate post SQ errorsBernard Metzler1-11/+14
2025-10-15RDMA/rxe: Fix race in do_task() when drainingGui-Dong Han1-2/+6
2025-10-15IB/sa: Fix sa_local_svc_timeout_ms read raceVlad Dumitrescu1-2/+4
2025-10-15RDMA/core: Resolve MAC of next-hop device without ARP supportParav Pandit1-7/+3
2025-10-15RDMA/cm: Rate limit destroy CM ID timeout error messageHÃ¥kon Bugge1-2/+2
2025-10-15RDMA/mlx5: Fix vport loopback forcing for MPV devicePatrisious Haddad2-4/+16
2025-10-02IB/mlx5: Fix obj_type mismatch for SRQ event subscriptionsOr Har-Toov1-0/+1
2025-08-28RDMA/bnxt_re: Fix to initialize the PBL arrayAnantha Prabhu1-0/+2
2025-08-28RDMA/bnxt_re: Fix to remove workload check in SRQ limit pathKashyap Desai3-35/+2
2025-08-28RDMA/bnxt_re: Fix to do SRQ armena by defaultKashyap Desai1-2/+1
2025-08-28RDMA/erdma: Fix ignored return value of init_kernel_qpBoshi Yu1-1/+3
2025-08-28RDMA/siw: Fix the sendmsg byte count in siw_tcp_sendpagesPedro Falcato1-3/+2
2025-08-28RDMA/core: reduce stack using in nldev_stat_get_doit()Arnd Bergmann1-10/+12
2025-08-28RDMA: hfi1: fix possible divide-by-zero in find_hw_thread_mask()Yury Norov [NVIDIA]1-20/+24
2025-08-15RDMA/hns: Fix -Wframe-larger-than issueJunxian Huang1-5/+10
2025-08-15Fix dma_unmap_sg() nents valueThomas Fourier1-1/+2
2025-08-15net/mlx5: Check device memory pointer before usageStav Aviram1-1/+1
2025-08-01RDMA/core: Rate limit GID cache warning messagesMaor Gottlieb1-2/+2
2025-07-10RDMA/mlx5: Fix vport loopback for MPV devicePatrisious Haddad1-0/+33
2025-07-10RDMA/mlx5: Fix CC counters query for MPVPatrisious Haddad1-1/+1
2025-07-10RDMA/mlx5: Fix HW counters query for non-representor devicesPatrisious Haddad1-1/+1
2025-07-10RDMA/mlx5: Initialize obj_event->obj_sub_list before xa_insertMark Zhang1-1/+1
2025-06-27RDMA/iwcm: Fix use-after-free of work objects after cm_id destructionShin'ichiro Kawasaki1-14/+15
2025-06-19RDMA/cma: Fix hang when cma_netevent_callback fails to queue_workJack Morgenstein1-1/+2
2025-06-19RDMA/mlx5: Fix error flow upon firmware failure for RQ destructionPatrisious Haddad1-2/+28