index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
cm.c
Age
Commit message (
Expand
)
Author
2020-01-03
RDMA/cm: Use RCU synchronization mechanism to protect cm_id_private xa_load()
Danit Goldberg
2019-11-19
RDMA/cm: Use refcount_t type for refcount variable
Danit Goldberg
2019-10-28
Merge tag 'v5.4-rc5' into rdma.git for-next
Jason Gunthorpe
2019-10-28
RDMA/cm: Update copyright together with SPDX tag
Leon Romanovsky
2019-10-28
RDMA/cm: Delete unused cm_is_active_peer function
Leon Romanovsky
2019-10-04
IB/cm: Use container_of() instead of typecast
Parav Pandit
2019-10-04
RDMA/cm: Fix memory leak in cm_add/remove_one
Jack Morgenstein
2019-05-03
IB/cm: Reduce dependency on gid attribute ndev check
Parav Pandit
2019-04-08
RDMA/cm: Move debug counters to be under relevant IB device
Leon Romanovsky
2019-04-04
RDMA/cm: Remove useless zeroing of static global variable
Leon Romanovsky
2019-03-26
RDMA/cm: Convert local_id_table to XArray
Matthew Wilcox
2019-01-07
IB/cm: Use struct_size() in kmalloc()
Gustavo A. R. Silva
2018-12-19
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
2018-12-19
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
2018-10-16
RDMA/cm: Respect returned status of cm_init_av_by_path
Leon Romanovsky
2018-09-26
RDMA/core: Use dev_name instead of ibdev->name
Jason Gunthorpe
2018-07-26
IB/core: Introduce and use sgid_attr in CM requests
Parav Pandit
2018-07-09
IB/cm: Remove unused and erroneous msg sequence encoding
HÃ¥kon Bugge
2018-06-25
IB/cm: Use sgid_attr from the AV
Parav Pandit
2018-06-25
IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'
Parav Pandit
2018-06-25
IB/cm: Pass the sgid_attr through various events
Parav Pandit
2018-06-25
IB: Make init_ah_attr_grh_fields set sgid_attr
Parav Pandit
2018-06-25
IB: Make ib_init_ah_attr_from_wc set sgid_attr
Parav Pandit
2018-06-18
IB{cm, core}: Introduce and use ah_attr copy, move, replace APIs
Jason Gunthorpe
2018-06-18
IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid
Parav Pandit
2018-06-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-06-01
RDMA/cm: Abort loop in case of CM dequeue
Leon Romanovsky
2018-05-16
IB/cm: Store and restore ah_attr during CM message processing
Parav Pandit
2018-05-16
IB/cm: Store and restore ah_attr during LAP msg processing
Parav Pandit
2018-05-16
IB/cm: Avoid AV ah_attr overwriting during LAP message handling
Parav Pandit
2018-03-27
IB/cm: Block processing alternate path handling RoCE Rx cm messages
Parav Pandit
2018-03-23
IB/cma: Resolve route only while receiving CM requests
Parav Pandit
2018-03-15
IB/cm: Introduce and use helper function to get cm_port from path
Parav Pandit
2018-03-15
IB/cm: Add and use a helper function to add cm_id's to the port list
Parav Pandit
2018-01-28
RDMA/cm: Fix access to uninitialized variable
Leon Romanovsky
2018-01-28
IB/core: Avoid SGID attributes query while converting GID from OPA to IB
Parav Pandit
2017-12-18
IB/cm: Refactor to avoid setting path record software only fields
Parav Pandit
2017-12-18
IB/{core, umad, cm}: Rename ib_init_ah_from_wc to ib_init_ah_attr_from_wc
Parav Pandit
2017-12-18
IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...
Parav Pandit
2017-12-18
IB/cm: Fix sleeping while spin lock is held
Parav Pandit
2017-12-18
IB/cm: Handle address handle attribute init error
Parav Pandit
2017-12-18
IB/{cm, umad}: Handle av init error
Parav Pandit
2017-12-18
IB/cm: Add debug prints to ib_cm
Daniel Jurgens
2017-12-18
IB/core: Fix memory leak in cm_req_handler error flows
Matan Barak
2017-12-11
IB/CM: Change sgid to IB GID when handling CM request
Don Hiatt
2017-10-25
IB/cm: Fix memory corruption in handling CM request
Parav Pandit
2017-10-14
IB/cm: Suppress gcc 7 fall-through complaints
Bart Van Assche
2017-10-10
IB/core: Simplify sa_path_set_[sd]lid() calls
Bart Van Assche
2017-08-31
IB/cm: Fix sleeping in atomic when RoCE is used
Roland Dreier
[prev]
[next]