summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2021-06-16RDMA/rxe: Add ib_alloc_mw and ib_dealloc_mw verbsBob Pearson
2021-06-16RDMA/rxe: Enable MW object poolBob Pearson
2021-06-16RDMA/rxe: Return errors for add index and keyBob Pearson
2021-06-16RDMA/rxe: Fix qp reference counting for atomic opsBob Pearson
2021-06-16RDMA/hns: Support getting max QP number from firmwareXi Wang
2021-06-16RDMA/mlx5: Don't add slave port to unaffiliated listLeon Romanovsky
2021-06-10RDMA/irdma: Store PBL info address a pointer typeShiraz Saleem
2021-06-10IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe
2021-06-08RDMA/irdma: Use list_last_entry/list_first_entryShiraz Saleem
2021-06-08RDMA/irdma: Use list_move instead of list_del/list_addBaokun Li
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of ib_uverbs_deviceWeihang Li
2021-06-08RDMA/ipoib: Use refcount_t instead of atomic_t for reference countingWeihang Li
2021-06-08RDMA/cxgb4: Use refcount_t instead of atomic_t for reference countingWeihang Li
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for QP reference countingWeihang Li
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for SRQ reference countingWeihang Li
2021-06-08RDMA/hns: Use refcount_t instead of atomic_t for CQ reference countingWeihang Li
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_portWeihang Li
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of mcast_memberWeihang Li
2021-06-08RDMA/core: Remove refcount from struct ib_mad_snoop_privateJason Gunthorpe
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of iwpm_admin_dataWeihang Li
2021-06-08RDMA/core: Use refcount_t instead of atomic_t on refcount of iwcm_id_privateWeihang Li
2021-06-07RDMA/irdma: Fix return error sign from irdma_modify_qpKamal Heib
2021-06-07RDMA/irdma: Fix spelling mistake "Allocal" -> "Allocate"Colin Ian King
2021-06-07RDMA/irdma: remove redundant initialization of variable valColin Ian King
2021-06-07RDMA/irdma: remove extraneous indentation on a statementColin Ian King
2021-06-07RDMA/irdma: Fix issues with u8 left shift operationColin Ian King
2021-06-04RDMA/cxgb4: Fix missing error code in create_qp()Jiapeng Chong
2021-06-03RDMA/bnxt_re: Enable global atomic ops if platform supportsDevesh Sharma
2021-06-03RDMA/rxe: Fix failure during driver loadKamal Heib
2021-06-03RDMA/rxe: Protext kernel index from user spaceBob Pearson
2021-06-03RDMA/rxe: Protect user space index loads/storesBob Pearson
2021-06-03RDMA/rxe: Add a type flag to rxe_queue structsBob Pearson
2021-06-02Merge branch 'irdma' into rdma.git for-nextJason Gunthorpe
2021-06-02RDMA/irdma: Add irdma Kconfig/Makefile and remove i40iwShiraz Saleem
2021-06-02RDMA/irdma: Add dynamic tracing for CMMichael J. Ruhl
2021-06-02RDMA/irdma: Add miscellaneous utility definitionsMustafa Ismail
2021-06-02RDMA/irdma: Add user/kernel shared librariesMustafa Ismail
2021-06-02RDMA/irdma: Add RoCEv2 UD OP supportMustafa Ismail
2021-06-02RDMA/irdma: Implement device supported verb APIsMustafa Ismail
2021-06-02RDMA/irdma: Add PBLE resource managerMustafa Ismail
2021-06-02RDMA/irdma: Add connection managerMustafa Ismail
2021-06-02RDMA/irdma: Add QoS definitionsMustafa Ismail
2021-06-02RDMA/irdma: Add privileged UDA queue implementationMustafa Ismail
2021-06-02RDMA/irdma: Add HMC backing store setup functionsMustafa Ismail
2021-06-02RDMA/irdma: Implement HW Admin Queue OPsMustafa Ismail
2021-06-02RDMA/irdma: Implement device initialization definitionsMustafa Ismail
2021-06-02RDMA/irdma: Register auxiliary driver and implement private channel OPsMustafa Ismail
2021-06-02IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lockMark Zhang
2021-06-02IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_pathMark Zhang
2021-06-02IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang