summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | RDMA/cm: Remove the cm_free_id() wrapper functionJason Gunthorpe2020-05-121-7/+2
* | RDMA/cm: Make find_remote_id() return a cm_id_privateJason Gunthorpe2020-05-121-15/+12
* | RDMA/cm: Add a note explaining how the timewait is eventually freedJason Gunthorpe2020-05-121-0/+5
* | RDMA/cm: Pass the cm_id_private into cm_cleanup_timewaitJason Gunthorpe2020-05-121-9/+9
* | RDMA/cm: Pull duplicated code into cm_queue_work_unlock()Jason Gunthorpe2020-05-121-102/+44
* | RDMA/cm: Remove unused store to ret in cm_rej_handlerDanit Goldberg2020-05-121-1/+0
* | RDMA/cm: Remove return code from add_cm_id_to_port_listJason Gunthorpe2020-05-121-14/+4
* | RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe2020-05-061-10/+14
|/
* 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