summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-02-23RDMA/irdma: Use net_type to check network typeZhu Yanjun1-5/+3
2022-02-23RDMA/rxe: Cleanup rxe_mcast.cBob Pearson1-19/+78
2022-02-23RDMA/rxe: Collect cleanup mca code in a subroutineBob Pearson1-15/+26
2022-02-23RDMA/rxe: Collect mca init code in a subroutineBob Pearson2-15/+44
2022-02-23RDMA/rxe: Warn if mcast memory is not freedBob Pearson1-0/+2
2022-02-23RDMA/irdma: Remove excess error variablesShiraz Saleem2-76/+28
2022-02-23RDMA/irdma: Propagate error codesShiraz Saleem3-17/+13
2022-02-23RDMA/irdma: Remove enum irdma_status_codeShiraz Saleem25-1185/+935
2022-02-23RDMA/ib_srp: Add more documentationBart Van Assche1-1/+10
2022-02-23RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()Aharon Landau1-7/+7
2022-02-23RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau3-10/+25
2022-02-23RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau3-46/+15
2022-02-23RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau1-0/+2
2022-02-23RDMA/mlx5: Remove redundant work in struct mlx5_cache_entAharon Landau2-14/+3
2022-02-17IB/cma: Allow XRC INI QPs to set their local ACK timeoutHÃ¥kon Bugge1-1/+1
2022-02-16RDMA/rxe: Remove mcg from rxe poolsBob Pearson7-36/+27
2022-02-16RDMA/rxe: Remove key'ed object supportBob Pearson2-164/+0
2022-02-16RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson5-64/+213
2022-02-16RDMA/rxe: Replace int num_qp by atomic_t qp_numBob Pearson2-6/+5
2022-02-16RDMA/rxe: Replace grp by mcg, mce by mcaBob Pearson2-59/+59
2022-02-16RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson5-90/+122
2022-02-16RDMA/rxe: Move mcg_lock to rxeBob Pearson4-13/+15
2022-02-16RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson6-48/+69
2022-02-11RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriateYury Norov1-2/+2
2022-02-08Merge branch 'irdma_dscp' into rdma.git for-nextJason Gunthorpe10-23/+75
2022-02-08RDMA/irdma: Add support for DSCPMustafa Ismail6-6/+40
2022-02-08RDMA/irdma: Refactor DCB bits in prep for DSCP supportMustafa Ismail6-19/+32
2022-02-08RDMA/rxe: Check the last packet by RXE_END_MASKXiao Yang1-4/+6
2022-02-03ice: add support for DSCP QoS for IDCDave Ertman1-0/+5
2022-02-01RDMA/mlx4: remove redundant assignment to variable nreqColin Ian King1-1/+0
2022-01-28RDMA/rxe: Remove qp->grp_lock and qp->grp_listBob Pearson3-16/+0
2022-01-28RDMA/rxe: Remove rxe_drop_all_macst_groupsBob Pearson3-29/+0
2022-01-28RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson5-8/+23
2022-01-28RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson4-23/+23
2022-01-28RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.cBob Pearson3-41/+33
2022-01-28RDMA/rxe: Move rxe_mcast_add/delete to rxe_mcast.cBob Pearson3-20/+18
2022-01-28RDMA/opa: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-28RDMA/iser: Delete useless module.h includeLeon Romanovsky2-2/+0
2022-01-28RDMA/ipoib: Delete useless module.h includeLeon Romanovsky2-2/+0
2022-01-28RDMA/rxe: Delete useless module.h includeLeon Romanovsky2-2/+0
2022-01-28RDMA/usnic: Delete useless module.h includeLeon Romanovsky6-6/+0
2022-01-28RDMA/qib: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-28RDMA/mthca: Delete useless module.h includeLeon Romanovsky1-2/+0
2022-01-28RDMA/mlx4: Delete useless module.h includeLeon Romanovsky1-1/+0
2022-01-28RDMA/hfi1: Delete useless module.h includeLeon Romanovsky5-5/+0
2022-01-28RDMA/core: Delete useless module.h includeLeon Romanovsky6-6/+0
2022-01-28RDMA/mlx5: Delete useless module.h includeLeon Romanovsky4-4/+0
2022-01-28RDMA/mlx5: Delete get_num_static_uars functionLeon Romanovsky2-7/+2
2022-01-28RDMA/core: Set MR type in ib_reg_user_mrMaor Gottlieb1-0/+1
2022-01-28RDMA/rtrs-clt: Do stop and failover outside reconnect work.Jack Wang2-18/+23