summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2025-04-10RDMA/core: Fix use-after-free when rename device nameWang Liang1-2/+7
2025-04-10RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flowPatrisious Haddad1-1/+1
2025-04-10IB/mad: Check available slots before posting receive WRsMaher Sanalla1-18/+20
2025-04-10RDMA/erdma: Prevent use-after-free in erdma_accept_newconn()Cheng Xu1-1/+0
2025-04-10RDMA/mlx5: Fix calculation of total invalidated pagesChiara Meiohas1-4/+6
2025-04-10RDMA/core: Don't expose hw_counters outside of init net namespaceRoman Gushchin2-0/+10
2025-04-10RDMA/mlx5: Fix MR cache initialization error flowMichael Guralnik1-11/+22
2025-04-10RDMA/mana_ib: Ensure variable err is initializedKees Bakker1-1/+1
2025-04-10RDMA/mlx5: Fix page_size variable overflowMichael Guralnik1-4/+4
2025-03-28RDMA/hns: Fix wrong value of max_sge_rdJunxian Huang1-1/+1
2025-03-28RDMA/hns: Fix missing xa_destroy()Junxian Huang3-1/+5
2025-03-28RDMA/hns: Fix a missing rollback in error path of hns_roce_create_qp_common()Junxian Huang1-1/+1
2025-03-28RDMA/hns: Fix invalid sq params not being blockedJunxian Huang1-5/+4
2025-03-28RDMA/hns: Fix unmatched condition in error path of alloc_user_qp_db()Junxian Huang1-3/+5
2025-03-28RDMA/hns: Fix soft lockup during bt pages loopJunxian Huang1-1/+15
2025-03-28RDMA/bnxt_re: Avoid clearing VLAN_ID mask in modify qp pathSaravanan Vajravel1-2/+0
2025-03-28RDMA/mlx5: Handle errors returned from mlx5r_ib_rate()Qasim Ijaz1-5/+9
2025-03-28RDMA/bnxt_re: Add missing paranthesis in map_qp_id_to_tbl_indxKashyap Desai1-1/+2
2025-03-28RDMA/rxe: Fix the failure of ibv_query_device() and ibv_query_device_ex() testsZhu Yanjun1-19/+6
2025-03-07RDMA/bnxt_re: Fix the page details for the srq created by kernel consumersKashyap Desai1-0/+2
2025-03-07RDMA/mlx5: Fix bind QP error cleanup flowPatrisious Haddad1-2/+6
2025-03-07RDMA/mlx5: Fix AH static rate parsingPatrisious Haddad3-4/+6
2025-03-07RDMA/mlx5: Fix implicit ODP hang on parent deregistrationYishai Hadas1-0/+1
2025-03-07RDMA/bnxt_re: Fix the statistics for Gen P7 VFSelvin Xavier2-2/+10
2025-03-07RDMA/bnxt_re: Allocate dev_attr information dynamicallyKalesh AP8-45/+51
2025-03-07RDMA/bnxt_re: Add sanity checks on rdev validityKalesh AP1-0/+5
2025-03-07RDMA/hns: Fix mbox timing out by adding retry mechanismJunxian Huang2-16/+50
2025-03-07RDMA/mana_ib: Allocate PAGE aligned doorbell indexKonstantin Taranov1-1/+1
2025-03-07RDMA/mlx5: Fix a WARN during dereg_mr for DM typeYishai Hadas1-1/+2
2025-03-07RDMA/mlx5: Fix a race for DMABUF MR which can lead to CQE with errorYishai Hadas1-1/+12
2025-03-07IB/mlx5: Set and get correct qp_num for a DCT QPMark Zhang1-1/+3
2025-03-07RDMA/mlx5: Fix the recovery flow of the UMR QPYishai Hadas1-27/+56
2025-02-21RDMA/efa: Reset device on probe failureMichael Margolin1-4/+5
2025-02-17RDMA/mlx5: Fix a race for an ODP MR which leads to CQE with errorYishai Hadas2-2/+17
2025-02-08RDMA/mlx5: Fix implicit ODP use after freePatrisious Haddad1-8/+22
2025-02-08RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]"Zhu Yanjun1-6/+5
2025-02-08RDMA/cxgb4: Notify rdma stack for IB_EVENT_QP_LAST_WQE_REACHED eventAnumula Murali Mohan Reddy1-0/+8
2025-02-08RDMA/mlx5: Fix indirect mkey ODP page countMichael Guralnik1-17/+15
2025-02-08RDMA/hns: Clean up the legacy CONFIG_INFINIBAND_HNSJunxian Huang3-22/+9
2025-02-08RDMA/rtrs: Add missing deinit() callLi Zhijian1-0/+3
2025-02-08RDMA/bnxt_re: Fix to drop reference to the mmap entry in case of errorKalesh AP1-3/+4
2025-02-08RDMA/srp: Fix error handling in srp_add_portMa Ke1-1/+0
2025-02-08RDMA/rxe: Fix mismatched max_msg_szzhenwei pi2-4/+3
2025-02-08rdma/cxgb4: Prevent potential integer overflow on 32bitDan Carpenter1-2/+4
2025-02-08RDMA/mlx4: Avoid false error about access to uninitialized gids arrayLeon Romanovsky1-4/+4
2025-01-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds27-158/+312
2025-01-03RDMA/mlx5: Enable multiplane mode only when it is supportedMark Zhang1-1/+1
2024-12-31RDMA/bnxt_re: Fix error recovery sequenceKalesh AP2-9/+4
2024-12-31RDMA/rtrs: Ensure 'ib_sge list' is accessibleLi Zhijian1-1/+1
2024-12-24RDMA/rxe: Remove the direct link to net_deviceZhu Yanjun6-19/+90