summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* RDMA/cma: Provide a function to set RoCE path record L2 parametersParav Pandit2018-01-101-35/+53
* RDMA/cma: Use the right net namespace for the rdma_cm_idParav Pandit2018-01-101-2/+3
* RDMA/cma: Mark end of CMA ID messagesLeon Romanovsky2018-01-021-0/+1
* Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe2017-12-271-1/+2
|\
| * RDMA/netlink: Fix general protection faultLeon Romanovsky2017-12-071-1/+1
| * RDMA/cma: Make sure that PSN is not over max allowedMoni Shoua2017-12-011-0/+1
* | IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit2017-12-181-3/+4
* | RDMA/{core, cma}: Simplify rdma_translate_ipParav Pandit2017-12-181-2/+2
* | RDMA/cma: Introduce and use helper functions to init workParav Pandit2017-12-181-28/+25
* | RDMA/cma: Avoid setting path record type twiceParav Pandit2017-12-181-5/+4
* | RDMA/cma: Simplify netdev checkParav Pandit2017-12-181-19/+16