aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c
AgeCommit message (Expand)Author
2021-07-20RDMA/cma: Fix rdma_resolve_route() memory leakGerd Rausch
2020-10-30RDMA/cma: Consolidate the destruction of a cma_multicast in one placeJason Gunthorpe
2020-10-30RDMA/cma: Remove dead code for kernel rdmacm multicastJason Gunthorpe
2020-06-30RDMA/cma: Protect bind_list and listen_list while finding matching cm idMark Zhang
2020-04-13RDMA/cm: Update num_paths in cma_resolve_iboe_route error flowAvihai Horon
2020-04-13RDMA/cma: Teach lockdep about the order of rtnl and lockJason Gunthorpe
2020-01-27RDMA/cma: Fix false error messageHÃ¥kon Bugge
2020-01-09RDMA/cma: add missed unregister_pernet_subsys in init failureChuhong Yuan
2019-11-06RDMA/iwcm: Fix a lock inversion issueBart Van Assche
2019-09-21RDMA/restrack: Release task struct which was hold by CM_ID objectLeon Romanovsky
2019-05-31RDMA/cma: Consider scope_id while binding to ipv6 ll addressParav Pandit
2019-03-27RDMA/cma: Rollback source IP address if failing to acquire deviceMyungho Jung
2018-09-06RDMA/cma: Protect cma dev list with lockParav Pandit
2018-07-30RDMA/core: Prefix _ib to IB/RoCE specific functionsParav Pandit
2018-07-30RDMA/core: Simplify gid type check in cma_acquire_dev()Parav Pandit
2018-07-30RDMA/core: Avoid holding lock while initializing fields on stackParav Pandit
2018-07-30RDMA/core: Return bool instead of intParav Pandit
2018-07-30RDMA/cma: Get rid of 1 bit booleanParav Pandit
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit
2018-07-30RDMA/cma: Simplify rdma_resolve_addr() error flowParav Pandit
2018-07-30RDMA/cma: Initialize resource type in __rdma_create_id()Parav Pandit
2018-07-26RDMA/cma: Do not ignore net namespace for unbound cm_idParav Pandit
2018-07-26RDMA/cma: Consider netdevice for RoCE portsParav Pandit
2018-07-26IB/core: Introduce and use sgid_attr in CM requestsParav Pandit
2018-07-25IB/core: Remove extra parenthesesVarsha Rao
2018-07-13IB/cm: Remove cma_multicast->igmp_joinedJason Gunthorpe
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit
2018-06-25IB/cm: Pass the sgid_attr through various eventsParav Pandit
2018-06-25IB/cm: Keep track of the sgid_attr that created the cm idParav Pandit
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit
2018-06-25IB: Make ib_init_ah_from_mcmember set sgid_attrParav Pandit
2018-06-22RDMA/cma: Consider net namespace while leaving multicast groupParav Pandit
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-01RDMA/cma: Ignore unknown eventLeon Romanovsky
2018-05-22RDMA/CMA: add rdma_iw_cm_id() and rdma_res_to_id() helpersSteve Wise
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford
2018-05-03RDMA/cma: Do not query GID during QP state transition to RTRParav Pandit
2018-04-27RDMA/cma: Fix use after destroy access to net namespace for IPoIBParav Pandit
2018-04-17RDMA/rdma_cm: Delete rdma_addr_clientJason Gunthorpe
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-03-28RDMA/CMA: Add rdma_port_space to UAPISteve Wise
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-23IB/cma: Resolve route only while receiving CM requestsParav Pandit
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-15IB/cma: Use rdma_protocol_roce() and remove cma_protocol_roce_dev_port()Parav Pandit
2018-03-15IB/core: Honor return status of ib_init_ah_from_mcmember()Parav Pandit
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford
2018-03-14RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky