aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)Author
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2013-02-27IB/core: convert to idr_alloc()Tejun Heo
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu
2012-07-11IB/cm: Destroy idr as part of the module init error flowDotan Barak
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker
2011-10-13IB/cm: Do not automatically disconnect XRC TGT QPsSean Hefty
2011-10-13IB/cm: Update XRC support based on XRC annex errataSean Hefty
2011-10-13IB/cm: Update protocol to support XRCSean Hefty
2011-07-04RDMA: Check for NULL mode in .devnode methodsGoldwyn Rodrigues
2011-05-23IB: Add devnode methods to cm_class and umad_classRoland Dreier
2011-03-15IB/cm: Cancel pending LAP message when exiting IB_CM_ESTABLISH stateSean Hefty
2011-03-15IB/cm: Bump reference count on cm_id before invoking callbackSean Hefty
2010-07-28IB/cm: Check LAP state before sending an MRASean Hefty
2010-04-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds
2010-03-31IB/cm: Fix device_create() return value checkJani Nikula
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy
2009-01-17IB: Remove __constant_{endian} usesHarvey Harrison
2008-10-20x86: sysfs: kill owner field from attributeParag Warudkar
2008-10-16device create: infiniband: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-09-30IB/cm: Correctly free cm_device structureHefty, Sean
2008-07-21infiniband: make cm_device use a struct device and not a kobject.Greg Kroah-Hartman
2008-07-21infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman
2008-07-14RDMA: Remove subversion $Id tagsRoland Dreier
2008-04-16IB/cm: Endianness annotationsRoland Dreier
2008-03-30trivial endianness annotations: infiniband coreAl Viro
2008-02-29IB/cm: Flush workqueue when removing deviceSean Hefty
2008-02-12IB/cm: Fix infiniband_cm class kobject ref countingRoland Dreier
2008-02-12IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier
2008-02-04IB/cm: Add interim support for routed pathsSean Hefty
2008-01-25IB/cm: Add basic performance countersSean Hefty
2007-10-09IB/cm: Modify interface to send MRAs in response to duplicate messagesSean Hefty
2007-07-17IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier
2007-07-10IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty
2007-07-10IB/cm: Fix handling of duplicate SIDR REQsSean Hefty
2007-07-10IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty
2007-07-10IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty
2007-05-29IB/cm: Fix stale connection detectionSean Hefty
2007-05-21IB/cm: Improve local id allocationMichael S. Tsirkin
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare
2007-02-22IB/cm: Remove ca_guid from cm_device structureSean Hefty
2006-12-12RDMA/cma: Allow early transition to RTS to handle lost CM messagesSean Hefty
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-11-29IB/cm: Fix automatic path migration supportSean Hefty
2006-11-29RDMA/cm: Remove setting local write as part of QP access flagsDotan Barak
2006-11-29IB: kmemdup() cleanupEric Sesterhenn
2006-11-22WorkStruct: make allyesconfigDavid Howells
2006-10-10IB/cm: Send DREP in response to unmatched DREQSean Hefty