aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cma.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/iwcm: Test rdma_create_id() for IS_ERR rather than 0Julia Lawall2008-04-161-1/+1
* trivial endianness annotations: infiniband coreAl Viro2008-03-301-12/+12
* RDMA/cma: Do not issue MRA if user rejects connection requestSean Hefty2008-02-141-1/+9
* [NETNS]: Add namespace parameter to ip_dev_find.Denis V. Lunev2008-01-281-1/+1
* [IPV4] drivers/infiniband: Use ipv4_is_<type>Joe Perches2008-01-281-2/+3
* RDMA/cma: Override default responder_resources with user valueSean Hefty2008-01-251-23/+19
* IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid2008-01-251-3/+1
* RDMA/cma: Reenable device removal on passive sideVladimir Sokolovsky2008-01-251-1/+3
* RDMA/iwcm: Set initiator depth and responder resources to device max valuesSteve Wise2008-01-251-0/+10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-231-77/+83
|\
| * RDMA/cma: Fix deadlock destroying listen requestsSean Hefty2007-10-161-47/+23
| * RDMA/cma: Add locking around QP accessesSean Hefty2007-10-161-30/+60
* | [INET]: Justification for local port range robustness.Anton Arapov2007-10-181-2/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-111-10/+36
|\
| * RDMA/cma: Queue IB CM MRAs to avoid unnecessary remote retriesSean Hefty2007-10-091-0/+2
| * RDMA/cma: Add ability to specify type of serviceSean Hefty2007-10-091-10/+34
* | [INET]: local port range robustnessStephen Hemminger2007-10-101-10/+12
|/
* RDMA/cma: Remove local write permission from QP access flagsDotan Barak2007-07-171-1/+1
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-101-1/+0
* RDMA/cma: Fix initialization of next_portSean Hefty2007-06-071-2/+2
* RDMA/cma: Add check to validate that cm_id is bound to a deviceSean Hefty2007-05-141-4/+8
* RDMA/cma: Fix synchronization with device removal in cma_iw_handlerSean Hefty2007-05-141-2/+3
* RDMA/cma: Simplify device removal handling codeSean Hefty2007-05-141-41/+48
* RDMA/cma: Initialize rdma_bind_list in cma_alloc_any_port()Sean Hefty2007-03-061-1/+1
* RDMA/cma: Remove unused node_guid from cma_device structureSean Hefty2007-02-221-2/+0
* RDMA/cma: Request reversible paths onlySean Hefty2007-02-221-1/+3
* RDMA/cma: Add multicast communication supportSean Hefty2007-02-161-44/+315
* IB: Remove redundant "_wq" from workqueue namesSean Hefty2007-02-101-1/+1
* RDMA/cma: Increment port number after close to avoid re-useSean Hefty2007-02-101-10/+56
* RDMA/iwcm: iWARP connection timeouts shouldn't be reported as rejectsSteve Wise2007-01-071-3/+14
* RDMA/cma: Add support for RDMA_PS_UDPSean Hefty2006-12-121-16/+204
* RDMA/cma: Allow early transition to RTS to handle lost CM messagesSean Hefty2006-12-121-24/+44
* RDMA/cma: Report connect info with connect eventsSean Hefty2006-12-121-57/+85
* RDMA/cma: Remove unneeded qp_type parameter from rdma_cmSean Hefty2006-12-121-5/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-28/+21
|\
| * RDMA/cm: Remove setting local write as part of QP access flagsDotan Barak2006-11-291-1/+1
| * RDMA/cma: Rewrite cma_req_handler() to encapsulate common codeKrishna Kumar2006-11-291-14/+13
| * RDMA/cma: Remove redundant check in cma_add_oneKrishna Kumar2006-11-291-5/+0
| * RDMA/cma: Optimize cma_bind_loopback() to check for empty listKrishna Kumar2006-11-291-8/+7
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-5/+5
|/
* RDMA/addr: Use client registration to fix module unload raceSean Hefty2006-11-021-2/+6
* RDMA/cma: rdma_bind_addr() leaks a cma_dev reference countKrishna Kumar2006-10-301-8/+15
* RDMA/cma: Optimize error handlingKrishna Kumar2006-10-021-10/+14
* RDMA/cma: Eliminate unnecessary remove_listKrishna Kumar2006-10-021-5/+1
* RDMA/cma: Set status correctly on route resolution errorSean Hefty2006-10-021-0/+1
* RDMA/cma: Fix device removal raceKrishna Kumar2006-10-021-0/+1
* RDMA/cma: Fix leak of cm_ids in case of failuresKrishna Kumar2006-10-021-4/+11
* IB/sa: Require SA registrationMichael S. Tsirkin2006-09-221-1/+6
* RDMA/cma: Protect against adding device during destructionSean Hefty2006-09-221-8/+26
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-41/+315