index
:
pub/scm/fs/fscrypt/linux.git
master
fscrypt kernel development tree
FSCrypt FS Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
core
/
verbs.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-18
Merge rdma branch 'for-rc' into 'for-next'
Jason Gunthorpe
1
-3
/
+3
2026-07-22
RDMA/core: Prevent destroying in-use completion counters
Michael Margolin
1
-0
/
+8
2026-07-22
RDMA/core: Fix potential use after free in ib_dealloc_pd_user()
Patrisious Haddad
1
-2
/
+5
2026-07-22
RDMA/core: Fix potential use after free in ib_destroy_srq_user()
Patrisious Haddad
1
-2
/
+6
2026-07-22
RDMA/core: Fix potential use after free in ib_destroy_cq_user()
Patrisious Haddad
1
-2
/
+6
2026-07-22
RDMA/core: Fix use after free in ib_query_qp()
Patrisious Haddad
1
-1
/
+4
2026-07-02
RDMA/core: Fix memory leak in __ib_create_cq() on invalid cqe
Chenguang Zhao
1
-3
/
+3
2026-06-11
IB/core: Delegate IB_QP_RATE_LIMIT validation to drivers
Maher Sanalla
1
-9
/
+4
2026-06-03
RDMA/core: Don't make a dummy ib_udata on the stack in create_qp
Jason Gunthorpe
1
-9
/
+11
2026-05-29
RDMA/uverbs: Remove legacy umem field from struct ib_cq
Jiri Pirko
1
-7
/
+0
2026-03-30
RDMA/core: Remove unused ib_resize_cq() implementation
Leon Romanovsky
1
-10
/
+0
2026-02-25
RDMA/core: Reject zero CQE count
Leon Romanovsky
1
-0
/
+3
2026-02-25
RDMA/core: Prepare create CQ path for API unification
Leon Romanovsky
1
-1
/
+5
2026-02-25
RDMA/core: Manage CQ umem in core code
Leon Romanovsky
1
-0
/
+2
2026-02-25
RDMA: Move DMA block iterator logic into dedicated files
Leon Romanovsky
1
-38
/
+0
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-3
/
+3
2026-02-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-3
/
+58
2026-02-02
IB/core: Extend rate limit support for RC QPs
Kalesh AP
1
-3
/
+6
2026-01-05
IB/core: Add helper to convert port attributes to data rate
Or Har-Toov
1
-0
/
+51
2026-01-05
IB/core: Add async event on device speed change
Or Har-Toov
1
-0
/
+1
2025-12-21
RDMA/core: Fix logic error in ib_get_gids_from_rdma_hdr()
Jang Ingyu
1
-1
/
+1
2025-11-24
RDMA/core: Add new IB rate for XDR (8x) support
Maher Sanalla
1
-0
/
+3
2025-07-23
IB: Extend UVERBS_METHOD_REG_MR to get DMAH
Yishai Hadas
1
-1
/
+4
2025-04-07
RDMA/core: Convert to use ERR_CAST()
Li Haoran
1
-1
/
+1
2025-03-18
RDMA/core: Pass port to counter bind/unbind operations
Patrisious Haddad
1
-1
/
+1
2025-02-19
RDMA/core: Fix best page size finding when it can cross SG entries
Michael Margolin
1
-5
/
+6
2024-06-26
IB/core: add support for draining Shared receive queues
Max Gurtovoy
1
-1
/
+81
2023-11-13
RDMA/core: Fix uninit-value access in ib_get_eth_speed()
Shigeru Yoshida
1
-1
/
+1
2023-09-26
IB/core: Add support for XDR link speed
Or Har-Toov
1
-0
/
+3
2023-09-11
RDMA/core: Fix repeated words in comments
Rohit Chavan
1
-2
/
+2
2023-08-13
IB/core: Add more speed parsing in ib_get_width_and_speed()
Kalesh AP
1
-1
/
+10
2023-07-30
RDMA/core: Get IB width and speed from netdev
Haoyue Xu
1
-21
/
+79
2023-04-13
RDMA/core: Fix GID entry ref leak when create_ah fails
Saravanan Vajravel
1
-0
/
+2
2023-01-10
RDMA/core: Fix ib block iterator counter overflow
Yonatan Nachum
1
-2
/
+5
2022-09-22
RDMA/core: Clean up a variable name in ib_create_srq_user()
Dan Carpenter
1
-1
/
+1
2022-09-22
IB: Set IOVA/LENGTH on IB_MR in core/uverbs layers
Daisuke Matsuda
1
-0
/
+2
2022-04-06
RDMA: Split kernel-only global device caps from uverbs device caps
Jason Gunthorpe
1
-4
/
+4
2022-03-14
Revert "RDMA/core: Fix ib_qp_usecnt_dec() called when error"
Leon Romanovsky
1
-1
/
+2
2022-03-04
RDMA/core: Fix ib_qp_usecnt_dec() called when error
Yajun Deng
1
-2
/
+1
2022-02-28
RDMA/core: Remove unnecessary statements
Yajun Deng
1
-8
/
+0
2022-01-28
RDMA/core: Set MR type in ib_reg_user_mr
Maor Gottlieb
1
-0
/
+1
2021-11-16
RDMA/core: Set send and receive CQ before forwarding to the driver
Leon Romanovsky
1
-0
/
+3
2021-10-28
RDMA/core: Fix missed initialization of rdma_hw_stats::lock
Mark Zhang
1
-0
/
+1
2021-10-12
RDMA/counter: Add an is_disabled field in struct rdma_hw_stats
Aharon Landau
1
-0
/
+13
2021-10-12
RDMA/core: Add a helper API rdma_free_hw_stats_struct
Mark Zhang
1
-0
/
+35
2021-08-03
RDMA/core: Create clean QP creations interface for uverbs
Leon Romanovsky
1
-29
/
+43
2021-08-03
RDMA/core: Properly increment and decrement QP usecnts
Leon Romanovsky
1
-27
/
+33
2021-08-03
RDMA/core: Configure selinux QP during creation
Leon Romanovsky
1
-4
/
+7
[next]