summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)Author
2022-02-08IB/hfi1: Fix tstats alloc and deallocMike Marciniszyn
2022-02-08RDMA/mlx4: Don't continue event handler after memory allocation failureLeon Romanovsky
2022-02-08IB/hfi1: Fix AIP early init panicMike Marciniszyn
2022-01-27RDMA/hns: Modify the mapping attribute of doorbell to deviceYixing Liu
2022-01-27RDMA/cxgb4: Set queue pair state when being queriedKamal Heib
2022-01-27RDMA/qedr: Fix reporting max_{send/recv}_wr attrsKamal Heib
2022-01-27RDMA/hns: Validate the pkey indexKamal Heib
2022-01-27RDMA/bnxt_re: Scan the whole bitmap when checking if "disabling RCFW with pen...Christophe JAILLET
2022-01-11Revert "RDMA/mlx5: Fix releasing unallocated memory in dereg MR flow"Maor Gottlieb
2021-12-29RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi
2021-12-29IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito
2021-12-29RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li
2021-12-17RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQTatyana Nikolova
2021-12-17RDMA/irdma: Report correct WC errorsShiraz Saleem
2021-12-17RDMA/irdma: Fix a potential memory allocation issue in 'irdma_prm_add_pble_me...Christophe JAILLET
2021-12-17RDMA/irdma: Fix a user-after-free in add_pble_prmShiraz Saleem
2021-12-17RDMA/mlx5: Fix releasing unallocated memory in dereg MR flowAlaa Hleihel
2021-12-14RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li
2021-12-14RDMA/hns: Do not halt commands during reset until laterYangyang Li
2021-12-14IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn
2021-12-14IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn
2021-12-14IB/hfi1: Fix early init panicMike Marciniszyn
2021-12-14IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn
2021-11-25RDMA/mlx4: Do not fail the registration on port statsJack Wang
2021-11-25RDMA/bnxt_re: Check if the vlan is valid before reportingSelvin Xavier
2021-11-18RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibilityYixing Liu
2021-11-18RDMA/hns: Fix initial arm_st of CQHaoyue Xu
2021-11-18RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky
2021-11-18RDMA/bnxt_re: Fix query SRQ failureSelvin Xavier
2021-11-18RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad
2021-10-19RDMA/irdma: Do not hold qos mutex twice on QP resumeMustafa Ismail
2021-10-19RDMA/irdma: Set VLAN in UD work completion correctlyMustafa Ismail
2021-10-19RDMA/mlx5: Initialize the ODP xarray when creating an ODP MRAharon Landau
2021-10-19rdma/qedr: Fix crash due to redundant release of device's qp memoryPrabhakar Kushwaha
2021-10-13IB/hfi1: Fix abba locking issue with sc_disable()Mike Marciniszyn
2021-10-13IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fieldsMike Marciniszyn
2021-10-06RDMA/mlx5: Set user priority for DCTPatrisious Haddad
2021-10-06RDMA/irdma: Process extended CQ entries correctlyShiraz Saleem
2021-09-27RDMA/hns: Add the check of the CQE size of the user spaceWenpeng Liang
2021-09-27RDMA/hns: Fix the size setting error when copying CQE in clean_cq()Wenpeng Liang
2021-09-27RDMA/hfi1: Fix kernel pointer leakGuo Zhi
2021-09-24RDMA/usnic: Lock VF with mutex instead of spinlockLeon Romanovsky
2021-09-24RDMA/hns: Work around broken constant propagation in gcc 8Jason Gunthorpe
2021-09-20RDMA/irdma: Report correct WC error when there are MW bind errorsSindhu Devale
2021-09-20RDMA/irdma: Report correct WC error when transport retry counter is exceededSindhu Devale
2021-09-20RDMA/irdma: Validate number of CQ entries on create CQSindhu Devale
2021-09-20RDMA/irdma: Skip CQP ring during a resetSindhu Devale
2021-09-13IB/qib: Fix clang confusion of NULL pointer comparisonJason Gunthorpe
2021-09-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-09-08IB/hfi1: make hist staticchongjiapeng