summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-05RDMA: Check for NULL mode in .devnode methodsGoldwyn Rodrigues1-1/+2
2011-05-23IB: Add devnode methods to cm_class and umad_classRoland Dreier1-0/+8
2011-03-15IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH stateSean Hefty1-1/+18
2011-03-15IB/cm: Bump reference count on cm_id before invoking callbackSean Hefty1-0/+1
2010-07-29IB/cm: Check LAP state before sending an MRASean Hefty1-4/+6
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+1
2010-04-01IB/cm: Fix device_create() return value checkJani Nikula1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2009-01-18IB: Remove __constant_{endian} usesHarvey Harrison1-8/+7
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar1-1/+1
2008-10-16device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman1-3/+3
2008-09-30IB/cm: Correctly free cm_device structureHefty, Sean1-0/+2
2008-07-22infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman1-20/+9
2008-07-22infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman1-23/+24
2008-07-15RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-17IB/cm: Endianness annotationsRoland Dreier1-19/+44
2008-03-31trivial endianness annotations: infiniband coreAl Viro1-1/+1
2008-03-01IB/cm: Flush workqueue when removing deviceSean Hefty1-1/+2
2008-02-13IB/cm: Fix infiniband_cm class kobject ref countingRoland Dreier1-14/+8
2008-02-13IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier1-4/+0
2008-02-05IB/cm: Add interim support for routed pathsSean Hefty1-23/+66
2008-01-26IB/cm: Add basic performance countersSean Hefty1-18/+288
2007-10-10IB/cm: Modify interface to send MRAs in response to duplicate messagesSean Hefty1-28/+23
2007-07-18IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier1-1/+1
2007-07-11IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty1-2/+1
2007-07-11IB/cm: Fix handling of duplicate SIDR REQsSean Hefty1-1/+1
2007-07-11IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty1-14/+57
2007-07-11IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty1-96/+75
2007-05-30IB/cm: Fix stale connection detectionSean Hefty1-11/+14
2007-05-22IB/cm: Improve local id allocationMichael S. Tsirkin1-1/+3
2007-05-03PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-23IB/cm: Remove ca_guid from cm_device structureSean Hefty1-6/+4
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/torval...David Howells1-31/+90
2006-11-30IB/cm: Fix automatic path migration supportSean Hefty1-27/+88
2006-11-30RDMA/cm: Remove setting local write as part of QP access flagsDotan Barak1-2/+1
2006-11-30IB: 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-23IB/cm: Do not track remote QPN in timewait stateMichael S. Tsirkin1-0/+2
2006-09-23RDMA: iWARP Core Changes.Tom Tucker1-0/+3
2006-09-23IB: Whitespace fixesRoland Dreier1-1/+1
2006-09-23IB/cm: Randomize starting comm IDSean Hefty1-8/+16
2006-09-23IB/cm: Use correct reject code for invalid GIDSean Hefty1-11/+21
2006-09-23IB/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-15[PATCH] IB/cm: drop REQ when out of memoryMichael S. Tsirkin1-3/+18
2006-07-01IB/core: Set alternate port number when initializing QP attributesSean Hefty1-0/+1