summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)Author
2020-04-14RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter
2020-04-14RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ messageLeon Romanovsky
2020-03-17RDMA/cm: Make sure the cm_id is in the IB_CM_IDLE state in destroyJason Gunthorpe
2020-03-17RDMA/cm: Allow ib_send_cm_sidr_rep() to be done under lockJason Gunthorpe
2020-03-17RDMA/cm: Allow ib_send_cm_rej() to be done under lockJason Gunthorpe
2020-03-17RDMA/cm: Allow ib_send_cm_drep() to be done under lockJason Gunthorpe
2020-03-17RDMA/cm: Allow ib_send_cm_dreq() to be done under lockJason Gunthorpe
2020-03-17RDMA/cm: Add some lockdep assertions for cm_id_priv->lockJason Gunthorpe
2020-03-17RDMA/cm: Add missing locking around id.state in cm_dup_req_handlerJason Gunthorpe
2020-03-17RDMA/cm: Make it clearer how concurrency works in cm_req_handler()Jason Gunthorpe
2020-03-17RDMA/cm: Make it clear that there is no concurrency in cm_sidr_req_handler()Jason Gunthorpe
2020-03-17RDMA/cm: Read id.state under lock when doing pr_debug()Jason Gunthorpe
2020-03-17RDMA/cm: Simplify establishing a listen cm_idJason Gunthorpe
2020-03-17RDMA/cm: Make the destroy_id flow more robustJason Gunthorpe
2020-03-17RDMA/cm: Remove a race freeing timewait_infoJason Gunthorpe
2020-03-17RDMA/cm: Fix checking for allowed duplicate listensJason Gunthorpe
2020-03-17RDMA/cm: Fix ordering of xa_alloc_cyclic() in ib_create_cm_id()Jason Gunthorpe
2020-03-13RDMA/cm: Delete not implemented CM peer to peer communicationLeon Romanovsky
2020-03-10Merge tag 'v5.6-rc5' into rdma.git for-nextJason Gunthorpe
2020-02-27RMDA/cm: Fix missing ib_cm_destroy_id() in ib_cm_insert_listen()Jason Gunthorpe
2020-02-20RDMA: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-13RDMA/ucma: Mask QPN to be 24 bits according to IBTALeon Romanovsky
2020-01-25RDMA/cm: Remove CM message structsJason Gunthorpe
2020-01-25RDMA/cm: Use IBA functions for complex structure membersJason Gunthorpe
2020-01-25RDMA/cm: Use IBA functions for simple structure membersJason Gunthorpe
2020-01-25RDMA/cm: Use IBA functions for swapping get/set acessorsJason Gunthorpe
2020-01-25RDMA/cm: Use IBA functions for simple get/set acessorsJason Gunthorpe
2020-01-25RDMA/cm: Add SET/GET implementations to hide IBA wire formatLeon Romanovsky
2020-01-03RDMA/cm: Delete unused CM ARP functionsLeon Romanovsky
2020-01-03RDMA/cm: Delete unused CM LAP functionsLeon Romanovsky
2020-01-03RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()Danit Goldberg
2019-11-19RDMA/cm: Use refcount_t type for refcount variableDanit Goldberg
2019-10-28Merge tag 'v5.4-rc5' into rdma.git for-nextJason Gunthorpe
2019-10-28RDMA/cm: Update copyright together with SPDX tagLeon Romanovsky
2019-10-28RDMA/cm: Delete unused cm_is_active_peer functionLeon Romanovsky
2019-10-04IB/cm: Use container_of() instead of typecastParav Pandit
2019-10-04RDMA/cm: Fix memory leak in cm_add/remove_oneJack Morgenstein
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