summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/iser: Remove iser_reg_data_sg helper functionMax Gurtovoy2022-03-181-22/+9
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-1612-96/+94
* RDMA/rxe: Replace red-black trees by xarraysBob Pearson2022-03-166-280/+85
* RDMA/rxe: Shorten pool names in rxe_pool.cBob Pearson2022-03-161-8/+8
* RDMA/rxe: Move max_elem into rxe_type_infoBob Pearson2022-03-163-20/+20
* RDMA/rxe: Replace obj by elem in declarationBob Pearson2022-03-162-2/+2
* RDMA/rxe: Delete _locked() APIs for pool objectsBob Pearson2022-03-162-79/+12
* RDMA/rxe: Reverse the sense of RXE_POOL_NO_ALLOCBob Pearson2022-03-162-10/+13
* RDMA/rxe: Replace mr by rkey in responder resourcesBob Pearson2022-03-163-47/+87
* RDMA/rxe: Fix ref error in rxe_av.cBob Pearson2022-03-165-35/+63
* RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu2022-03-164-4/+335
* RDMA/irdma: Add support for address handle re-useMustafa Ismail2022-03-154-60/+164
* RDMA/qib: Fix typos in commentsJulia Lawall2022-03-151-2/+2
* RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu2022-03-151-1/+3
* Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky2022-03-153-1/+4
* RDMA/rxe: Remove useless argument for update_state()Chengguang Xu2022-03-151-2/+2
* RDMA/rxe: Change variable and function argument to proper typeChengguang Xu2022-03-151-5/+5
* RDMA/irdma: Prevent some integer underflowsDan Carpenter2022-03-151-5/+5
* RDMA/hns: Refactor the alloc_cqc()Wenpeng Liang2022-03-041-28/+37
* RDMA/hns: Refactor the alloc_srqc()Chengchang Tang2022-03-041-28/+52
* RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang2022-03-043-8/+6
* RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang2022-03-047-45/+35
* RDMA/hns: Refactor mailbox functionsChengchang Tang2022-03-048-112/+120
* RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang2022-03-045-29/+28
* RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang2022-03-043-11/+7
* RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang2022-03-048-51/+34
* RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang2022-03-048-46/+37
* RDMA/core: Fix ib_qp_usecnt_dec() called when errorYajun Deng2022-03-043-4/+1
* IB/hfi1: Allow larger MTU without AIPMike Marciniszyn2022-03-041-2/+1
* RDMA/core: Remove unnecessary statementsYajun Deng2022-02-281-8/+0
* RDMA/irdma: Remove incorrect masking of PDMustafa Ismail2022-02-281-2/+2
* RDMA/irdma: Fix Passthrough mode in VMMustafa Ismail2022-02-284-1/+4
* RDMA/irdma: Fix netdev notifications for vlan'sMustafa Ismail2022-02-281-18/+30
* RDMA/irdma: Make irdma_create_mg_ctx return a voidZhu Yanjun2022-02-281-7/+2
* RDMA/irdma: Move union irdma_sockaddr to header fileZhu Yanjun2022-02-242-18/+10
* RDMA/irdma: Remove the unnecessary variable saddrZhu Yanjun2022-02-242-2/+0
* RDMA/irdma: Use net_type to check network typeZhu Yanjun2022-02-241-5/+3
* RDMA/rxe: Cleanup rxe_mcast.cBob Pearson2022-02-241-19/+78
* RDMA/rxe: Collect cleanup mca code in a subroutineBob Pearson2022-02-241-15/+26
* RDMA/rxe: Collect mca init code in a subroutineBob Pearson2022-02-242-15/+44
* RDMA/rxe: Warn if mcast memory is not freedBob Pearson2022-02-241-0/+2
* RDMA/irdma: Remove excess error variablesShiraz Saleem2022-02-232-76/+28
* RDMA/irdma: Propagate error codesShiraz Saleem2022-02-233-17/+13
* RDMA/irdma: Remove enum irdma_status_codeShiraz Saleem2022-02-2325-1185/+935
* RDMA/ib_srp: Add more documentationBart Van Assche2022-02-231-1/+10
* RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()Aharon Landau2022-02-231-7/+7
* RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau2022-02-233-10/+25
* RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau2022-02-233-46/+15
* RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau2022-02-231-0/+2
* RDMA/mlx5: Remove redundant work in struct mlx5_cache_entAharon Landau2022-02-232-14/+3