aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-30RDMA/core: Prefix _ib to IB/RoCE specific functionsParav Pandit1-18/+19
2018-07-30RDMA/core: Simplify gid type check in cma_acquire_dev()Parav Pandit1-9/+3
2018-07-30RDMA/core: Avoid holding lock while initializing fields on stackParav Pandit1-22/+14
2018-07-30RDMA/core: Return bool instead of intParav Pandit1-10/+13
2018-07-30RDMA/cma: Get rid of 1 bit booleanParav Pandit1-2/+2
2018-07-30RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit1-24/+31
2018-07-30RDMA/core: Constify dst_addr argumentParav Pandit1-7/+7
2018-07-30RDMA/cma: Simplify rdma_resolve_addr() error flowParav Pandit1-10/+4
2018-07-30RDMA/cma: Initialize resource type in __rdma_create_id()Parav Pandit1-1/+1
2018-07-26RDMA/cma: Do not ignore net namespace for unbound cm_idParav Pandit1-3/+10
2018-07-26RDMA/cma: Consider netdevice for RoCE portsParav Pandit1-3/+2
2018-07-26IB/core: Introduce and use sgid_attr in CM requestsParav Pandit1-6/+22
2018-07-25IB/core: Remove extra parenthesesVarsha Rao1-1/+1
2018-07-13IB/cm: Remove cma_multicast->igmp_joinedJason Gunthorpe1-30/+23
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit1-3/+2
2018-06-25IB/cm: Pass the sgid_attr through various eventsParav Pandit1-0/+3
2018-06-25IB/cm: Keep track of the sgid_attr that created the cm idParav Pandit1-26/+41
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit1-0/+2
2018-06-25IB: Make ib_init_ah_from_mcmember set sgid_attrParav Pandit1-0/+2
2018-06-22RDMA/cma: Consider net namespace while leaving multicast groupParav Pandit1-33/+24
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit1-3/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-06-01RDMA/cma: Ignore unknown eventLeon Romanovsky1-1/+1
2018-05-22RDMA/CMA: add rdma_iw_cm_id() and rdma_res_to_id() helpersSteve Wise1-0/+28
2018-05-09Merge branch 'k.o/for-rc' into k.o/wip/dl-for-nextDoug Ledford1-17/+43
2018-05-03RDMA/cma: Do not query GID during QP state transition to RTRParav Pandit1-7/+0
2018-04-27RDMA/cma: Fix use after destroy access to net namespace for IPoIBParav Pandit1-10/+43
2018-04-17RDMA/rdma_cm: Delete rdma_addr_clientJason Gunthorpe1-5/+1
2018-04-06Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-91/+69
2018-03-28RDMA/CMA: Add rdma_port_space to UAPISteve Wise1-15/+17
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-1/+0
2018-03-23IB/cma: Resolve route only while receiving CM requestsParav Pandit1-0/+1
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+10
2018-03-15IB/cma: Use rdma_protocol_roce() and remove cma_protocol_roce_dev_port()Parav Pandit1-12/+3
2018-03-15IB/core: Honor return status of ib_init_ah_from_mcmember()Parav Pandit1-4/+8
2018-03-14Merge branch 'k.o/wip/dl-for-rc' into k.o/wip/dl-for-nextDoug Ledford1-5/+10
2018-03-14RDMA/ucma: Fix access to non-initialized CM_ID objectLeon Romanovsky1-0/+3
2018-03-14RDMA/core: Do not use invalid destination in determining port reuseTatyana Nikolova1-5/+7
2018-03-08RDMA/nldev: provide detailed CM_ID informationSteve Wise1-21/+40
2018-03-08RDMA/CM: move rdma_id_private to cma_priv.hSteve Wise1-40/+1
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern1-1/+1
2018-02-27net: Convert cma_pernet_operationsKirill Tkhai1-0/+1
2018-01-28RDMA/cma: Use existing netif_is_bond_master functionParav Pandit1-1/+1
2018-01-22RDMA/cma: Update RoCE multicast routines to use net namespaceParav Pandit1-3/+3
2018-01-22RDMA/cma: Update cma_validate_port to honor net namespaceParav Pandit1-1/+1
2018-01-22RDMA/cma: Refactor to access multiple fields of rdma_dev_addrParav Pandit1-7/+8
2018-01-22RDMA/cma: Check existence of netdevice during port validationParav Pandit1-3/+5
2018-01-19RDMA/cma: Introduce API to read GIDs for multiple transportsParav Pandit1-0/+27
2018-01-10RDMA/cma: Fix rdma_cm raw IB path setting for RoCEParav Pandit1-0/+14
2018-01-10RDMA/{cma, ucma}: Simplify and rename rdma_set_ib_pathsParav Pandit1-5/+5