aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-12RDMA/cma: Allow early transition to RTS to handle lost CM messagesSean Hefty1-0/+4
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-31/+90
2006-11-29IB/cm: Fix automatic path migration supportSean Hefty1-27/+88
2006-11-29RDMA/cm: Remove setting local write as part of QP access flagsDotan Barak1-2/+1
2006-11-29IB: kmemdup() cleanupEric Sesterhenn1-2/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells1-10/+9
2006-10-10IB/cm: Send DREP in response to unmatched DREQSean Hefty1-1/+29
2006-10-10IB/cm: Fix timewait crash after module unloadSean Hefty1-18/+36
2006-09-22IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin1-0/+2
2006-09-22RDMA: iWARP Core Changes.Tom Tucker1-0/+3
2006-09-22IB: Whitespace fixesRoland Dreier1-1/+1
2006-09-22IB/cm: Randomize starting comm IDSean Hefty1-8/+16
2006-09-22IB/cm: Use correct reject code for invalid GIDSean Hefty1-11/+21
2006-09-22IB/cm: Enable atomics along with RDMA readsSean Hefty1-1/+2
2006-08-03IB/cm: Fix error handling in ib_send_cm_reqSean Hefty1-1/+3
2006-07-14[PATCH] IB/cm: drop REQ when out of memoryMichael S. Tsirkin1-3/+18
2006-06-30IB/core: Set alternate port number when initializing QP attributesSean Hefty1-0/+1
2006-06-17IB/cm: Use address handle helpersSean Hefty1-17/+8
2006-06-17IB/ucm: Get rid of duplicate P_Key parameterSean Hefty1-1/+1
2006-06-17IB/cm: remove unneeded flush_workqueueMichael S. Tsirkin1-1/+0
2006-06-17IB/cm: Match connection requests based on private dataSean Hefty1-12/+79
2006-05-12IB: refcount race fixesSean Hefty1-5/+7
2006-03-20IB/cm: Check cm_id state before handling a REPSean Hefty1-18/+24
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven1-2/+2
2006-01-10IB: Add node_guid to struct ib_deviceSean Hefty1-24/+5
2005-11-30IB/cm: avoid reusing local IDSean Hefty1-1/+2
2005-11-30IB/cm: correct reported reject codeSean Hefty1-4/+9
2005-11-02[IB] kzalloc() conversionsRoland Dreier1-4/+2
2005-10-25[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty1-92/+45
2005-10-24[IB] CM: Fix initialization of QP attributes for UC QPs.Sean Hefty1-14/+24
2005-10-24Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/core/ucm.c)Roland Dreier1-0/+1
2005-10-24[IB] Add idr_destroy() calls on module unloadRoland Dreier1-0/+1
2005-10-17[IB] CM: bind IDs to a specific deviceSean Hefty1-13/+28
2005-09-09[PATCH] IB: fix CM use-after-freeRoland Dreier1-0/+1
2005-09-09[PATCH] IB CM: support CM redirJohn Kingman1-1/+3
2005-08-26[PATCH] IB: move include files to include/rdmaRoland Dreier1-2/+2
2005-08-26[PATCH] IB: sparse endianness cleanupSean Hefty1-59/+62
2005-07-27[PATCH] IB: Add the kernel CM implementationHal Rosenstock1-0/+3324