summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
5 daysRDMA/vmw_pvrdma: Fix double free on pvrdma_alloc_ucontext() error pathJason Gunthorpe1-1/+1
5 daysRDMA/rxe: Reject unknown opcodes before ICRC processingMichael Bommarito1-0/+11
5 daysRDMA/rxe: Reject non-8-byte ATOMIC_WRITE payloadsMichael Bommarito1-1/+13
5 daysRDMA/ocrdma: Don't NULL deref uctx on errors in ocrdma_copy_pd_uresp()Jason Gunthorpe1-2/+2
5 daysRDMA/mlx5: Fix error path fall-through in mlx5_ib_dev_res_srq_init()Junrui Luo1-0/+1
5 daysRDMA/mlx4: Fix resource leak on error in mlx4_ib_create_srq()Jason Gunthorpe1-1/+3
5 daysRDMA/mana: Validate rx_hash_key_lenJason Gunthorpe1-0/+3
5 daysRDMA/mana: Fix mana_destroy_wq_obj() cleanup in mana_ib_create_qp_rss()Jason Gunthorpe1-5/+4
5 daysRDMA/mana: Fix error unwind in mana_ib_create_qp_rss()Jason Gunthorpe1-1/+3
5 daysRDMA/hns: Fix unlocked call to hns_roce_qp_remove()Jason Gunthorpe1-0/+7
12 daysRDMA/mana_ib: Disable RX steering on RSS QP destroyLong Li1-0/+15
12 daysIB/core: Fix zero dmac race in neighbor resolutionChen Zhao1-0/+3
12 daysRDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcvhkbinbin1-1/+2
2026-04-22x86-64: rename misleadingly named '__copy_user_nocache()' functionLinus Torvalds1-5/+3
2026-04-22RDMA/irdma: Fix double free related to rereg_user_mrJacob Moroni1-0/+1
2026-04-02RDMA/irdma: Return EINVAL for invalid arp index errorTatyana Nikolova1-7/+10
2026-04-02RDMA/irdma: Fix deadlock during netdev reset with active connectionsAnil Samal1-1/+2
2026-04-02RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()Tatyana Nikolova1-2/+0
2026-04-02RDMA/irdma: Clean up unnecessary dereference of event->cm_nodeIvan Barrera1-6/+6
2026-04-02RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()Tatyana Nikolova1-2/+0
2026-04-02RDMA/irdma: Update ibqp state to error if QP is already in error stateTatyana Nikolova1-0/+2
2026-04-02RDMA/irdma: Initialize free_qp completion before using itJacob Moroni1-1/+1
2026-04-02RDMA/rw: Fall back to direct SGE on MR pool exhaustionChuck Lever1-3/+18
2026-03-13RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()Jason Gunthorpe1-1/+1
2026-03-13IB/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/rxe: Fix race condition in QP timer handlersLi Zhijian2-0/+6
2026-03-04RDMA/mlx5: Fix memory leak in GET_DATA_DIRECT_SYSFS_PATH handlerZilin Guan1-2/+2
2026-03-04RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_sendYi Liu1-1/+4
2026-03-04IB/mlx5: Fix port speed query for representorsOr Har-Toov1-6/+14
2026-03-04RDMA/mlx5: Fix UMR hang in LAG error state unloadChiara Meiohas2-9/+68
2026-03-04RDMA/iwcm: Fix workqueue list corruption by removing work_listJacob Moroni2-36/+21
2026-03-04RDMA/rxe: Fix double free in rxe_srq_from_initJiasheng Jiang1-3/+3
2026-03-04RDMA/rtrs-srv: fix SG mappingRoman Penyaev1-5/+20
2026-03-04RDMA/hns: Notify ULP of remaining soft-WCs during resetChengchang Tang1-0/+23
2026-03-04RDMA/hns: Fix RoCEv1 failure due to DSCPJunxian Huang2-25/+26
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-02-06RDMA/mana_ib: Handle net event for pointing to the current netdevLong Li2-2/+46
2026-02-06net: mana: Change the function signature of mana_get_primary_netdev_rcuLong Li2-4/+4
2026-01-08RDMA/cm: Fix leaking the multicast GID table referenceJason Gunthorpe1-0/+3
2026-01-08RDMA/core: Check for the presence of LS_NLA_TYPE_DGID correctlyJason Gunthorpe1-23/+10