summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)AuthorLines
2008-04-16IB/cm: Endianness annotationsRoland Dreier-19/+44
2008-03-30trivial endianness annotations: infiniband coreAl Viro-1/+1
2008-02-29IB/cm: Flush workqueue when removing deviceSean Hefty-1/+2
2008-02-12IB/cm: Fix infiniband_cm class kobject ref countingRoland Dreier-14/+8
2008-02-12IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier-4/+0
2008-02-04IB/cm: Add interim support for routed pathsSean Hefty-23/+66
2008-01-25IB/cm: Add basic performance countersSean Hefty-18/+288
2007-10-09IB/cm: Modify interface to send MRAs in response to duplicate messagesSean Hefty-28/+23
2007-07-17IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier-1/+1
2007-07-10IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty-2/+1
2007-07-10IB/cm: Fix handling of duplicate SIDR REQsSean Hefty-1/+1
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty-14/+57
2007-07-10IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty-96/+75
2007-05-29IB/cm: Fix stale connection detectionSean Hefty-11/+14
2007-05-21IB/cm: Improve local id allocationMichael S. Tsirkin-1/+3
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare-1/+0
2007-02-22IB/cm: Remove ca_guid from cm_device structureSean Hefty-6/+4
2006-12-12RDMA/cma: Allow early transition to RTS to handle lost CM messagesSean Hefty-0/+4
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells-31/+90
2006-11-29IB/cm: Fix automatic path migration supportSean Hefty-27/+88
2006-11-29RDMA/cm: Remove setting local write as part of QP access flagsDotan Barak-2/+1
2006-11-29IB: kmemdup() cleanupEric Sesterhenn-2/+1
2006-11-22WorkStruct: make allyesconfigDavid Howells-10/+9
2006-10-10IB/cm: Send DREP in response to unmatched DREQSean Hefty-1/+29
2006-10-10IB/cm: Fix timewait crash after module unloadSean Hefty-18/+36
2006-09-22IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin-0/+2
2006-09-22RDMA: iWARP Core Changes.Tom Tucker-0/+3
2006-09-22IB: Whitespace fixesRoland Dreier-1/+1
2006-09-22IB/cm: Randomize starting comm IDSean Hefty-8/+16
2006-09-22IB/cm: Use correct reject code for invalid GIDSean Hefty-11/+21
2006-09-22IB/cm: Enable atomics along with RDMA readsSean Hefty-1/+2
2006-08-03IB/cm: Fix error handling in ib_send_cm_reqSean Hefty-1/+3
2006-07-14[PATCH] IB/cm: drop REQ when out of memoryMichael S. Tsirkin-3/+18
2006-06-30IB/core: Set alternate port number when initializing QP attributesSean Hefty-0/+1
2006-06-17IB/cm: Use address handle helpersSean Hefty-17/+8
2006-06-17IB/ucm: Get rid of duplicate P_Key parameterSean Hefty-1/+1
2006-06-17IB/cm: remove unneeded flush_workqueueMichael S. Tsirkin-1/+0
2006-06-17IB/cm: Match connection requests based on private dataSean Hefty-12/+79
2006-05-12IB: refcount race fixesSean Hefty-5/+7
2006-03-20IB/cm: Check cm_id state before handling a REPSean Hefty-18/+24
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven-2/+2
2006-01-10IB: Add node_guid to struct ib_deviceSean Hefty-24/+5
2005-11-30IB/cm: avoid reusing local IDSean Hefty-1/+2
2005-11-30IB/cm: correct reported reject codeSean Hefty-4/+9
2005-11-02[IB] kzalloc() conversionsRoland Dreier-4/+2
2005-10-25[IB] Fix MAD layer DMA mappings to avoid touching data buffer once mappedSean Hefty-92/+45
2005-10-24[IB] CM: Fix initialization of QP attributes for UC QPs.Sean Hefty-14/+24
2005-10-24Manual merge of for-linus to upstream (fix conflicts in drivers/infiniband/co...Roland Dreier-0/+1
2005-10-24[IB] Add idr_destroy() calls on module unloadRoland Dreier-0/+1
2005-10-17[IB] CM: bind IDs to a specific deviceSean Hefty-13/+28