summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-111-2/+3
* IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua2014-04-011-17/+0Star
* IB/cm: Fix missing unlock on error in cm_init_qp_rtr_attr()Wei Yongjun2014-01-201-1/+3
* IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak2014-01-141-0/+50
* IB/cm: Convert to using idr_alloc_cyclic()Zhao Hongjiang2013-11-161-4/+1Star
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-281-1/+1
* IB/core: convert to idr_alloc()Tejun Heo2013-02-281-11/+11
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-051-1/+1
* IB/cm: Destroy idr as part of the module init error flowDotan Barak2012-07-111-6/+10
* switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-041-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-071-0/+1
|\
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-11-011-0/+1
* | IB/cm: Do not automatically disconnect XRC TGT QPsSean Hefty2011-10-131-0/+2
* | IB/cm: Update XRC support based on XRC annex errataSean Hefty2011-10-131-7/+8
* | IB/cm: Update protocol to support XRCSean Hefty2011-10-131-15/+31
|/
* RDMA: Check for NULL mode in .devnode methodsGoldwyn Rodrigues2011-07-051-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-291-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-081-1/+1
* IB: Remove __constant_{endian} usesHarvey Harrison2009-01-181-8/+7Star
* 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-221-20/+9Star
* infiniband: rename "device" to "ib_device" in cm_deviceGreg Kroah-Hartman2008-07-221-23/+24
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* IB/cm: Endianness annotationsRoland Dreier2008-04-171-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/+8Star
* IB/cm: Remove debug printk()s that snuck upstreamRoland Dreier2008-02-121-4/+0Star
* IB/cm: Add interim support for routed pathsSean Hefty2008-02-051-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-101-28/+23Star
* IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier2007-07-181-1/+1
* IB/cm: Send no match if a SIDR REQ does not match a listenSean Hefty2007-07-111-2/+1Star
* IB/cm: Fix handling of duplicate SIDR REQsSean Hefty2007-07-111-1/+1
* IB/cm: Include HCA ACK delay in local ACK timeoutSean Hefty2007-07-111-14/+57
* IB/cm: Use spin_lock_irq() instead of spin_lock_irqsave() when possibleSean Hefty2007-07-111-96/+75Star
* IB/cm: Fix stale connection detectionSean Hefty2007-05-301-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-031-1/+0Star
* IB/cm: Remove ca_guid from cm_device structureSean Hefty2007-02-231-6/+4Star
* 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
|\