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