summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-06-241-157/+130Star
|\
| * Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-021-0/+2
| |\
| | * RDMA/iw_cm: Export tos field to iwarp providersSteve Wise2015-06-021-0/+2
| | |
| | \
| *-. \ Merge branches 'bart-srp', 'generic-errors', 'ira-cleanups' and 'mwang-v8' in...Doug Ledford2015-05-201-157/+128Star
| |\ \ \ | | |_|/ | |/| |
| | | * IB/core: Change rdma_protocol_iboe to roceIra Weiny2015-05-201-6/+6
| | | * IB/Verbs: Use management helper rdma_cap_eth_ah()Michael Wang2015-05-181-1/+1
| | | * IB/Verbs: Use management helper rdma_cap_af_ib()Michael Wang2015-05-181-1/+1
| | | * IB/Verbs: Use management helper rdma_cap_ib_mcast()Michael Wang2015-05-181-3/+3
| | | * IB/Verbs: Use management helper rdma_cap_ib_sa()Michael Wang2015-05-181-2/+2
| | | * IB/Verbs: Use management helper rdma_cap_iw_cm()Michael Wang2015-05-181-7/+7
| | | * IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang2015-05-181-10/+9Star
| | | * IB/Verbs: Reform rest part in IB-core cmaMichael Wang2015-05-181-11/+9Star
| | | * IB/Verbs: Reform cma_acquire_dev()Michael Wang2015-05-181-28/+40
| | | * IB/Verbs: Reform mcast related part in IB-core cmaMichael Wang2015-05-181-38/+18Star
| | | * IB/Verbs: Reform route related part in IB-core cmaMichael Wang2015-05-181-23/+8Star
| | | * IB/Verbs: Reform cm related part in IB-core cma/ucmMichael Wang2015-05-181-56/+25Star
| | |/ | |/|
| | * IB/core, cma: Nice log-friendly string helpersSagi Grimberg2015-05-181-0/+28
| |/
* / IB/cma: Fix broken AF_IB UD supportMatthew Finlay2015-05-201-11/+21
|/
* RDMA/CMA: Canonize IPv4 on IPV6 sockets properlyJason Gunthorpe2015-05-051-10/+17
* RDMA/core: Add support for iWARP Port Mapper user space serviceTatyana Nikolova2014-06-101-1/+2
* IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua2014-04-011-26/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-01-251-1/+1
|\
| * net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-151-1/+1
* | Merge branch 'ip-roce' into for-nextRoland Dreier2014-01-231-13/+61
|\ \
| * | IB/cma: IBoE (RoCE) IP-based GID addressingMoni Shoua2014-01-181-10/+12
| * | IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-141-7/+53
| |/
* / RDMA/cma: Handle global/non-linklocal IPv6 addresses in cma_check_linklocal()Somnath Kotur2014-01-231-2/+5
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-11-191-35/+33Star
|\
| * RDMA/cma: Remove unused argument and minor dead codeMichal Nazarewicz2013-11-111-3/+0Star
| * IB/cma: Check for GID on listening device firstDoug Ledford2013-11-081-6/+30
| * IB/cma: Use cached gidsDoug Ledford2013-11-081-29/+6Star
* | RDMA/cma: Set IBoE SL (user-priority) by egress map when using vlansEyal Perry2013-11-081-5/+21
* | net ipv4: Convert ipv4.ip_local_port_range to be per netns v3Eric W. Biederman2013-10-011-1/+1
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-09-051-27/+17Star
|\
| * RDMA/cma: Add IPv6 support for iWARPSteve Wise2013-08-121-27/+17Star
* | Merge tag 'PTR_RET-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-09-051-1/+1
|\ \ | |/ |/|
| * PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell2013-07-151-1/+1
* | RDMA/cma: Only call cma_save_ib_info() for CM REQsSean Hefty2013-07-311-1/+2
* | RDMA/cma: Fix accessing invalid private data for UDSean Hefty2013-07-311-8/+11
* | RDMA/cma: Fix gcc warningPaul Bolle2013-07-311-4/+3Star
|/
* RDMA/cma: Export AF_IB statisticsSean Hefty2013-06-211-27/+10Star
* RDMA/ucma: Allow user space to specify AF_IB when joining multicastSean Hefty2013-06-211-2/+7
* RDMA/cma: Export cma_get_service_id()Sean Hefty2013-06-211-6/+7
* RDMA/cma: Only listen on IB devices when using AF_IBSean Hefty2013-06-211-0/+4
* RDMA/cma: Set qkey for AF_IBSean Hefty2013-06-211-14/+21
* RDMA/cma: Expose private data when using AF_IBSean Hefty2013-06-211-22/+34
* RDMA/cma: Merge cma_get/save_net_infoSean Hefty2013-06-211-55/+69
* RDMA/cma: Remove unused SDP related codeSean Hefty2013-06-201-145/+31Star
* RDMA/cma: Add support for AF_IB to cma_get_service_id()Sean Hefty2013-06-201-0/+3
* RDMA/cma: Add support for AF_IB to rdma_resolve_route()Sean Hefty2013-06-201-2/+11