aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/core/cm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-21RDMA/core: Fix incorrect print format specifierWenpeng Liang1-1/+1
2021-06-16RDMA/cm: Use an attribute_group on the ib_port_attribute intead of kobj'sJason Gunthorpe1-127/+100
2021-06-10IB/cm: Remove dgid from the cm_id_priv avJason Gunthorpe1-9/+4
2021-06-02IB/cm: Protect cm_dev, cm_ports and mad_agent with kref and lockMark Zhang1-19/+93
2021-06-02IB/cm: Improve the calling of cm_init_av_for_lap and cm_init_av_by_pathMark Zhang1-47/+58
2021-06-02IB/cm: Simplify ib_cancel_mad() and ib_modify_mad() callsMark Zhang1-23/+19
2021-06-02Revert "IB/cm: Mark stale CM id's whenever the mad agent was unregistered"Mark Zhang1-109/+14
2021-06-02IB/cm: Tidy remaining cm_msg free pathsJason Gunthorpe1-10/+10
2021-06-02IB/cm: Call the correct message free functions in cm_send_handler()Jason Gunthorpe1-27/+25
2021-06-02IB/cm: Split cm_alloc_msg()Jason Gunthorpe1-75/+115
2021-06-02IB/cm: Pair cm_alloc_response_msg() with a cm_free_response_msg()Jason Gunthorpe1-11/+18
2021-04-19RDMA/core: Unify RoCE check and re-factor codeHåkon Bugge1-6/+2
2021-04-12RDMA/core: Correct format of block commentsWenpeng Liang1-1/+2
2021-04-12RDMA/core: Correct format of bracesWenpeng Liang1-2/+1
2021-04-12RDMA/core: Remove redundant spacesWenpeng Liang1-16/+15
2021-04-12RDMA/core: Add necessary spacesWenpeng Liang1-1/+1
2021-04-01RDMA/core: Fix corrupted SL on passive sideHåkon Bugge1-1/+2
2021-03-26RDMA: Support more than 255 rdma portsMark Bloch1-6/+6
2021-03-01RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_repSaeed Mahameed1-2/+3
2021-02-02IB/cm: Avoid a loop when device has 255 portsParav Pandit1-4/+4
2020-12-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+5
2020-12-09RDMA/cm: Fix an attempt to use non-valid pointer when cleaning timewaitLeon Romanovsky1-0/+2
2020-12-07IB: Fix kernel-doc markupsMauro Carvalho Chehab1-2/+3
2020-11-17Merge branch 'for-rc' into rdma.gitJason Gunthorpe1-6/+6
2020-11-12RDMA/cm: Make the local_id_table xarray non-irqJason Gunthorpe1-6/+6
2020-10-30RDMA: Convert various random sprintf sysfs _show uses to sysfs_emitJoe Perches1-2/+2
2020-08-31Merge tag 'v5.9-rc3' into rdma.git for-nextJason Gunthorpe1-6/+6
2020-08-24RDMA/cm: Add tracepoints to track MAD send operationsChuck Lever1-2/+20
2020-08-24RDMA/cm: Replace pr_debug() call sites with tracepointsChuck Lever1-54/+26
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-08-18RDMA/cm: Remove unused cm_classJason Gunthorpe1-24/+0
2020-07-16RDMA/cm: Protect access to remote_sidr_tableMaor Gottlieb1-0/+2
2020-06-18RDMA/core: Annotate CMA unlock helper routineLeon Romanovsky1-0/+1
2020-06-03RDMA/cm: Spurious WARNING triggered in cm_destroy_id()Ka-Cheong Poon1-1/+3
2020-05-27RDMA/cm: Send and receive ECE parameter over the wireLeon Romanovsky1-5/+34
2020-05-21Merge tag 'v5.7-rc6' into rdma.git for-nextJason Gunthorpe1-12/+14
2020-05-12RDMA/cm: Increment the refcount inside cm_find_listen()Jason Gunthorpe1-4/+3
2020-05-12RDMA/cm: Remove needless cm_id variableJason Gunthorpe1-6/+2
2020-05-12RDMA/cm: Remove the cm_free_id() wrapper functionJason Gunthorpe1-7/+2
2020-05-12RDMA/cm: Make find_remote_id() return a cm_id_privateJason Gunthorpe1-15/+12
2020-05-12RDMA/cm: Add a note explaining how the timewait is eventually freedJason Gunthorpe1-0/+5
2020-05-12RDMA/cm: Pass the cm_id_private into cm_cleanup_timewaitJason Gunthorpe1-9/+9
2020-05-12RDMA/cm: Pull duplicated code into cm_queue_work_unlock()Jason Gunthorpe1-102/+44
2020-05-12RDMA/cm: Remove unused store to ret in cm_rej_handlerDanit Goldberg1-1/+0
2020-05-12RDMA/cm: Remove return code from add_cm_id_to_port_listJason Gunthorpe1-14/+4
2020-05-06RDMA: Allow ib_client's to fail when add() is calledJason Gunthorpe1-10/+14
2020-04-14RDMA/cm: Fix an error check in cm_alloc_id_priv()Dan Carpenter1-1/+1
2020-04-14RDMA/cm: Fix missing RDMA_CM_EVENT_REJECTED event after receiving REJ messageLeon Romanovsky1-11/+13
2020-03-17RDMA/cm: Make sure the cm_id is in the IB_CM_IDLE state in destroyJason Gunthorpe1-20/+21
2020-03-17RDMA/cm: Allow ib_send_cm_sidr_rep() to be done under lockJason Gunthorpe1-30/+28