summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2022-03-15RDMA/hns: Use the reserved loopback QPs to free MR before destroying MPTYixing Liu
2022-03-15RDMA/irdma: Add support for address handle re-useMustafa Ismail
2022-03-14RDMA/qib: Fix typos in commentsJulia Lawall
2022-03-14RDMA/mlx5: Fix memory leak in error flow for subscribe event routineYongzhi Liu
2022-03-14Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"Leon Romanovsky
2022-03-14RDMA/rxe: Remove useless argument for update_state()Chengguang Xu
2022-03-14RDMA/rxe: Change variable and function argument to proper typeChengguang Xu
2022-03-14RDMA/irdma: Prevent some integer underflowsDan Carpenter
2022-03-04RDMA/hns: Refactor the alloc_cqc()Wenpeng Liang
2022-03-04RDMA/hns: Refactor the alloc_srqc()Chengchang Tang
2022-03-04RDMA/hns: Clean up the return value check of hns_roce_alloc_cmd_mailbox()Wenpeng Liang
2022-03-04RDMA/hns: Remove similar code that configures the hardware contextsChengchang Tang
2022-03-04RDMA/hns: Refactor mailbox functionsChengchang Tang
2022-03-04RDMA/hns: Fix the wrong type of parameter "op" of the mailboxWenpeng Liang
2022-03-04RDMA/hns: Remove redundant parameter "mailbox" in the mailboxWenpeng Liang
2022-03-04RDMA/hns: Remove fixed parameter “timeout” in the mailboxChengchang Tang
2022-03-04RDMA/hns: Remove the unused parameter "op_modifier" in mailboxChengchang Tang
2022-03-04RDMA/core: Fix ib_qp_usecnt_dec() called when errorYajun Deng
2022-03-04IB/hfi1: Allow larger MTU without AIPMike Marciniszyn
2022-02-28RDMA/core: Remove unnecessary statementsYajun Deng
2022-02-28RDMA/irdma: Remove incorrect masking of PDMustafa Ismail
2022-02-28RDMA/irdma: Fix Passthrough mode in VMMustafa Ismail
2022-02-28RDMA/irdma: Fix netdev notifications for vlan'sMustafa Ismail
2022-02-28RDMA/irdma: Make irdma_create_mg_ctx return a voidZhu Yanjun
2022-02-23RDMA/irdma: Move union irdma_sockaddr to header fileZhu Yanjun
2022-02-23RDMA/irdma: Remove the unnecessary variable saddrZhu Yanjun
2022-02-23RDMA/irdma: Use net_type to check network typeZhu Yanjun
2022-02-23RDMA/rxe: Cleanup rxe_mcast.cBob Pearson
2022-02-23RDMA/rxe: Collect cleanup mca code in a subroutineBob Pearson
2022-02-23RDMA/rxe: Collect mca init code in a subroutineBob Pearson
2022-02-23RDMA/rxe: Warn if mcast memory is not freedBob Pearson
2022-02-23RDMA/irdma: Remove excess error variablesShiraz Saleem
2022-02-23RDMA/irdma: Propagate error codesShiraz Saleem
2022-02-23RDMA/irdma: Remove enum irdma_status_codeShiraz Saleem
2022-02-23RDMA/ib_srp: Add more documentationBart Van Assche
2022-02-23RDMA/mlx5: Reorder calls to pcie_relaxed_ordering_enabled()Aharon Landau
2022-02-23RDMA/mlx5: Store ndescs instead of the translation table sizeAharon Landau
2022-02-23RDMA/mlx5: Merge similar flows of allocating MR from the cacheAharon Landau
2022-02-23RDMA/mlx5: Fix the flow of a miss in the allocation of a cache ODP MRAharon Landau
2022-02-23RDMA/mlx5: Remove redundant work in struct mlx5_cache_entAharon Landau
2022-02-17IB/cma: Allow XRC INI QPs to set their local ACK timeoutHåkon Bugge
2022-02-16RDMA/rxe: Remove mcg from rxe poolsBob Pearson
2022-02-16RDMA/rxe: Remove key'ed object supportBob Pearson
2022-02-16RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson
2022-02-16RDMA/rxe: Replace int num_qp by atomic_t qp_numBob Pearson
2022-02-16RDMA/rxe: Replace grp by mcg, mce by mcaBob Pearson
2022-02-16RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson
2022-02-16RDMA/rxe: Move mcg_lock to rxeBob Pearson
2022-02-16RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson
2022-02-11RDMA/hfi: Replace cpumask_weight with cpumask_empty where appropriateYury Norov