aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-30IB/cm: Remove compare_data checksHaggai Eran1-91/+18
2015-08-30IB/cm: Expose BTH P_Key in CM and SIDR request eventsHaggai Eran1-0/+20
2015-08-30IB/cm: Share listening CM IDsHaggai Eran1-6/+116
2015-08-30IB/cm: Expose service ID in request eventsHaggai Eran1-0/+3
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-4/+3
2015-07-14IB/cm: Do not queue work to a device that's going awayErez Shitrit1-6/+55
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-5/+21
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny1-2/+4
2015-05-20ib/cm: Change reject message type when destroying cm_idTed Kim1-1/+1
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang1-3/+3
2015-05-18IB/Verbs: Reform IB-core cmMichael Wang1-3/+17
2015-05-05IB/core: Fix unaligned accessesDavid Ahern1-12/+11
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny1-2/+3
2014-04-01IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua1-17/+0
2014-01-19IB/cm: Fix missing unlock on error in cm_init_qp_rtr_attr()Wei Yongjun1-1/+3
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak1-0/+50
2013-11-16IB/cm: Convert to using idr_alloc_cyclic()Zhao Hongjiang1-4/+1
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo1-1/+1
2013-02-27IB/core: convert to idr_alloc()Tejun Heo1-11/+11
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu1-1/+1
2012-07-11IB/cm: Destroy idr as part of the module init error flowDotan Barak1-6/+10
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31infiniband: Fix up module files that need to include module.hPaul Gortmaker1-0/+1
2011-10-13IB/cm: Do not automatically disconnect XRC TGT QPsSean Hefty1-0/+2
2011-10-13IB/cm: Update XRC support based on XRC annex errataSean Hefty1-7/+8
2011-10-13IB/cm: Update protocol to support XRCSean Hefty1-15/+31
2011-07-04RDMA: 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-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