aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cma.c
AgeCommit message (Expand)Author
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
2018-03-14RDMA/core: Do not use invalid destination in determining port reuseTatyana Nikolova
2018-03-08RDMA/nldev: provide detailed CM_ID informationSteve Wise
2018-03-08RDMA/CM: move rdma_id_private to cma_priv.hSteve Wise
2018-03-04net/ipv6: Pass skb to route lookupDavid Ahern
2018-02-27net: Convert cma_pernet_operationsKirill Tkhai
2018-01-28RDMA/cma: Use existing netif_is_bond_master functionParav Pandit
2018-01-22RDMA/cma: Update RoCE multicast routines to use net namespaceParav Pandit
2018-01-22RDMA/cma: Update cma_validate_port to honor net namespaceParav Pandit
2018-01-22RDMA/cma: Refactor to access multiple fields of rdma_dev_addrParav Pandit
2018-01-22RDMA/cma: Check existence of netdevice during port validationParav Pandit
2018-01-19RDMA/cma: Introduce API to read GIDs for multiple transportsParav Pandit
2018-01-10RDMA/cma: Fix rdma_cm raw IB path setting for RoCEParav Pandit