aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)Author
2019-05-03IB/cm: Reduce dependency on gid attribute ndev checkParav Pandit
2019-04-08RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky
2019-04-04RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky
2019-03-26RDMA/cm: Convert local_id_table to XArrayMatthew Wilcox
2019-01-07IB/cm: Use struct_size() in kmalloc()Gustavo A. R. Silva
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman
2018-10-16RDMA/cm: Respect returned status of cm_init_av_by_pathLeon Romanovsky
2018-09-26RDMA/core: Use dev_name instead of ibdev->nameJason Gunthorpe
2018-07-26IB/core: Introduce and use sgid_attr in CM requestsParav Pandit
2018-07-09IB/cm: Remove unused and erroneous msg sequence encodingHÃ¥kon Bugge
2018-06-25IB/cm: Use sgid_attr from the AVParav Pandit
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit
2018-06-25IB/cm: Pass the sgid_attr through various eventsParav Pandit
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit
2018-06-25IB: Make ib_init_ah_attr_from_wc set sgid_attrParav Pandit
2018-06-18IB{cm, core}: Introduce and use ah_attr copy, move, replace APIsJason Gunthorpe
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-01RDMA/cm: Abort loop in case of CM dequeueLeon Romanovsky
2018-05-16IB/cm: Store and restore ah_attr during CM message processingParav Pandit
2018-05-16IB/cm: Store and restore ah_attr during LAP msg processingParav Pandit
2018-05-16IB/cm: Avoid AV ah_attr overwriting during LAP message handlingParav Pandit
2018-03-27IB/cm: Block processing alternate path handling RoCE Rx cm messagesParav Pandit
2018-03-23IB/cma: Resolve route only while receiving CM requestsParav Pandit
2018-03-15IB/cm: Introduce and use helper function to get cm_port from pathParav Pandit
2018-03-15IB/cm: Add and use a helper function to add cm_id's to the port listParav Pandit
2018-01-28RDMA/cm: Fix access to uninitialized variableLeon Romanovsky
2018-01-28IB/core: Avoid SGID attributes query while converting GID from OPA to IBParav Pandit
2017-12-18IB/cm: Refactor to avoid setting path record software only fieldsParav Pandit
2017-12-18IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wcParav Pandit
2017-12-18IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit
2017-12-18IB/cm: Fix sleeping while spin lock is heldParav Pandit
2017-12-18IB/cm: Handle address handle attribute init errorParav Pandit
2017-12-18IB/{cm, umad}: Handle av init errorParav Pandit
2017-12-18IB/cm: Add debug prints to ib_cmDaniel Jurgens
2017-12-18IB/core: Fix memory leak in cm_req_handler error flowsMatan Barak
2017-12-11IB/CM: Change sgid to IB GID when handling CM requestDon Hiatt
2017-10-25IB/cm: Fix memory corruption in handling CM requestParav Pandit
2017-10-14IB/cm: Suppress gcc 7 fall-through complaintsBart Van Assche
2017-10-10IB/core: Simplify sa_path_set_[sd]lid() callsBart Van Assche
2017-08-31IB/cm: Fix sleeping in atomic when RoCE is usedRoland Dreier
2017-08-18Add OPA extended LID supportHiatt, Don
2017-08-18Merge branch 'misc' into k.o/for-nextDoug Ledford
2017-08-18cm: Don't allocate ib_cm workqueue with WQ_MEM_RECLAIMSagi Grimberg
2017-08-08IB/CM: Set appropriate slid and dlid when handling CM requestDasaratharaman Chandramouli
2017-08-08IB/CM: Create appropriate path records when handling CM requestDasaratharaman Chandramouli
2017-08-08IB/CM: Add OPA Path record support to CMHiatt, Don
2017-08-08IB/core: Change wc.slid from 16 to 32 bitsHiatt, Don