summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)Author
2020-12-29RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky
2020-03-11RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe
2016-11-26IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch
2016-07-27IB/cm: Fix a recently introduced locking bugBart Van Assche
2016-03-03IB/cm: Fix a recently introduced deadlockBart Van Assche
2015-10-21IB/cm: Remove the usage of smac and vid of qp_attr and cm_avMatan Barak
2015-10-21IB/cm: cm_init_av_by_path should find a GID by its netdeviceMatan Barak
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak
2015-10-21IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur
2015-08-30IB/cm: Remove compare_data checksHaggai Eran
2015-08-30IB/cm: Expose BTH P_Key in CM and SIDR request eventsHaggai Eran
2015-08-30IB/cm: Share listening CM IDsHaggai Eran
2015-08-30IB/cm: Expose service ID in request eventsHaggai Eran
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran
2015-07-14IB/cm: Do not queue work to a device that's going awayErez Shitrit
2015-06-23Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2015-06-12IB/mad: Support alternate Base Versions when creating MADsIra Weiny
2015-05-20ib/cm: Change reject message type when destroying cm_idTed Kim
2015-05-18IB/Verbs: Use management helper rdma_cap_ib_cm()Michael Wang
2015-05-18IB/Verbs: Reform IB-core cmMichael Wang
2015-05-05IB/core: Fix unaligned accessesDavid Ahern
2014-08-10IB/mad: add new ioctl to ABI to support new registration optionsIra Weiny
2014-04-01IB/core: Don't resolve passive side RoCE L2 address in CMA REQ handlerMoni Shoua
2014-01-19IB/cm: Fix missing unlock on error in cm_init_qp_rtr_attr()Wei Yongjun
2014-01-14IB/core: Ethernet L2 attributes in verbs/cm structuresMatan Barak
2013-11-16IB/cm: Convert to using idr_alloc_cyclic()Zhao Hongjiang
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