summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
Commit message (Expand)AuthorAgeFilesLines
* RDMA/cm: Trace icm_send_rej event before the cm state is resetMark Zhang2023-04-091-1/+2
* RDMA/cm: Make QP FLUSHABLE for supported deviceLi Zhijian2022-12-091-2/+11
* RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang2022-09-221-2/+23
* RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang2022-09-221-7/+7
* IB/cm: Refactor cm_insert_listen() and cm_find_listen()Mark Zhang2022-08-301-20/+15
* IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...Mark Zhang2022-08-301-20/+8
* IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang2022-08-301-6/+2
* RDMA/cm: Fix memory leak in ib_cm_insert_listenMiaoqian Lin2022-06-241-1/+3
* IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang2022-04-041-2/+1
* IB/cm: Release previously acquired reference counter in the cm_id_privMark Zhang2022-01-281-1/+1
* RDMA/core: Fix incorrect print format specifierWenpeng Liang2021-06-211-1/+1
* RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe2021-06-161-127/+100
* IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe2021-06-101-9/+4
* IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lockMark Zhang2021-06-021-19/+93
* IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_pathMark Zhang2021-06-021-47/+58
* IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang2021-06-021-23/+19
* Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"Mark Zhang2021-06-021-109/+14
* IB/cm: Tidy remaining cm_msg free pathsJason Gunthorpe2021-06-021-10/+10
* IB/cm: Call the correct message free functions in cm_send_handler()Jason Gunthorpe2021-06-021-27/+25
* IB/cm: Split cm_alloc_msg()Jason Gunthorpe2021-06-021-75/+115
* IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()Jason Gunthorpe2021-06-021-11/+18
* RDMA/core: Unify RoCE check and re-factor codeHåkon Bugge2021-04-191-6/+2
* RDMA/core: Correct format of block commentsWenpeng Liang2021-04-121-1/+2
* RDMA/core: Correct format of bracesWenpeng Liang2021-04-121-2/+1
* RDMA/core: Remove redundant spacesWenpeng Liang2021-04-121-16/+15
* RDMA/core: Add necessary spacesWenpeng Liang2021-04-121-1/+1
* RDMA/core: Fix corrupted SL on passive sideHåkon Bugge2021-04-011-1/+2
* RDMA: Support more than 255 rdma portsMark Bloch2021-03-261-6/+6
* RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_repSaeed Mahameed2021-03-011-2/+3
* IB/cm: Avoid a loop when device has 255 portsParav Pandit2021-02-021-4/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2020-12-161-4/+5
|\
| * IB: Fix kernel-doc markupsMauro Carvalho Chehab2020-12-071-2/+3
| * Merge branch 'for-rc' into rdma.gitJason Gunthorpe2020-11-171-6/+6
| |\
| * | RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches2020-10-301-2/+2
* | | RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky2020-12-091-0/+2
| |/ |/|
* | RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe2020-11-121-6/+6
|/
* Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe2020-08-311-6/+6
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
* | RDMA/cm: Add tracepoints to track MAD send operationsChuck Lever2020-08-241-2/+20
* | RDMA/cm: Replace pr_debug() call sites with tracepointsChuck Lever2020-08-241-54/+26
* | RDMA/cm: Remove unused cm_classJason Gunthorpe2020-08-181-24/+0
|/
* RDMA/cm: Protect access to remote_sidr_tableMaor Gottlieb2020-07-161-0/+2
* RDMA/core: Annotate CMA unlock helper routineLeon Romanovsky2020-06-181-0/+1
* RDMA/cm: Spurious WARNING triggered in cm_destroy_id()Ka-Cheong Poon2020-06-031-1/+3
* RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky2020-05-271-5/+34
* Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe2020-05-211-12/+14
|\
| * RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter2020-04-141-1/+1
| * RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ messageLeon Romanovsky2020-04-141-11/+13
* | RDMA/cm: Increment the refcount inside cm_find_listen()Jason Gunthorpe2020-05-121-4/+3
* | RDMA/cm: Remove needless cm_id variableJason Gunthorpe2020-05-121-6/+2