summaryrefslogtreecommitdiff
path: root/drivers/infiniband/hw
AgeCommit message (Expand)AuthorFilesLines
2021-04-08RDMA/hns: Enable all CMDQ contextLang Cheng2-41/+27
2021-04-08RDMA/qedr: Fix kernel panic when trying to access recv_cqKamal Heib1-1/+2
2021-04-08RDMA/hns: Use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2021-04-08IB/mlx5: Reduce max order of memory allocated for xlt updatePraveen Kumar Kannoju1-1/+1
2021-04-08IB/hfi1: Remove unused functionKaike Wan1-18/+0
2021-04-08IB/hfi1: Use kzalloc() for mmu_rb_handler allocationMike Marciniszyn1-1/+1
2021-04-08IB/hfi1: Add additional usdma tracesMike Marciniszyn3-3/+85
2021-04-08IB/hfi1: Remove indirect call to hfi1_ipoib_send_dma()Mike Marciniszyn3-16/+8
2021-04-08IB/hfi1: Use napi_schedule_irqoff() for tx napiMike Marciniszyn1-1/+1
2021-04-08IB/hfi1: Correct oversized ring allocationMike Marciniszyn2-8/+9
2021-04-08IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn3-0/+32
2021-04-08IB/hfi1: Add AIP tx tracesMike Marciniszyn2-3/+119
2021-04-07IB/hfi1: Fix probe time panic when AIP is enabled with a buggy BIOSMike Marciniszyn4-19/+16
2021-04-07RDMA/cxgb4: check for ipv6 address properly while destroying listenerPotnuri Bharat Teja1-1/+2
2021-04-01RDMA/hns: Reorganize doorbell update interfaces for all queuesYixian Liu7-130/+119
2021-04-01RDMA/hns: Support configuring doorbell mode of RQ and CQYixian Liu5-40/+66
2021-04-01RDMA/hns: Simplify command fields for HEM base address configurationXi Wang2-160/+83
2021-04-01RDMA/hns: Reorganize process of setting HEMXi Wang1-33/+44
2021-04-01RDMA/hns: Refactor reset state checking flowXi Wang5-200/+220
2021-04-01RDMA/hns: Reorganize hns_roce_create_cq()Yixing Liu1-28/+58
2021-04-01RDMA/hns: Refactor hns_roce_v2_poll_one()Weihang Li1-179/+224
2021-04-01RDMA/hns: Support congestion control type selection according to the FWYangyang Li4-3/+200
2021-04-01RDMA/hns: Support query information of functions from FWWei Xu3-1/+37
2021-03-31RDMA/iw_cxgb4: Use DEFINE_SPINLOCK() for spinlockTang Yizhou1-2/+1
2021-03-31RDMA/hns: Fix a spelling mistake in hns_roce_hw_v1.cRuiqi Gong1-4/+4
2021-03-30RDMA/efa: Use strscpy instead of strlcpyGal Pressman1-5/+5
2021-03-26IB/hfi1: Fix a typoBhaskar Chowdhury1-1/+1
2021-03-26RDMA/mlx5: Set ODP caps only if device profile support ODPShay Drory3-9/+3
2021-03-26RDMA/mlx5: Fix drop packet rule in egress tableMaor Gottlieb1-4/+5
2021-03-26RDMA/bnxt_re: Move device to error state upon device crashSelvin Xavier4-0/+47
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch62-368/+379
2021-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-4/+6
2021-03-25RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja1-2/+2
2021-03-23RDMA/hns: Support to query firmware versionLang Cheng1-0/+14
2021-03-23RDMA/mlx5: Create ODP EQ only when ODP MR is createdShay Drory3-10/+29
2021-03-23RDMA/hns: Fix memory corruption when allocating XRCDNWeihang Li1-2/+10
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky11-169/+0
2021-03-22RDMA: Fix kernel-doc compilation warningsLeon Romanovsky20-34/+36
2021-03-22RDMA/mlx5: Add missing returned error check of mlx5_ib_dereg_mrLeon Romanovsky1-1/+1
2021-03-22RDMA/hns: Fix bug during CMDQ initializationLang Cheng1-1/+3
2021-03-13net/mlx5: E-Switch, Refactor send to vport to be more genericMark Bloch1-2/+1
2021-03-13RDMA/mlx5: Use representor E-Switch when getting netdev and metadataMark Bloch3-4/+3
2021-03-12RDMA/mlx5: Allow larger pages in DevX umemJason Gunthorpe1-10/+54
2021-03-12IB/core: Split uverbs_get_const/default to consider target typeYishai Hadas1-0/+1
2021-03-12RDMA/mlx5: Fix mlx5 rates to IB rates mapMark Zhang1-1/+14
2021-03-12RDMA/mlx5: Fix query RoCE portMaor Gottlieb1-3/+3
2021-03-12RDMA/mlx5: Rename mlx5_mr_cache_invalidate() to revoke_mr()Jason Gunthorpe1-6/+6
2021-03-12RDMA/mlx5: Consolidate MR destruction to mlx5_ib_dereg_mr()Jason Gunthorpe3-203/+86
2021-03-12RDMA/mlx5: Use a union inside mlx5_ib_mrJason Gunthorpe2-3/+3
2021-03-12RDMA/mlx5: Zero out ODP related items in the mlx5_ib_mrJason Gunthorpe3-52/+66