index
:
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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
ucma.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[tree-wide] finally take no_llseek out
Al Viro
2024-09-27
1
-1
/
+0
*
introduce fd_file(), convert all accessors to it.
Al Viro
2024-08-12
1
-3
/
+3
*
infiniband: Remove the now superfluous sentinel element from ctl_table array
Joel Granados
2023-10-11
1
-1
/
+0
*
RDMA/core: Rename rdma_route.num_paths field to num_pri_alt_paths
Mark Zhang
2022-09-22
1
-5
/
+5
*
RDMA/ucma: Protect mc during concurrent multicast leaves
Leon Romanovsky
2022-01-28
1
-11
/
+23
*
RDMA/core: Use the DEVICE_ATTR_RO macro
YueHaibing
2021-05-28
1
-4
/
+3
*
RDMA/ucma: Cleanup to reduce duplicate code
Xiaofei Tan
2021-05-11
1
-2
/
+2
*
RDMA/core: Add necessary spaces
Wenpeng Liang
2021-04-12
1
-2
/
+2
*
RDMA/core: Print the function name by __func__ instead of an fixed string
Wenpeng Liang
2021-04-12
1
-2
/
+2
*
RDMA/ucma: Do not miss ctx destruction steps in some cases
Jason Gunthorpe
2021-01-06
1
-63
/
+72
*
RDMA: Convert sysfs device * show functions to use sysfs_emit()
Joe Perches
2020-10-26
1
-1
/
+1
*
RDMA/ucma: Fix use after free in destroy id flow
Maor Gottlieb
2020-10-16
1
-5
/
+6
*
RDMA/restrack: Improve readability in task name management
Leon Romanovsky
2020-09-22
1
-4
/
+3
*
RDMA/ucma: Rework ucma_migrate_id() to avoid races with destroy
Jason Gunthorpe
2020-09-18
1
-50
/
+29
*
RDMA/ucma: Fix resource leak on error path
Alex Dewar
2020-09-02
1
-7
/
+8
*
Merge tag 'v5.9-rc3' into rdma.git for-next
Jason Gunthorpe
2020-08-31
1
-2
/
+2
|
\
|
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-2
/
+2
*
|
RDMA/ucma: Remove closing and the close_wq
Jason Gunthorpe
2020-08-27
1
-34
/
+15
*
|
RDMA/ucma: Rework how new connections are passed through event delivery
Jason Gunthorpe
2020-08-27
1
-126
/
+96
*
|
RDMA/ucma: Narrow file->mut in ucma_event_handler()
Jason Gunthorpe
2020-08-27
1
-9
/
+7
*
|
RDMA/ucma: Change backlog into an atomic
Jason Gunthorpe
2020-08-27
1
-7
/
+8
*
|
RDMA/ucma: Add missing locking around rdma_leave_multicast()
Jason Gunthorpe
2020-08-27
1
-0
/
+2
*
|
RDMA/ucma: Fix locking for ctx->events_reported
Jason Gunthorpe
2020-08-27
1
-1
/
+3
*
|
RDMA/ucma: Fix the locking of ctx->file
Jason Gunthorpe
2020-08-27
1
-1
/
+5
*
|
RDMA/ucma: Do not use file->mut to lock destroying
Jason Gunthorpe
2020-08-27
1
-3
/
+11
*
|
RDMA/cma: Add missing locking to rdma_accept()
Jason Gunthorpe
2020-08-27
1
-4
/
+8
*
|
RDMA/ucma: Remove mc_list and rely on xarray
Jason Gunthorpe
2020-08-27
1
-37
/
+22
*
|
RDMA/ucma: Fix error cases around ucma_alloc_ctx()
Jason Gunthorpe
2020-08-27
1
-26
/
+42
*
|
RDMA/ucma: Consolidate the two destroy flows
Jason Gunthorpe
2020-08-27
1
-42
/
+22
*
|
RDMA/ucma: Remove unnecessary locking of file->ctx_list in close
Jason Gunthorpe
2020-08-27
1
-4
/
+7
*
|
RDMA/ucma: Fix refcount 0 incr in ucma_get_ctx()
Jason Gunthorpe
2020-08-27
1
-2
/
+2
|
/
*
RDMA/cm: Add min length checks to user structure copies
Jason Gunthorpe
2020-07-27
1
-0
/
+4
*
RDMA/cma: Provide ECE reject reason
Leon Romanovsky
2020-05-27
1
-1
/
+14
*
RDMA/cma: Connect ECE to rdma_accept
Leon Romanovsky
2020-05-27
1
-3
/
+11
*
RDMA/ucma: Deliver ECE parameters through UCMA events
Leon Romanovsky
2020-05-27
1
-1
/
+5
*
RDMA/ucma: Extend ucma_connect to receive ECE parameters
Leon Romanovsky
2020-05-27
1
-3
/
+11
*
RDMA/ucma: Return stable IB device index as identifier
Leon Romanovsky
2020-05-12
1
-7
/
+9
*
RDMA/ucma: Put a lock around every call to the rdma_cm layer
Jason Gunthorpe
2020-02-27
1
-2
/
+47
*
RDMA/ucma: Use refcount_t for the ctx->ref
Jason Gunthorpe
2020-02-19
1
-5
/
+5
*
RDMA/ucma: Mask QPN to be 24 bits according to IBTA
Leon Romanovsky
2020-02-13
1
-1
/
+1
*
RDMA: Report available cdevs through RDMA_NLDEV_CMD_GET_CHARDEV
Jason Gunthorpe
2019-06-18
1
-0
/
+23
*
ucma: Convert ctx_idr to XArray
Matthew Wilcox
2019-06-07
1
-34
/
+24
*
ucma: Convert multicast_idr to XArray
Matthew Wilcox
2019-06-07
1
-19
/
+11
*
RDMA/ucma: Use struct_size() helper
Gustavo A. R. Silva
2019-06-07
1
-2
/
+1
*
*: convert stream-like files from nonseekable_open -> stream_open
Kirill Smelkov
2019-05-06
1
-1
/
+1
*
IB/cma: Define option to set ack timeout and pack tos_set
Danit Goldberg
2019-02-08
1
-0
/
+7
*
RDMA/ucma: Fix Spectre v1 vulnerability
Gustavo A. R. Silva
2018-10-16
1
-0
/
+3
*
ucma: fix a use-after-free in ucma_resolve_ip()
Cong Wang
2018-09-13
1
-0
/
+2
*
RDMA/ucma: check fd type in ucma_migrate_id()
Jann Horn
2018-09-04
1
-0
/
+6
*
infiniband: fix a possible use-after-free bug
Cong Wang
2018-06-04
1
-1
/
+5
[next]