aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-12RDMA/cm: Pull duplicated code into cm_queue_work_unlock()Jason Gunthorpe1-102/+44
2020-05-12RDMA/cm: Remove unused store to ret in cm_rej_handlerDanit Goldberg1-1/+0
2020-05-12RDMA/cm: Remove return code from add_cm_id_to_port_listJason Gunthorpe1-14/+4
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-10/+14
2020-04-14RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter1-1/+1
2020-04-14RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ messageLeon Romanovsky1-11/+13
2020-03-17RDMA/cm: Make sure the cm_id is in the IB_CM_IDLE state in destroyJason Gunthorpe1-20/+21
2020-03-17RDMA/cm: Allow ib_send_cm_sidr_rep() to be done under lockJason Gunthorpe1-30/+28
2020-03-17RDMA/cm: Allow ib_send_cm_rej() to be done under lockJason Gunthorpe1-40/+52
2020-03-17RDMA/cm: Allow ib_send_cm_drep() to be done under lockJason Gunthorpe1-22/+33
2020-03-17RDMA/cm: Allow ib_send_cm_dreq() to be done under lockJason Gunthorpe1-20/+34
2020-03-17RDMA/cm: Add some lockdep assertions for cm_id_priv->lockJason Gunthorpe1-0/+6
2020-03-17RDMA/cm: Add missing locking around id.state in cm_dup_req_handlerJason Gunthorpe1-1/+5
2020-03-17RDMA/cm: Make it clearer how concurrency works in cm_req_handler()Jason Gunthorpe1-42/+57
2020-03-17RDMA/cm: Make it clear that there is no concurrency in cm_sidr_req_handler()Jason Gunthorpe1-27/+37
2020-03-17RDMA/cm: Read id.state under lock when doing pr_debug()Jason Gunthorpe1-4/+4
2020-03-17RDMA/cm: Simplify establishing a listen cm_idJason Gunthorpe1-83/+116
2020-03-17RDMA/cm: Make the destroy_id flow more robustJason Gunthorpe1-5/+8
2020-03-17RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe1-10/+15
2020-03-17RDMA/cm: Fix checking for allowed duplicate listensJason Gunthorpe1-1/+2
2020-03-17RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()Jason Gunthorpe1-16/+11
2020-03-13RDMA/cm: Delete not implemented CM peer to peer communicationLeon Romanovsky1-7/+0
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe1-0/+1
2020-02-27RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe1-0/+1
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-02-13RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky1-0/+3
2020-01-25RDMA/cm: Remove CM message structsJason Gunthorpe1-77/+0
2020-01-25RDMA/cm: Use IBA functions for complex structure membersJason Gunthorpe1-64/+107
2020-01-25RDMA/cm: Use IBA functions for simple structure membersJason Gunthorpe1-139/+245
2020-01-25RDMA/cm: Use IBA functions for swapping get/set acessorsJason Gunthorpe1-153/+33
2020-01-25RDMA/cm: Use IBA functions for simple get/set acessorsJason Gunthorpe1-144/+98
2020-01-25RDMA/cm: Add SET/GET implementations to hide IBA wire formatLeon Romanovsky1-0/+267
2020-01-03RDMA/cm: Delete unused CM ARP functionsLeon Romanovsky1-66/+0
2020-01-03RDMA/cm: Delete unused CM LAP functionsLeon Romanovsky1-98/+0
2020-01-03RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()Danit Goldberg1-30/+13
2019-11-19RDMA/cm: Use refcount_t type for refcount variableDanit Goldberg1-12/+12
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe1-0/+3
2019-10-28RDMA/cm: Update copyright together with SPDX tagLeon Romanovsky1-28/+2
2019-10-28RDMA/cm: Delete unused cm_is_active_peer functionLeon Romanovsky1-8/+0
2019-10-04IB/cm: Use container_of() instead of typecastParav Pandit1-2/+2
2019-10-04RDMA/cm: Fix memory leak in cm_add/remove_oneJack Morgenstein1-0/+3
2019-05-03IB/cm: Reduce dependency on gid attribute ndev checkParav Pandit1-2/+3
2019-04-08RDMA/cm: Move debug counters to be under relevant IB deviceLeon Romanovsky1-38/+8
2019-04-04RDMA/cm: Remove useless zeroing of static global variableLeon Romanovsky1-1/+0
2019-03-26RDMA/cm: Convert local_id_table to XArrayMatthew Wilcox1-24/+18
2019-01-07IB/cm: Use struct_size() in kmalloc()Gustavo A. R. Silva1-2/+1
2018-12-19RDMA: Mark if destroy address handle is in a sleepable contextGal Pressman1-2/+2
2018-12-19RDMA: Mark if create address handle is in a sleepable contextGal Pressman1-1/+1
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