summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
* IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur2015-10-211-1/+9
* IB/cm: Remove compare_data checksHaggai Eran2015-08-301-91/+18
* IB/cm: Expose BTH P_Key in CM and SIDR request eventsHaggai Eran2015-08-301-0/+20
* IB/cm: Share listening CM IDsHaggai Eran2015-08-301-6/+116
* IB/cm: Expose service ID in request eventsHaggai Eran2015-08-301-0/+3
* IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-4/+3
* IB/cm: Do not queue work to a device that's going awayErez Shitrit2015-07-141-6/+55
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2015-06-231-5/+21
|\
| * IB/mad: Support alternate Base Versions when creating MADsIra Weiny2015-06-121-2/+4
| * IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang2015-05-181-3/+3
| * IB/Verbs: Reform IB-core cmMichael Wang2015-05-181-3/+17
* | ib/cm: Change reject message type when destroying cm_idTed Kim2015-05-201-1/+1
|/
* IB/core: Fix unaligned accessesDavid Ahern2015-05-051-12/+11
* IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny2014-08-101-2/+3
* IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua2014-04-011-17/+0
* IB/cm: Fix missing unlock on error in cm_init_qp_rtr_attr()Wei Yongjun2014-01-191-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/+1
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-271-1/+1
* IB/core: convert to idr_alloc()Tejun Heo2013-02-271-11/+11
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-061-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-031-1/+1
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * infiniband: Fix up module files that need to include module.hPaul Gortmaker2011-10-311-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-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
OpenPOWER on IntegriCloud