summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2023-01-14RDMA/mlx5: Fix validation of max_rd_atomic caps for DCMaor Gottlieb1-14/+35
2023-01-14RDMA/hns: Fix page size cap from firmwareChengchang Tang1-0/+3
2023-01-14RDMA/hns: Fix PBL page MTR findChengchang Tang1-1/+2
2023-01-14RDMA/hfi1: Fix error return code in parse_platform_config()Wang Yufen1-0/+6
2023-01-14RDMA/hns: fix memory leak in hns_roce_alloc_mr()Zhengchao Shao1-2/+2
2023-01-14RDMA/hfi: Decrease PCI device reference count in error pathXiongfeng Wang1-0/+2
2023-01-14RDMA/hns: Fix ext_sge num error when post sendLuoyouming1-2/+11
2023-01-14RDMA/hns: Repacing 'dseg_len' by macros in fill_ext_sge_inl_data()Luoyouming1-4/+3
2022-11-10RDMA/qedr: clean up work queue on failure in qedr_alloc_resources()Dan Carpenter1-1/+8
2022-11-10IB/hfi1: Correctly move list in sc_disable()Dean Luick1-2/+1
2022-10-26IB: Set IOVA/LENGTH on IB_MR in core/uverbs layersDaisuke Matsuda2-2/+0
2022-09-15RDMA/mlx5: Set local port to one when accessing countersChris Mi1-0/+6
2022-09-15RDMA/hns: Fix wrong fixed value of qp->rq.wqe_shiftWenpeng Liang1-5/+2
2022-09-15RDMA/hns: Fix supported page sizeChengchang Tang1-1/+1
2022-08-21RDMA/mlx5: Add missing check for return value in get namespace flowMaor Gottlieb1-4/+2
2022-08-21RDMA/hfi1: fix potential memory leak in setup_base_ctxt()Jianglei Nie1-1/+3
2022-08-21RDMA/hns: Fix incorrect clearing of interrupt status registerHaoyue Xu1-2/+2
2022-08-21RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr()Jianglei Nie1-3/+5
2022-08-21RDMA/qedr: Improve error logs for rdma_alloc_tid error returnPrabhakar Kushwaha1-3/+15
2022-07-07RDMA/qedr: Fix reporting QP timeout attributeKamal Heib2-1/+4
2022-06-09RDMA/hfi1: Fix potential integer multiplication overflow errorsDennis Dalessandro1-1/+1
2022-06-09RDMA/hfi1: Prevent use of lock before it is initializedDouglas Miller1-5/+7
2022-06-09RDMA/hfi1: Prevent panic when SDMA is disabledDouglas Miller1-0/+2
2022-04-13RDMA/hfi1: Fix use-after-free bug for mm structDouglas Miller1-0/+6
2022-04-13RDMA/mlx5: Don't remove cache MRs when a delay is neededAharon Landau1-1/+3
2022-04-08RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu1-1/+3
2022-04-08IB/hfi1: Allow larger MTU without AIPMike Marciniszyn1-2/+1
2022-04-08RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau1-0/+2
2022-02-08RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky1-1/+1
2022-02-08IB/hfi1: Fix AIP early init panicMike Marciniszyn1-10/+3
2022-01-27RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu1-1/+1
2022-01-27RDMA/cxgb4: Set queue pair state when being queriedKamal Heib1-0/+1
2022-01-27RDMA/qedr: Fix reporting max_{send/recv}_wr attrsKamal Heib1-0/+2
2022-01-27RDMA/hns: Validate the pkey indexKamal Heib1-0/+3
2022-01-27RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with pen...Christophe JAILLET2-5/+2
2021-12-29RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi1-1/+1
2021-12-29IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito1-1/+1
2021-12-14RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li1-1/+11
2021-12-14RDMA/hns: Do not halt commands during reset until laterYangyang Li1-2/+0
2021-12-14IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn1-1/+1
2021-12-14IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn1-19/+14
2021-12-14IB/hfi1: Fix early init panicMike Marciniszyn3-3/+6
2021-12-14IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn1-1/+1
2021-11-26RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier1-3/+9
2021-11-18RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky1-1/+3
2021-11-18RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier1-1/+2
2021-11-18RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad1-6/+9
2021-11-02RDMA/mlx5: Set user priority for DCTPatrisious Haddad1-0/+2
2021-11-02IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn1-3/+6
2021-11-02IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn1-10/+23