summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cma: Consider scope_id while binding to ipv6 ll addressParav Pandit2019-05-311-6/+19
* RDMA/cma: Rollback source IP address if failing to acquire deviceMyungho Jung2019-03-271-1/+12
* RDMA/cma: Protect cma dev list with lockParav Pandit2018-09-061-5/+7
* RDMA/core: Prefix _ib to IB/RoCE specific functionsParav Pandit2018-07-311-18/+19
* RDMA/core: Simplify gid type check in cma_acquire_dev()Parav Pandit2018-07-311-9/+3Star
* RDMA/core: Avoid holding lock while initializing fields on stackParav Pandit2018-07-311-22/+14Star
* RDMA/core: Return bool instead of intParav Pandit2018-07-311-10/+13
* RDMA/cma: Get rid of 1 bit booleanParav Pandit2018-07-311-2/+2
* RDMA/cma: Constify path record, ib_cm_event, listen_id pointersParav Pandit2018-07-311-24/+31
* RDMA/core: Constify dst_addr argumentParav Pandit2018-07-311-7/+7
* RDMA/cma: Simplify rdma_resolve_addr() error flowParav Pandit2018-07-311-10/+4Star
* RDMA/cma: Initialize resource type in __rdma_create_id()Parav Pandit2018-07-311-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/+2Star
* 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/+23Star
* IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit2018-06-251-3/+2Star
* 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/+24Star
* 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-131-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/+0Star
| * 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-181-5/+1Star
|/
* Merge tag 'for-linus-unmerged' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-04-071-91/+69Star
|\
| * RDMA/CMA: Add rdma_port_space to UAPISteve Wise2018-03-291-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/+3Star
| * 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-151-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/+1Star
* | | net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-1/+0Star
* | | 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