summaryrefslogtreecommitdiff
path: root/drivers/infiniband/core/cm.c
AgeCommit message (Expand)Author
2025-05-25IB/cm: Remove dead code and adjust namingVlad Dumitrescu
2025-05-05IB/cm: Drop lockdep assert and WARN when freeing old msgVlad Dumitrescu
2025-04-07IB/cm: use rwlock for MAD agent lockJacob Moroni
2024-11-17IB/cm: Rework sending DREQ when destroying a cm_idSean Hefty
2024-11-17IB/cm: Do not hold reference on cm_id unless neededSean Hefty
2024-11-17IB/cm: Explicitly mark if a response MAD is a retransmissionSean Hefty
2024-04-01RDMA/cm: Print the old state when cm_destroy_id gets timeoutMark Zhang
2024-03-10RDMA/cm: add timeout to cm_destroy_id waitManjunath Patil
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