summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/hns: Replace kfree() with kvfree()Jiacheng Shi2021-12-151-1/+1
* IB/qib: Fix memory leak in qib_user_sdma_queue_pkts()José Expósito2021-12-151-1/+1
* RDMA/hns: Fix RNR retransmission issue for HIP08Yangyang Li2021-12-152-7/+65
* RDMA/irdma: Don't arm the CQ more than two times if no CE for this CQTatyana Nikolova2021-12-075-5/+38
* RDMA/irdma: Report correct WC errorsShiraz Saleem2021-12-071-1/+4
* RDMA/irdma: Fix a potential memory allocation issue in 'irdma_prm_add_pble_me...Christophe JAILLET2021-12-073-12/+4
* RDMA/irdma: Fix a user-after-free in add_pble_prmShiraz Saleem2021-12-071-1/+1
* IB/hfi1: Fix leak of rcvhdrtail_dummy_kvaddrMike Marciniszyn2021-12-071-19/+14
* IB/hfi1: Fix early init panicMike Marciniszyn2021-12-073-3/+6
* IB/hfi1: Insure use of smp_processor_id() is preempt disabledMike Marciniszyn2021-12-071-1/+1
* IB/hfi1: Correct guard on eager buffer deallocationMike Marciniszyn2021-12-071-1/+1
* RDMA/hns: Do not destroy QP resources in the hw resetting phaseYangyang Li2021-11-251-1/+11
* RDMA/hns: Do not halt commands during reset until laterYangyang Li2021-11-251-2/+0
* RDMA/mlx5: Fix releasing unallocated memory in dereg MR flowAlaa Hleihel2021-11-252-17/+15
* RDMA/mlx4: Do not fail the registration on port statsJack Wang2021-11-171-3/+15
* IB/hfi1: Properly allocate rdma counter desc memoryDennis Dalessandro2021-11-161-3/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2021-11-0369-1054/+2321
|\
| * RDMA/bnxt_re: Remove unsupported bnxt_re_modify_ah callbackKamal Heib2021-11-033-7/+0
| * Merge branch 'for-rc' into rdma.git for-nextJason Gunthorpe2021-11-012-9/+12
| |\
| | * RDMA/qedr: Fix NULL deref for query_qp on the GSI QPAlok Prasad2021-10-291-6/+9
| | * RDMA/hns: Modify the value of MAX_LP_MSG_LEN to meet hardware compatibilityYixing Liu2021-10-291-2/+2
| | * RDMA/hns: Fix initial arm_st of CQHaoyue Xu2021-10-291-1/+1
| * | Merge tag 'v5.15' into rdma.git for-nextJason Gunthorpe2021-11-0110-26/+53
| |\|
| * | RDMA/irdma: optimize rx path by removing unnecessary copyZhu Yanjun2021-11-013-64/+39
| * | RDMA/hns: Use the core code to manage the fixed mmap entriesChengchang Tang2021-10-292-27/+135
| * | IB/qib: Rebranding of qib driver to Cornelis NetworksScott Breyer2021-10-291-2/+3
| * | IB/hfi1: Rebranding of hfi1 driver to Cornelis NetworksScott Breyer2021-10-294-5/+8
| * | RDMA/bnxt_re: Use helper function to set GUIDsKamal Heib2021-10-294-21/+4
| * | RDMA/bnxt_re: Fix kernel panic when trying to access bnxt_re_stat_descsKamal Heib2021-10-291-0/+2
| * | RDMA/irdma: Remove the unused variable local_qpZhu Yanjun2021-10-282-2/+0
| * | RDMA/efa: Add support for dmabuf memory regionsGal Pressman2021-10-283-31/+101
| * | RDMA/qedr: Remove unsupported qedr_resize_cq callbackKamal Heib2021-10-253-12/+0
| * | RDMA/irdma: Remove the unused spin lock in struct irdma_qp_ukZhu Yanjun2021-10-252-2/+0
| * | RDMA: Constify netdev->dev_addr accessesJakub Kicinski2021-10-2517-33/+40
| * | RDMA/mlx5: fix build error with INFINIBAND_USER_ACCESS=nArnd Bergmann2021-10-251-4/+5
| * | RDMA/irdma: Make irdma_uk_cq_init() return a voidZhu Yanjun2021-10-213-10/+5
| * | Merge brank 'mlx5_mkey' into rdma.git for-nextJason Gunthorpe2021-10-196-96/+81
| |\ \
| * | | RDMA/mlx4: Return missed an error if device doesn't support steeringLeon Romanovsky2021-10-121-1/+3
| * | | RDMA/irdma: Remove irdma_cqp_up_map_cmd()Zhu Yanjun2021-10-122-36/+0
| * | | RDMA/irdma: Remove irdma_get_hw_addr()Zhu Yanjun2021-10-122-12/+0
| * | | RDMA/irdma: Remove irdma_sc_send_lsmm_nostag()Zhu Yanjun2021-10-122-39/+1
| * | | RDMA/irdma: Remove irdma_uk_mw_bind()Zhu Yanjun2021-10-122-60/+1
| * | | RDMA: Remove redundant 'flush_workqueue()' callsChristophe JAILLET2021-10-123-5/+1
| * | | RDMA/hns: Use dma_alloc_coherent() instead of kmalloc/dma_map_single()Cai Huoqing2021-10-121-15/+5
| * | | RDMA/mlx5: Add optional counter support in get_hw_stats callbackAharon Landau2021-10-121-3/+85
| * | | RDMA/mlx5: Add modify_op_stat() supportAharon Landau2021-10-122-6/+74
| * | | RDMA/mlx5: Add steering support in optional flow countersAharon Landau2021-10-122-0/+211
| * | | RDMA/mlx5: Support optional counters in hw_stats initializationAharon Landau2021-10-122-16/+75
| * | | RDMA/counter: Add a descriptor in struct rdma_hw_statsAharon Landau2021-10-129-212/+208
| * | | RDMA/efa: CQ notificationsGal Pressman2021-10-0710-52/+610