summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
* IB/cm: Reduce dependency on gid attribute ndev checkParav Pandit2019-05-031-2/+3
* RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky2019-04-081-38/+8Star
* RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky2019-04-041-1/+0Star
* RDMA/cm: Convert local_id_table to XArrayMatthew Wilcox2019-03-261-24/+18Star
* IB/cm: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-071-2/+1Star
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-201-2/+2
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-201-1/+1
* RDMA/cm: Respect returned status of cm_init_av_by_pathLeon Romanovsky2018-10-161-2/+5
* RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe2018-09-261-1/+1
* IB/core: Introduce and use sgid_attr in CM requestsParav Pandit2018-07-261-1/+4
* IB/cm: Remove unused and erroneous msg sequence encodingHÃ¥kon Bugge2018-07-091-8/+6Star
* IB/cm: Use sgid_attr from the AVParav Pandit2018-06-251-14/+6Star
* IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit2018-06-251-30/+48
* IB/cm: Pass the sgid_attr through various eventsParav Pandit2018-06-251-2/+4
* IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit2018-06-251-3/+7
* IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit2018-06-251-0/+3
* IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe2018-06-181-2/+2
* IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit2018-06-181-5/+4Star
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-06-071-11/+51
|\
| * RDMA/cm: Abort loop in case of CM dequeueLeon Romanovsky2018-06-011-1/+3
| * IB/cm: Store and restore ah_attr during CM message processingParav Pandit2018-05-161-2/+14
| * IB/cm: Store and restore ah_attr during LAP msg processingParav Pandit2018-05-161-3/+29
| * IB/cm: Avoid AV ah_attr overwriting during LAP message handlingParav Pandit2018-05-161-8/+8
* | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
|/
* IB/cm: Block processing alternate path handling RoCE Rx cm messagesParav Pandit2018-03-281-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/+0Star
* IB/core: Avoid SGID attributes query while converting GID from OPA to IBParav Pandit2018-01-281-3/+1Star
* IB/cm: Refactor to avoid setting path record software only fieldsParav Pandit2017-12-181-48/+44Star
* 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-121-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-151-0/+1
* IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche2017-10-101-14/+12Star
* 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
|/