aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-28IB/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/roland/infinibandLinus Torvalds1-1/+1
2010-03-31IB/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 implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy1-1/+1
2009-01-17IB: 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-21infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman1-20/+9
2008-07-21infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman1-23/+24
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-16IB/cm: Endianness annotationsRoland Dreier1-19/+44
2008-03-30trivial endianness annotations: infiniband coreAl Viro1-1/+1
2008-02-29IB/cm: Flush workqueue when removing deviceSean Hefty1-1/+2
2008-02-12IB/cm: Fix infiniband_cm class kobject ref countingRoland Dreier1-14/+8
2008-02-12IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier1-4/+0
2008-02-04IB/cm: Add interim support for routed pathsSean Hefty1-23/+66
2008-01-25IB/cm: Add basic performance countersSean Hefty1-18/+288
2007-10-09IB/cm: Modify interface to send MRAs in response to duplicate messagesSean Hefty1-28/+23
2007-07-17IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier1-1/+1
2007-07-10IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty1-2/+1
2007-07-10IB/cm: Fix handling of duplicate SIDR REQsSean Hefty1-1/+1
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty1-14/+57
2007-07-10IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty1-96/+75
2007-05-29IB/cm: Fix stale connection detectionSean Hefty1-11/+14
2007-05-21IB/cm: Improve local id allocationMichael S. Tsirkin1-1/+3
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2007-02-22IB/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/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