index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
cma.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-10
RDMA/cma: Initialize ib_sa_multicast structure to 0 when join
Mark Zhang
1
-1
/
+1
2023-07-27
RDMA/cma: Ensure rdma_addr_cancel() happens before issuing more requests
Jason Gunthorpe
1
-0
/
+23
2023-06-21
RDMA/cma: Always set static rate to 0 for RoCE
Mark Zhang
1
-2
/
+2
2023-04-20
RDMA/cma: Allow UD qp_type to join multicast only
Mark Zhang
1
-26
/
+34
2022-11-10
RDMA/cma: Use output interface for net_dev check
Håkon Bugge
1
-1
/
+1
2022-09-15
RDMA/cma: Fix arguments order in net device validation
Michael Guralnik
1
-2
/
+2
2022-04-08
IB/cma: Allow XRC INI QPs to set their local ACK timeout
Håkon Bugge
1
-1
/
+1
2022-03-02
RDMA/cma: Do not change route.addr.src_addr outside state checks
Jason Gunthorpe
1
-16
/
+24
2022-02-08
RDMA/cma: Use correct address when leaving multicast group
Maor Gottlieb
1
-10
/
+12
2022-01-27
RDMA/cma: Let cma_resolve_ib_dev() continue search even after empty entry
Avihai Horon
1
-3
/
+9
2021-10-06
RDMA/cma: Fix listener leak in rdma_cma_listen_on_all() failure
Tao Liu
1
-3
/
+10
2021-10-06
IB/cma: Do not send IGMP leaves for sendonly Multicast groups
Christoph Lameter
1
-1
/
+6
2021-10-06
RDMA/cma: Do not change route.addr.src_addr.ss_family
Jason Gunthorpe
1
-2
/
+6
2021-07-19
RDMA/cma: Fix rdma_resolve_route() memory leak
Gerd Rausch
1
-1
/
+2
2021-07-14
RDMA/core: Always release restrack object
Leon Romanovsky
1
-1
/
+1
2021-07-14
RDMA/cma: Fix incorrect Packet Lifetime calculation
Håkon Bugge
1
-2
/
+4
2021-07-14
RDMA/cma: Protect RMW with qp_mutex
Håkon Bugge
1
-1
/
+17
2021-05-26
RDMA/core: Don't access cm_id after its destruction
Shay Drory
1
-2
/
+3
2021-05-14
RDMA/core: Add CM to restrack after successful attachment to a device
Shay Drory
1
-2
/
+10
2021-03-04
RDMA/ucma: Fix use-after-free bug in ucma_create_uevent
Avihai Horon
1
-29
/
+41
2020-12-30
RDMA/cma: Don't overwrite sgid_attr after device is released
Leon Romanovsky
1
-3
/
+4
2020-12-30
RDMA/cma: Fix deadlock on &lock in rdma_cma_listen_on_all() error unwind
Jason Gunthorpe
1
-7
/
+18
2020-12-30
RDMA/cma: Add missing error handling of listen_id
Leon Romanovsky
1
-74
/
+101
2020-10-28
RDMA: Add rdma_connect_locked()
Jason Gunthorpe
1
-10
/
+38
2020-10-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-300
/
+335
2020-10-02
RDMA/core: Modify enum ib_gid_type and enum rdma_network_type
Avihai Horon
1
-0
/
+4
2020-09-29
net: core: introduce struct netdev_nested_priv for nested interface infrastru...
Taehee Yoo
1
-3
/
+6
2020-09-23
RDMA/restrack: Improve readability in task name management
Leon Romanovsky
1
-46
/
+88
2020-09-23
RDMA/restrack: Simplify restrack tracking in kernel flows
Leon Romanovsky
1
-1
/
+1
2020-09-23
RDMA/restrack: Count references to the verbs objects
Leon Romanovsky
1
-2
/
+3
2020-09-23
RDMA/cma: Delete from restrack DB after successful destroy
Leon Romanovsky
1
-2
/
+1
2020-09-17
RDMA/cma: Fix use after free race in roce multicast join
Jason Gunthorpe
1
-108
/
+88
2020-09-17
RDMA/cma: Consolidate the destruction of a cma_multicast in one place
Jason Gunthorpe
1
-32
/
+31
2020-09-17
RDMA/cma: Remove dead code for kernel rdmacm multicast
Jason Gunthorpe
1
-15
/
+4
2020-09-17
RDMA/cma: Combine cma_ndev_work with cma_work
Jason Gunthorpe
1
-31
/
+7
2020-09-17
RDMA/cma: Remove cma_comp()
Jason Gunthorpe
1
-20
/
+7
2020-09-17
RDMA/cma: Fix locking for the RDMA_CM_LISTEN state
Jason Gunthorpe
1
-18
/
+18
2020-09-17
RDMA/cma: Make the locking for automatic state transition more clear
Jason Gunthorpe
1
-22
/
+45
2020-09-17
RDMA/cma: Fix locking for the RDMA_CM_CONNECT state
Jason Gunthorpe
1
-14
/
+30
2020-08-31
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
1
-1
/
+2
2020-08-27
RDMA/cma: Add missing locking to rdma_accept()
Jason Gunthorpe
1
-3
/
+22
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+2
2020-08-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-134
/
+123
2020-07-29
RDMA/cma: Execute rdma_cm destruction from a handler properly
Jason Gunthorpe
1
-90
/
+84
2020-07-29
RDMA/cma: Remove unneeded locking for req paths
Jason Gunthorpe
1
-25
/
+6
2020-07-29
RDMA/cma: Using the standard locking pattern when delivering the removal event
Jason Gunthorpe
1
-26
/
+36
2020-07-29
RDMA/cma: Simplify DEVICE_REMOVAL for internal_id
Jason Gunthorpe
1
-1
/
+5
2020-06-18
RDMA/cma: Protect bind_list and listen_list while finding matching cm id
Mark Zhang
1
-0
/
+18
2020-06-03
RDMA/core: Move and rename trace_cm_id_create()
Chuck Lever
1
-1
/
+1
2020-05-27
RDMA/cma: Provide ECE reject reason
Leon Romanovsky
1
-5
/
+4
[next]