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