summaryrefslogtreecommitdiff
path: root/drivers/infiniband
AgeCommit message (Expand)AuthorFilesLines
2025-03-28RDMA/hns: Fix wrong value of max_sge_rdJunxian Huang1-1/+1
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 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-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-07IB/core: Add support for XDR link speedOr Har-Toov3-1/+9
2025-03-07RDMA/mana_ib: Allocate PAGE aligned doorbell indexKonstantin Taranov1-1/+1
2025-03-07IB/mlx5: Set and get correct qp_num for a DCT QPMark Zhang1-1/+3
2025-02-21RDMA/efa: Reset device on probe failureMichael Margolin1-4/+5
2025-02-08RDMA/rxe: Fix the warning "__rxe_cleanup+0x12c/0x170 [rdma_rxe]"Zhu Yanjun1-6/+5
2025-02-08RDMA/mlx5: Fix indirect mkey ODP page countMichael Guralnik1-17/+15
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/rxe: Improve newline in printing messagesLi Zhijian10-139/+139
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-02-01RDMA/bnxt_re: Avoid CPU lockups due fifo occupancy check loopSelvin Xavier1-0/+10
2025-01-23RDMA/bnxt_re: Fix to export port num to ib_query_qpHongguang Gao4-0/+7
2025-01-09RDMA/bnxt_re: Fix max SGEs for the Work RequestKashyap Desai1-2/+1
2025-01-09RDMA/uverbs: Prevent integer overflow issueDan Carpenter1-7/+9
2025-01-09RDMA/bnxt_re: Fix the max WQE size for static WQE supportSelvin Xavier2-11/+12
2025-01-09RDMA/rtrs: Ensure 'ib_sge list' is accessibleLi Zhijian1-1/+1
2025-01-09RDMA/hns: Fix missing flush CQE for DWQEChengchang Tang1-0/+4
2025-01-09RDMA/hns: Fix warning storm caused by invalid input in IO pathChengchang Tang1-2/+2
2025-01-09RDMA/hns: Fix mapping error of zero-hop WQE bufferwenglianfa2-19/+29
2025-01-09RDMA/hns: Remove unused parameters and variablesChengchang Tang7-33/+20
2025-01-09RDMA/hns: Refactor mtr findChengchang Tang4-85/+121
2025-01-09RDMA/bnxt_re: Fix the locking while accessing the QP tableSelvin Xavier1-0/+2
2025-01-09RDMA/bnxt_re: Fix MSN table size for variable wqe modeDamodharam Ammepalli1-1/+6
2025-01-09RDMA/bnxt_re: Add send queue size check for variable wqeDamodharam Ammepalli1-0/+4
2025-01-09RDMA/bnxt_re: Disable use of reserved wqesKalesh AP1-5/+7
2025-01-09RDMA/bnxt_re: Add support for Variable WQE in Genp7 adaptersSelvin Xavier6-27/+47
2025-01-09RDMA/bnxt_re: Fix max_qp_wrs reportedSelvin Xavier1-1/+1
2025-01-09RDMA/bnxt_re: Fix reporting hw_ver in query_deviceKalesh AP1-1/+1
2025-01-09RDMA/bnxt_re: Add check for path mtu in modify_qpSaravanan Vajravel1-12/+14
2025-01-09RDMA/bnxt_re: Fix the check for 9060 conditionKalesh AP1-4/+6
2025-01-09RDMA/bnxt_re: Avoid sending the modify QP workaround for latest adaptersKashyap Desai1-2/+4
2025-01-09RDMA/bnxt_re: Avoid initializing the software queue for user queuesSelvin Xavier1-19/+23
2025-01-09RDMA/mlx5: Enforce same type port association for multiport RoCEPatrisious Haddad1-2/+4
2025-01-09RDMA/bnxt_re: Remove always true dattr validity checkLeon Romanovsky1-3/+1
2025-01-09RDMA/bnxt_re: Allow MSN table capability checkSelvin Xavier6-8/+44
2024-12-14ipv6: introduce dst_rt6_info() helperEric Dumazet1-3/+3
2024-12-09RDMA/mlx5: Move events notifier registration to be after device registrationPatrisious Haddad2-22/+20
2024-12-09IB/mlx5: Allocate resources just before first QP/SRQ is createdJianbo Liu4-43/+118
2024-12-09RDMA/hns: Fix NULL pointer derefernce in hns_roce_map_mr_sg()Junxian Huang1-3/+4