aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-16RDMA: Split the alloc_hw_stats() ops to port and device variantsJason Gunthorpe18-100/+135
2021-06-16RDMA/rxe: Disallow MR dereg and invalidate when boundBob Pearson3-11/+26
2021-06-16RDMA/rxe: Implement memory access through MWsBob Pearson4-15/+75
2021-06-16RDMA/rxe: Implement invalidate MW operationsBob Pearson7-93/+199
2021-06-16RDMA/rxe: Add support for bind MW work requestsBob Pearson6-5/+229
2021-06-16RDMA/rxe: Move local ops to subroutineBob Pearson1-40/+63
2021-06-16RDMA/rxe: Replace WR_REG_MASK by WR_LOCAL_OP_MASKBob Pearson4-6/+5
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson7-11/+74
2021-06-16RDMA/rxe: Enable MW object poolBob Pearson3-8/+13
2021-06-16RDMA/rxe: Return errors for add index and keyBob Pearson2-20/+32
2021-06-16RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson2-3/+0
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang6-27/+106
2021-06-16RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky1-2/+2
2021-06-10RDMA/irdma: Store PBL info address a pointer typeShiraz Saleem5-24/+23
2021-06-10IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe1-9/+4
2021-06-08RDMA/irdma: Use list_last_entry/list_first_entryShiraz Saleem2-3/+3
2021-06-08RDMA/irdma: Use list_move instead of list_del/list_addBaokun Li1-2/+1
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li2-7/+7
2021-06-08RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li2-6/+6
2021-06-08RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li3-8/+8
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for QP reference countingWeihang Li2-7/+7
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li2-5/+5
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for CQ reference countingWeihang Li2-5/+5
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_portWeihang Li1-4/+4
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_memberWeihang Li1-6/+6
2021-06-08RDMA/core: Remove refcount from struct ib_mad_snoop_privateJason Gunthorpe1-1/+0
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_dataWeihang Li2-5/+9
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_privateWeihang Li2-6/+5
2021-06-07RDMA/irdma: Fix return error sign from irdma_modify_qpKamal Heib1-1/+1
2021-06-07RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate"Colin Ian King1-1/+1
2021-06-07RDMA/irdma: remove redundant initialization of variable valColin Ian King1-1/+1
2021-06-07RDMA/irdma: remove extraneous indentation on a statementColin Ian King1-1/+1
2021-06-07RDMA/irdma: Fix issues with u8 left shift operationColin Ian King1-1/+1
2021-06-04RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong1-0/+1
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma6-3/+37
2021-06-03RDMA/rxe: Fix failure during driver loadKamal Heib1-3/+7
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson10-98/+305
2021-06-03RDMA/rxe: Protect user space index loads/storesBob Pearson1-51/+117
2021-06-03RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson5-13/+28
2021-06-02Merge branch 'irdma' into rdma.git for-nextJason Gunthorpe90-28900/+33523
2021-06-02RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem34-28858/+41
2021-06-02RDMA/irdma: Add dynamic tracing for CMMichael J. Ruhl3-0/+573
2021-06-02RDMA/irdma: Add miscellaneous utility definitionsMustafa Ismail4-0/+2814
2021-06-02RDMA/irdma: Add user/kernel shared librariesMustafa Ismail2-0/+2121
2021-06-02RDMA/irdma: Add RoCEv2 UD OP supportMustafa Ismail3-0/+488
2021-06-02RDMA/irdma: Implement device supported verb APIsMustafa Ismail2-0/+4752
2021-06-02RDMA/irdma: Add PBLE resource managerMustafa Ismail2-0/+657
2021-06-02RDMA/irdma: Add connection managerMustafa Ismail2-0/+4838
2021-06-02RDMA/irdma: Add QoS definitionsMustafa Ismail2-0/+447
2021-06-02RDMA/irdma: Add privileged UDA queue implementationMustafa Ismail2-0/+1939