aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/hw (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-13RDMA/qib: Remove useless qib_read_ureg() functionJiapeng Chong1-22/+0
2021-04-13RDMA/hns: Remove unnecessary flush operation for workqueueYixian Liu2-3/+0
2021-04-12RDMA/i40iw: Use DEFINE_SPINLOCK() for spinlockYe Bin1-2/+1
2021-04-12RDMA/bnxt_re: Fix error return code in bnxt_qplib_cq_process_terminal()Wang Wensheng1-0/+1
2021-04-12IB/hfi1: Fix error return code in parse_platform_config()Wang Wensheng1-0/+1
2021-04-12RDMA/qedr: Fix error return code in qedr_iw_connect()Wang Wensheng1-1/+3
2021-04-12Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxJason Gunthorpe3-6/+4
2021-04-08RDMA/hns: Prevent le32 from being implicitly converted to u32Lang Cheng1-8/+7
2021-04-08RDMA/hns: Simplify the function config_eqc()Yixing Liu2-185/+65
2021-04-08RDMA/hns: Add XRC subtype in QPC and XRC type in SRQCWenpeng Liang2-7/+11
2021-04-08RDMA/hns: Remove unsupported QP typesWenpeng Liang3-5/+1
2021-04-08RDMA/hns: Delete unused members in the structure hns_roce_hwYangyang Li3-32/+0
2021-04-08RDMA/hns: Delete redundant abnormal interrupt statusWenpeng Liang2-16/+6
2021-04-08RDMA/hns: Delete redundant condition judgment related to eqYangyang Li1-21/+6
2021-04-08RDMA/hns: Fix missing assignment of max_inline_dataWeihang Li1-0/+1
2021-04-08RDMA/hns: Avoid enabling RQ inline on UDWeihang Li2-3/+8
2021-04-08RDMA/hns: Modify prints for mailbox and command queueWenpeng Liang2-10/+20
2021-04-08RDMA/hns: Support more return types of command queueLang Cheng1-4/+14
2021-04-08RDMA/hns: Enable all CMDQ contextLang Cheng2-41/+27
2021-04-07RDMA/hns: Use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2021-04-07IB/mlx5: Reduce max order of memory allocated for xlt updatePraveen Kumar Kannoju1-1/+1
2021-04-07IB/hfi1: Remove unused functionKaike Wan1-18/+0
2021-04-07IB/hfi1: Use kzalloc() for mmu_rb_handler allocationMike Marciniszyn1-1/+1
2021-04-07IB/hfi1: Add additional usdma tracesMike Marciniszyn3-3/+85
2021-04-07IB/hfi1: Remove indirect call to hfi1_ipoib_send_dma()Mike Marciniszyn3-16/+8
2021-04-07IB/hfi1: Use napi_schedule_irqoff() for tx napiMike Marciniszyn1-1/+1
2021-04-07IB/hfi1: Correct oversized ring allocationMike Marciniszyn2-8/+9
2021-04-07IB/{ipoib,hfi1}: Add a timeout handler for rdma_netdevMike Marciniszyn3-0/+32
2021-04-07IB/hfi1: Add AIP tx tracesMike Marciniszyn2-3/+119
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-30RDMA/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-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-22RDMA/hns: Fix memory corruption when allocating XRCDNWeihang Li1-2/+10
2021-03-22RDMA: Delete not-used static inline functionsLeon Romanovsky11-169/+0