summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cm: Make sure the cm_id is in the IB_CM_IDLE state in destroyJason Gunthorpe2020-03-171-20/+21
* RDMA/cm: Allow ib_send_cm_sidr_rep() to be done under lockJason Gunthorpe2020-03-171-30/+28
* RDMA/cm: Allow ib_send_cm_rej() to be done under lockJason Gunthorpe2020-03-171-40/+52
* RDMA/cm: Allow ib_send_cm_drep() to be done under lockJason Gunthorpe2020-03-171-22/+33
* RDMA/cm: Allow ib_send_cm_dreq() to be done under lockJason Gunthorpe2020-03-171-20/+34
* RDMA/cm: Add some lockdep assertions for cm_id_priv->lockJason Gunthorpe2020-03-171-0/+6
* RDMA/cm: Add missing locking around id.state in cm_dup_req_handlerJason Gunthorpe2020-03-171-1/+5
* RDMA/cm: Make it clearer how concurrency works in cm_req_handler()Jason Gunthorpe2020-03-171-42/+57
* RDMA/cm: Make it clear that there is no concurrency in cm_sidr_req_handler()Jason Gunthorpe2020-03-171-27/+37
* RDMA/cm: Read id.state under lock when doing pr_debug()Jason Gunthorpe2020-03-171-4/+4
* RDMA/cm: Simplify establishing a listen cm_idJason Gunthorpe2020-03-171-83/+116
* RDMA/cm: Make the destroy_id flow more robustJason Gunthorpe2020-03-171-5/+8
* RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe2020-03-171-10/+15
* RDMA/cm: Fix checking for allowed duplicate listensJason Gunthorpe2020-03-171-1/+2
* RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()Jason Gunthorpe2020-03-171-16/+11
* RDMA/cm: Delete not implemented CM peer to peer communicationLeon Romanovsky2020-03-131-7/+0
* Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe2020-03-101-0/+1
|\
| * RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe2020-02-271-0/+1
* | RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-201-2/+2
* | RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky2020-02-131-0/+3
|/
* RDMA/cm: Remove CM message structsJason Gunthorpe2020-01-251-77/+0
* RDMA/cm: Use IBA functions for complex structure membersJason Gunthorpe2020-01-251-64/+107
* RDMA/cm: Use IBA functions for simple structure membersJason Gunthorpe2020-01-251-139/+245
* RDMA/cm: Use IBA functions for swapping get/set acessorsJason Gunthorpe2020-01-251-153/+33
* RDMA/cm: Use IBA functions for simple get/set acessorsJason Gunthorpe2020-01-251-144/+98
* RDMA/cm: Add SET/GET implementations to hide IBA wire formatLeon Romanovsky2020-01-251-0/+267
* RDMA/cm: Delete unused CM ARP functionsLeon Romanovsky2020-01-031-66/+0
* RDMA/cm: Delete unused CM LAP functionsLeon Romanovsky2020-01-031-98/+0
* RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()Danit Goldberg2020-01-031-30/+13
* RDMA/cm: Use refcount_t type for refcount variableDanit Goldberg2019-11-191-12/+12
* Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe2019-10-281-0/+3
|\
| * RDMA/cm: Fix memory leak in cm_add/remove_oneJack Morgenstein2019-10-041-0/+3
* | RDMA/cm: Update copyright together with SPDX tagLeon Romanovsky2019-10-281-28/+2
* | RDMA/cm: Delete unused cm_is_active_peer functionLeon Romanovsky2019-10-281-8/+0
* | IB/cm: Use container_of() instead of typecastParav Pandit2019-10-041-2/+2
|/
* 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/+8
* RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky2019-04-041-1/+0
* RDMA/cm: Convert local_id_table to XArrayMatthew Wilcox2019-03-261-24/+18
* IB/cm: Use struct_size() in kmalloc()Gustavo A. R. Silva2019-01-071-2/+1
* RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman2018-12-191-2/+2
* RDMA: Mark if create address handle is in a sleepable contextGal Pressman2018-12-191-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/+6
* IB/cm: Use sgid_attr from the AVParav Pandit2018-06-251-14/+6
* 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