summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
* IB/cm: Modify interface to send MRAs in response to duplicate messagesSean Hefty2007-10-091-28/+23
* IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier2007-07-171-1/+1
* IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty2007-07-101-2/+1
* IB/cm: Fix handling of duplicate SIDR REQsSean Hefty2007-07-101-1/+1
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-101-14/+57
* IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty2007-07-101-96/+75
* IB/cm: Fix stale connection detectionSean Hefty2007-05-291-11/+14
* IB/cm: Improve local id allocationMichael S. Tsirkin2007-05-211-1/+3
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* IB/cm: Remove ca_guid from cm_device structureSean Hefty2007-02-221-6/+4
* RDMA/cma: Allow early transition to RTS to handle lost CM messagesSean Hefty2006-12-121-0/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-31/+90
|\
| * IB/cm: Fix automatic path migration supportSean Hefty2006-11-291-27/+88
| * RDMA/cm: Remove setting local write as part of QP access flagsDotan Barak2006-11-291-2/+1
| * IB: kmemdup() cleanupEric Sesterhenn2006-11-291-2/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-10/+9
|/
* IB/cm: Send DREP in response to unmatched DREQSean Hefty2006-10-101-1/+29
* IB/cm: Fix timewait crash after module unloadSean Hefty2006-10-101-18/+36
* IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin2006-09-221-0/+2
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-0/+3
* IB: Whitespace fixesRoland Dreier2006-09-221-1/+1
* IB/cm: Randomize starting comm IDSean Hefty2006-09-221-8/+16
* IB/cm: Use correct reject code for invalid GIDSean Hefty2006-09-221-11/+21
* IB/cm: Enable atomics along with RDMA readsSean Hefty2006-09-221-1/+2
* IB/cm: Fix error handling in ib_send_cm_reqSean Hefty2006-08-031-1/+3
* [PATCH] IB/cm: drop REQ when out of memoryMichael S. Tsirkin2006-07-141-3/+18
* IB/core: Set alternate port number when initializing QP attributesSean Hefty2006-06-301-0/+1
* IB/cm: Use address handle helpersSean Hefty2006-06-171-17/+8
* IB/ucm: Get rid of duplicate P_Key parameterSean Hefty2006-06-171-1/+1
* IB/cm: remove unneeded flush_workqueueMichael S. Tsirkin2006-06-171-1/+0
* IB/cm: Match connection requests based on private dataSean Hefty2006-06-171-12/+79
* IB: refcount race fixesSean Hefty2006-05-121-5/+7
* IB/cm: Check cm_id state before handling a REPSean Hefty2006-03-201-18/+24
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-2/+2
* IB: Add node_guid to struct ib_deviceSean Hefty2006-01-101-24/+5
* IB/cm: avoid reusing local IDSean Hefty2005-11-301-1/+2
* IB/cm: correct reported reject codeSean Hefty2005-11-301-4/+9
* [IB] kzalloc() conversionsRoland Dreier2005-11-021-4/+2
* [IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty2005-10-251-92/+45
* [IB] CM: Fix initialization of QP attributes for UC QPs.Sean Hefty2005-10-241-14/+24
* Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...Roland Dreier2005-10-241-0/+1
|\
| * [IB] Add idr_destroy() calls on module unloadRoland Dreier2005-10-241-0/+1
* | [IB] CM: bind IDs to a specific deviceSean Hefty2005-10-171-13/+28
|/
* [PATCH] IB: fix CM use-after-freeRoland Dreier2005-09-091-0/+1
* [PATCH] IB CM: support CM redirJohn Kingman2005-09-091-1/+3
* [PATCH] IB: move include files to include/rdmaRoland Dreier2005-08-261-2/+2
* [PATCH] IB: sparse endianness cleanupSean Hefty2005-08-261-59/+62
* [PATCH] IB: Add the kernel CM implementationHal Rosenstock2005-07-271-0/+3324
OpenPOWER on IntegriCloud