aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA: Check for NULL mode in .devnode methodsGoldwyn Rodrigues2011-07-041-1/+2
* IB: Add devnode methods to cm_class and umad_classRoland Dreier2011-05-231-0/+8
* IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH stateSean Hefty2011-03-151-1/+18
* IB/cm: Bump reference count on cm_id before invoking callbackSean Hefty2011-03-151-0/+1
* IB/cm: Check LAP state before sending an MRASean Hefty2010-07-281-4/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-04-091-1/+1
|\
| * IB/cm: Fix device_create() return value checkJani Nikula2010-03-311-1/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* IB: Remove __constant_{endian} usesHarvey Harrison2009-01-171-8/+7
* x86: sysfs: kill owner field from attributeParag Warudkar2008-10-201-1/+1
* device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman2008-10-161-3/+3
* IB/cm: Correctly free cm_device structureHefty, Sean2008-09-301-0/+2
* infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman2008-07-211-20/+9
* infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman2008-07-211-23/+24
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-141-2/+0
* IB/cm: Endianness annotationsRoland Dreier2008-04-161-19/+44
* trivial endianness annotations: infiniband coreAl Viro2008-03-301-1/+1
* IB/cm: Flush workqueue when removing deviceSean Hefty2008-02-291-1/+2
* IB/cm: Fix infiniband_cm class kobject ref countingRoland Dreier2008-02-121-14/+8
* IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier2008-02-121-4/+0
* IB/cm: Add interim support for routed pathsSean Hefty2008-02-041-23/+66
* IB/cm: Add basic performance countersSean Hefty2008-01-251-18/+288
* 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