summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/sw/rxe/rxe_mcast.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* RDMA/rxe: Fix an error handling path in rxe_get_mcg()Christophe JAILLET2022-05-241-2/+4
* RDMA/rxe: Change mcg_lock to a _bh lockBob Pearson2022-05-051-21/+15
* RDMA/rxe: Do not call dev_mc_add/del() under a spinlockBob Pearson2022-05-051-28/+23
* RDMA/rxe: Use standard names for ref countingBob Pearson2022-03-161-2/+2
* 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-241-15/+43
* RDMA/rxe: Remove mcg from rxe poolsBob Pearson2022-02-161-15/+24
* RDMA/rxe: Replace pool key by rxe->mcg_treeBob Pearson2022-02-161-59/+203
* RDMA/rxe: Replace int num_qp by atomic_t qp_numBob Pearson2022-02-161-5/+4
* RDMA/rxe: Replace grp by mcg, mce by mcaBob Pearson2022-02-161-55/+55
* RDMA/rxe: Use kzmalloc/kfree for mcaBob Pearson2022-02-161-74/+120
* RDMA/rxe: Move mcg_lock to rxeBob Pearson2022-02-161-10/+9
* RDMA/rxe: Revert changes from irqsave to bh locksBob Pearson2022-02-161-8/+11
* RDMA/rxe: Remove qp->grp_lock and qp->grp_listBob Pearson2022-01-281-8/+0
* RDMA/rxe: Remove rxe_drop_all_macst_groupsBob Pearson2022-01-281-26/+0
* RDMA/rxe: Enforce IBA o10-2.2.3Bob Pearson2022-01-281-0/+2
* RDMA/rxe: Rename rxe_mc_grp and rxe_mc_elemBob Pearson2022-01-281-13/+13
* RDMA/rxe: Move rxe_mcast_attach/detach to rxe_mcast.cBob Pearson2022-01-281-5/+31
* RDMA/rxe: Move rxe_mcast_add/delete to rxe_mcast.cBob Pearson2022-01-281-0/+18
* RDMA/rxe: Cleanup rxe_pool_entryBob Pearson2021-11-191-2/+2
* RDMA/rxe: Replace irqsave locks with bh locksBob Pearson2021-11-191-4/+3
* RDMA/rxe: Fix memory allocation while in a spin lockBob Pearson2021-08-201-1/+1
* RDMA/rxe: Fix misleading comments and namesBob Pearson2021-01-281-4/+4
* RDMA/rxe: Fix race in rxe_mcast.cBob Pearson2021-01-121-24/+40
* RDMA/rxe: Add SPDX hdrs to rxe source filesBob Pearson2020-08-311-28/+1
* IB/rxe: Remove a pointless indirection layerBart Van Assche2017-01-101-2/+2
* IB/rxe: Let the compiler check the type of the cleanup functionsBart Van Assche2017-01-101-2/+2
* Soft RoCE driverMoni Shoua2016-08-041-0/+190