summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
...
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-4/+6
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-3/+3
* IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB/cma: Add debug messages to error flowsMoni Shoua2017-01-241-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-1/+71
|\
| *-. Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford2016-12-141-1/+71
| |\ \
| | | * rdma_cm: add rdma_reject_msg() helper functionSteve Wise2016-12-141-0/+48
| | |/ | |/|
| | * IB/core: Issue DREQ when receiving REQ/REP for stale QPHans Westgaard Ry2016-12-141-1/+23
| |/
* / IB/cm: Mark stale CM id's whenever the mad agent was unregisteredMark Bloch2016-11-171-16/+110
|/
* IB/cm: Fix a recently introduced locking bugBart Van Assche2016-06-071-2/+2
* IB/core: Use hop-limit from IP stack for RoCEMatan Barak2016-01-191-0/+1
* IB/cm: Fix a recently introduced deadlockBart Van Assche2016-01-191-2/+2
* IB/mad: pass ib_mad_send_buf explicitly to the recv_handlerChristoph Hellwig2016-01-191-0/+1
* IB/core: Validate route when we init ahMatan Barak2015-12-231-2/+8
* IB/cm: Use the source GID index typeMatan Barak2015-12-231-5/+20
* IB/core: Add gid_type to gid attributeMatan Barak2015-12-231-1/+1
* IB/core: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-11/+1Star
* IB/cm: Remove the usage of smac and vid of qp_attr and cm_avMatan Barak2015-10-221-30/+0Star
* IB/cm: cm_init_av_by_path should find a GID by its netdeviceMatan Barak2015-10-221-2/+5
* IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-221-2/+3
* 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/+18Star
* 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/+3Star
* 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-241-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/+11Star
* 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