aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-4/+6
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-3/+3
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
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