aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-24IB/cma: Add debug messages to error flowsMoni Shoua1-0/+2
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+71
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford1-1/+71
2016-12-14IB/core: Issue DREQ when receiving REQ/REP for stale QPHans Westgaard Ry1-1/+23
2016-12-14rdma_cm: add rdma_reject_msg() helper functionSteve Wise1-0/+48
2016-11-16IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch1-16/+110
2016-06-06IB/cm: Fix a recently introduced locking bugBart Van Assche1-2/+2
2016-01-19IB/core: Use hop-limit from IP stack for RoCEMatan Barak1-0/+1
2016-01-19IB/cm: Fix a recently introduced deadlockBart Van Assche1-2/+2
2016-01-19IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig1-0/+1
2015-12-23IB/core: Validate route when we init ahMatan Barak1-2/+8
2015-12-23IB/cm: Use the source GID index typeMatan Barak1-5/+20
2015-12-23IB/core: Add gid_type to gid attributeMatan Barak1-1/+1
2015-12-22IB/core: Avoid calling ib_query_deviceOr Gerlitz1-11/+1
2015-10-21IB/cm: Remove the usage of smac and vid of qp_attr and cm_avMatan Barak1-30/+0
2015-10-21IB/cm: cm_init_av_by_path should find a GID by its netdeviceMatan Barak1-2/+5
2015-10-21IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak1-2/+3
2015-10-21IB/cm: Fix rb-tree duplicate free and use-after-freeDoron Tsur1-1/+9
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