aboutsummaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)Author
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe
2020-08-24RDMA/cm: Add tracepoints to track MAD send operationsChuck Lever
2020-08-24RDMA/cm: Replace pr_debug() call sites with tracepointsChuck Lever
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18RDMA/cm: Remove unused cm_classJason Gunthorpe
2020-07-16RDMA/cm: Protect access to remote_sidr_tableMaor Gottlieb
2020-06-18RDMA/core: Annotate CMA unlock helper routineLeon Romanovsky
2020-06-03RDMA/cm: Spurious WARNING triggered in cm_destroy_id()Ka-Cheong Poon
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe
2020-05-12RDMA/cm: Increment the refcount inside cm_find_listen()Jason Gunthorpe
2020-05-12RDMA/cm: Remove needless cm_id variableJason Gunthorpe
2020-05-12RDMA/cm: Remove the cm_free_id() wrapper functionJason Gunthorpe
2020-05-12RDMA/cm: Make find_remote_id() return a cm_id_privateJason Gunthorpe
2020-05-12RDMA/cm: Add a note explaining how the timewait is eventually freedJason Gunthorpe
2020-05-12RDMA/cm: Pass the cm_id_private into cm_cleanup_timewaitJason Gunthorpe
2020-05-12RDMA/cm: Pull duplicated code into cm_queue_work_unlock()Jason Gunthorpe
2020-05-12RDMA/cm: Remove unused store to ret in cm_rej_handlerDanit Goldberg
2020-05-12RDMA/cm: Remove return code from add_cm_id_to_port_listJason Gunthorpe
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe
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