summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
* IB/cm: Block processing alternate path handling RoCE Rx cm messagesParav Pandit2018-03-271-0/+14
* IB/cma: Resolve route only while receiving CM requestsParav Pandit2018-03-231-0/+5
* IB/cm: Introduce and use helper function to get cm_port from pathParav Pandit2018-03-151-4/+13
* IB/cm: Add and use a helper function to add cm_id's to the port listParav Pandit2018-03-151-10/+21
* RDMA/cm: Fix access to uninitialized variableLeon Romanovsky2018-01-281-2/+0
* IB/core: Avoid SGID attributes query while converting GID from OPA to IBParav Pandit2018-01-281-3/+1
* IB/cm: Refactor to avoid setting path record software only fieldsParav Pandit2017-12-181-48/+44
* IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit2017-12-181-2/+3
* IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit2017-12-181-2/+2
* IB/cm: Fix sleeping while spin lock is heldParav Pandit2017-12-181-5/+6
* IB/cm: Handle address handle attribute init errorParav Pandit2017-12-181-2/+5
* IB/{cm, umad}: Handle av init errorParav Pandit2017-12-181-13/+21
* IB/cm: Add debug prints to ib_cmDaniel Jurgens2017-12-181-0/+51
* IB/core: Fix memory leak in cm_req_handler error flowsMatan Barak2017-12-181-2/+3
* IB/CM: Change sgid to IB GID when handling CM requestDon Hiatt2017-12-111-2/+36
* IB/cm: Fix memory corruption in handling CM requestParav Pandit2017-10-251-4/+7
* IB/cm: Suppress gcc 7 fall-through complaintsBart Van Assche2017-10-141-0/+1
* IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche2017-10-101-14/+12
* IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier2017-08-311-19/+44
* Add OPA extended LID supportHiatt, Don2017-08-181-2/+2
* Merge branch 'misc' into k.o/for-nextDoug Ledford2017-08-181-1/+1
|\
| * cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIMSagi Grimberg2017-08-181-1/+1
* | IB/CM: Set appropriate slid and dlid when handling CM requestDasaratharaman Chandramouli2017-08-081-11/+56
* | IB/CM: Create appropriate path records when handling CM requestDasaratharaman Chandramouli2017-08-081-7/+31
* | IB/CM: Add OPA Path record support to CMHiatt, Don2017-08-081-8/+42
* | IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don2017-08-081-2/+2
|/
* RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny2017-06-011-2/+2
* IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-011-12/+22
* IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-011-27/+35
* IB/SA: Introduce path record specific typesDasaratharaman Chandramouli2017-05-011-3/+12
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-10/+10
* IB/CM: Add braces when using sizeofDasaratharaman Chandramouli2017-05-011-3/+3
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-1/+3
* 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-161-16/+110
|/
* IB/cm: Fix a recently introduced locking bugBart Van Assche2016-06-061-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