aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-16RDMA/cm: Respect returned status of cm_init_av_by_pathLeon Romanovsky1-2/+5
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe1-1/+1
2018-07-26IB/core: Introduce and use sgid_attr in CM requestsParav Pandit1-1/+4
2018-07-09IB/cm: Remove unused and erroneous msg sequence encodingHÃ¥kon Bugge1-8/+6
2018-06-25IB/cm: Use sgid_attr from the AVParav Pandit1-14/+6
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit1-30/+48
2018-06-25IB/cm: Pass the sgid_attr through various eventsParav Pandit1-2/+4
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit1-3/+7
2018-06-25IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit1-0/+3
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe1-2/+2
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit1-5/+4
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-11/+51
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-06-01RDMA/cm: Abort loop in case of CM dequeueLeon Romanovsky1-1/+3
2018-05-16IB/cm: Store and restore ah_attr during CM message processingParav Pandit1-2/+14
2018-05-16IB/cm: Store and restore ah_attr during LAP msg processingParav Pandit1-3/+29
2018-05-16IB/cm: Avoid AV ah_attr overwriting during LAP message handlingParav Pandit1-8/+8
2018-03-27IB/cm: Block processing alternate path handling RoCE Rx cm messagesParav Pandit1-0/+14
2018-03-23IB/cma: Resolve route only while receiving CM requestsParav Pandit1-0/+5
2018-03-15IB/cm: Introduce and use helper function to get cm_port from pathParav Pandit1-4/+13
2018-03-15IB/cm: Add and use a helper function to add cm_id's to the port listParav Pandit1-10/+21
2018-01-28RDMA/cm: Fix access to uninitialized variableLeon Romanovsky1-2/+0
2018-01-28IB/core: Avoid SGID attributes query while converting GID from OPA to IBParav Pandit1-3/+1
2017-12-18IB/cm: Refactor to avoid setting path record software only fieldsParav Pandit1-48/+44
2017-12-18IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit1-2/+3
2017-12-18IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_from_pathParav Pandit1-2/+2
2017-12-18IB/cm: Fix sleeping while spin lock is heldParav Pandit1-5/+6
2017-12-18IB/cm: Handle address handle attribute init errorParav Pandit1-2/+5
2017-12-18IB/{cm, umad}: Handle av init errorParav Pandit1-13/+21
2017-12-18IB/cm: Add debug prints to ib_cmDaniel Jurgens1-0/+51
2017-12-18IB/core: Fix memory leak in cm_req_handler error flowsMatan Barak1-2/+3
2017-12-11IB/CM: Change sgid to IB GID when handling CM requestDon Hiatt1-2/+36
2017-10-25IB/cm: Fix memory corruption in handling CM requestParav Pandit1-4/+7
2017-10-14IB/cm: Suppress gcc 7 fall-through complaintsBart Van Assche1-0/+1
2017-10-10IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche1-14/+12
2017-08-31IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier1-19/+44
2017-08-18Add OPA extended LID supportHiatt, Don1-2/+2
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford1-1/+1
2017-08-18cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIMSagi Grimberg1-1/+1
2017-08-08IB/CM: Set appropriate slid and dlid when handling CM requestDasaratharaman Chandramouli1-11/+56
2017-08-08IB/CM: Create appropriate path records when handling CM requestDasaratharaman Chandramouli1-7/+31
2017-08-08IB/CM: Add OPA Path record support to CMHiatt, Don1-8/+42
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don1-2/+2
2017-06-01RDMA/SA: Fix kernel panic in CMA request handler flowMajd Dibbiny1-2/+2
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli1-12/+22
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli1-27/+35
2017-05-01IB/SA: Introduce path record specific typesDasaratharaman Chandramouli1-3/+12
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli1-10/+10
2017-05-01IB/CM: Add braces when using sizeofDasaratharaman Chandramouli1-3/+3
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-1/+3