aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cma.c
AgeCommit message (Expand)Author
2020-10-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-10-01RDMA/core: Modify enum ib_gid_type and enum rdma_network_typeAvihai Horon
2020-09-28net: core: introduce struct netdev_nested_priv for nested interface infrastru...Taehee Yoo
2020-09-22RDMA/restrack: Improve readability in task name managementLeon Romanovsky
2020-09-22RDMA/restrack: Simplify restrack tracking in kernel flowsLeon Romanovsky
2020-09-22RDMA/restrack: Count references to the verbs objectsLeon Romanovsky
2020-09-22RDMA/cma: Delete from restrack DB after successful destroyLeon Romanovsky
2020-09-17RDMA/cma: Fix use after free race in roce multicast joinJason Gunthorpe
2020-09-17RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe
2020-09-17RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe
2020-09-17RDMA/cma: Combine cma_ndev_work with cma_workJason Gunthorpe
2020-09-17RDMA/cma: Remove cma_comp()Jason Gunthorpe
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_LISTEN stateJason Gunthorpe
2020-09-17RDMA/cma: Make the locking for automatic state transition more clearJason Gunthorpe
2020-09-17RDMA/cma: Fix locking for the RDMA_CM_CONNECT stateJason Gunthorpe
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe
2020-08-27RDMA/cma: Add missing locking to rdma_accept()Jason Gunthorpe
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-07-29RDMA/cma: Execute rdma_cm destruction from a handler properlyJason Gunthorpe
2020-07-29RDMA/cma: Remove unneeded locking for req pathsJason Gunthorpe
2020-07-29RDMA/cma: Using the standard locking pattern when delivering the removal eventJason Gunthorpe
2020-07-29RDMA/cma: Simplify DEVICE_REMOVAL for internal_idJason Gunthorpe
2020-06-18RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang
2020-06-02RDMA/core: Move and rename trace_cm_id_create()Chuck Lever
2020-05-27RDMA/cma: Provide ECE reject reasonLeon Romanovsky
2020-05-27RDMA/cma: Connect ECE to rdma_acceptLeon Romanovsky
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky
2020-05-27RDMA/ucma: Extend ucma_connect to receive ECE parametersLeon Romanovsky
2020-05-06RDMA/cma: Initialize the flow label of CM's route path recordMark Zhang
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
2020-04-14RDMA/cma: Limit the scope of rdma_is_consumer_reject functionLeon Romanovsky
2020-03-26RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon
2020-03-10RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe
2020-02-19Revert "RDMA/cma: Simplify rdma_resolve_addr() error flow"Parav Pandit
2020-02-11RDMA/cma: Use refcount API to reflect refcountParav Pandit
2020-02-11RDMA/cma: Rename cma_device ref/deref helpers to to get/putParav Pandit
2020-02-11RDMA/cma: Use refcount API to reflect refcountParav Pandit
2020-02-11RDMA/cma: Rename cma_device ref/deref helpers to to get/putParav Pandit
2020-02-11RDMA/cma: Use RDMA device port iteratorParav Pandit
2020-02-11RDMA/cma: Use a helper function to enqueue resolve work itemsParav Pandit
2020-01-28RDMA/cma: Fix unbalanced cm_id reference count during address resolveParav Pandit
2020-01-07RDMA/cma: Add trace points in RDMA Connection ManagerChuck Lever
2019-12-09RDMA/cma: add missed unregister_pernet_subsys in init failureChuhong Yuan
2019-11-17RDMA/cma: Use ACK timeout for RoCE packetLifeTimeDag Moxnes
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe
2019-10-28RDMA/cm: Update copyright together with SPDX tagLeon Romanovsky
2019-10-22IB/cma: Honor traffic class from lower netdevice for RoCEParav Pandit
2019-10-01RDMA/iwcm: Fix a lock inversion issueBart Van Assche