aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)Author
2023-04-09RDMA/cm: Trace icm_send_rej event before the cm state is resetMark Zhang
2022-12-09RDMA/cm: Make QP FLUSHABLE for supported deviceLi Zhijian
2022-09-22RDMA/cm: Use DLID from inbound/outbound PathRecords as the datapath DLIDMark Zhang
2022-09-22RDMA/cm: Use SLID in the work completion as the DLID in responder sideMark Zhang
2022-08-30IB/cm: Refactor cm_insert_listen() and cm_find_listen()Mark Zhang
2022-08-30IB/cm: remove cm_id_priv->id.service_mask and service_mask parameter of cm_in...Mark Zhang
2022-08-30IB/cm: Remove the service_mask parameter from ib_cm_listen()Mark Zhang
2022-06-24RDMA/cm: Fix memory leak in ib_cm_insert_listenMiaoqian Lin
2022-04-04IB/cm: Cancel mad on the DREQ event when the state is MRA_REP_RCVDMark Zhang
2022-01-28IB/cm: Release previously acquired reference counter in the cm_id_privMark Zhang
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang
2021-06-16RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe
2021-06-10IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe
2021-06-02IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lockMark Zhang
2021-06-02IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_pathMark Zhang
2021-06-02IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang
2021-06-02Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"Mark Zhang
2021-06-02IB/cm: Tidy remaining cm_msg free pathsJason Gunthorpe
2021-06-02IB/cm: Call the correct message free functions in cm_send_handler()Jason Gunthorpe
2021-06-02IB/cm: Split cm_alloc_msg()Jason Gunthorpe
2021-06-02IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()Jason Gunthorpe
2021-04-19RDMA/core: Unify RoCE check and re-factor codeHåkon Bugge
2021-04-12RDMA/core: Correct format of block commentsWenpeng Liang
2021-04-12RDMA/core: Correct format of bracesWenpeng Liang
2021-04-12RDMA/core: Remove redundant spacesWenpeng Liang
2021-04-12RDMA/core: Add necessary spacesWenpeng Liang
2021-04-01RDMA/core: Fix corrupted SL on passive sideHåkon Bugge
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch
2021-03-01RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_repSaeed Mahameed
2021-02-02IB/cm: Avoid a loop when device has 255 portsParav Pandit
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe
2020-11-12RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches
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