index
:
pub/scm/linux/kernel/git/modules/linux.git
master
mcgrof's fork of linux.git
Modules Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2026-06-03
RDMA/umem: Fix truncation for block sizes >= 4G
Jason Gunthorpe
1
-2
/
+2
2026-06-02
RDMA/efa: Validate SQ ring size against max LLQ size
Yonatan Nachum
1
-9
/
+18
2026-06-01
RDMA/core: Validate the passed in fops for ib_get_ucaps()
Jason Gunthorpe
1
-5
/
+3
2026-05-29
RDMA/rxe: Copy WQE to local buffer in non-SRQ receive path
Tristan Madani
1
-3
/
+24
2026-05-29
RDMA/rxe: Fix TOCTOU heap overflow in get_srq_wqe
Tristan Madani
1
-2
/
+4
2026-05-29
RDMA/umem: Block plain userspace memory registration under CoCo bounce
Jiri Pirko
1
-0
/
+3
2026-05-29
RDMA/uverbs: Expose CoCo DMA bounce requirement to userspace
Jiri Pirko
2
-0
/
+11
2026-05-29
RDMA/mlx5: Use UMEM attribute for QP doorbell record
Jiri Pirko
3
-1
/
+20
2026-05-29
RDMA/mlx5: Use UMEM attribute for CQ doorbell record
Jiri Pirko
5
-25
/
+97
2026-05-29
RDMA/mlx5: Use UMEM attributes for QP buffers in create_qp
Jiri Pirko
1
-13
/
+33
2026-05-29
RDMA/uverbs: Use UMEM attributes for QP creation
Jiri Pirko
1
-0
/
+6
2026-05-29
RDMA/uverbs: Remove legacy umem field from struct ib_cq
Jiri Pirko
4
-54
/
+0
2026-05-29
RDMA/mlx4: Use ib_umem_get_cq_buf() for user CQ buffer
Jiri Pirko
2
-20
/
+31
2026-05-29
RDMA/bnxt_re: Use ib_umem_get_cq_buf_or_va() for user CQ buffer
Jiri Pirko
2
-16
/
+20
2026-05-29
RDMA/mlx5: Use ib_umem_get_cq_buf_or_va() for user CQ buffer
Jiri Pirko
1
-13
/
+14
2026-05-29
RDMA/efa: Use ib_umem_get_cq_buf() for user CQ buffer
Jiri Pirko
1
-10
/
+17
2026-05-29
RDMA/uverbs: Add CQ buffer UMEM attribute and driver helpers
Jiri Pirko
2
-1
/
+58
2026-05-29
RDMA/uverbs: Push out CQ buffer umem processing into a helper
Jiri Pirko
2
-57
/
+82
2026-05-29
RDMA/umem: Route ib_umem_get_va() through ib_umem_get_attr_or_va()
Jiri Pirko
1
-15
/
+0
2026-05-29
RDMA/core: Introduce generic buffer descriptor infrastructure for umem
Jiri Pirko
2
-0
/
+253
2026-05-29
RDMA/umem: Split ib_umem_get_va() into a thin wrapper around __ib_umem_get_va()
Jiri Pirko
1
-10
/
+17
2026-05-29
RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()
Jiri Pirko
33
-90
/
+91
2026-05-29
RDMA/rxe: Fix typos in comments
Purushothaman Ramalingam
3
-3
/
+3
2026-05-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
8
-136
/
+156
2026-05-26
RDMA/core: Move flow related functions to ib_uverbs_support.ko
Jason Gunthorpe
3
-77
/
+80
2026-05-26
RDMA/core: Move ucaps into ib_uverbs_support.ko
Jason Gunthorpe
3
-10
/
+7
2026-05-26
RDMA/core: Make a new module for the uverbs components needed by drivers
Jason Gunthorpe
5
-105
/
+133
2026-05-26
RDMA/core: Remove uverbs_async_event_release()
Jason Gunthorpe
5
-21
/
+49
2026-05-26
RDMA/core: Move many of the little EXPORTs from uverbs_ioctl into ib_core_uverbs
Jason Gunthorpe
5
-234
/
+233
2026-05-26
RDMA/core: Do not compile ib_core_uverbs without USER_ACCESS
Jason Gunthorpe
4
-9
/
+9
2026-05-25
Merge tag 'v7.1-rc5' into rdma.git for-next
Jason Gunthorpe
28
-178
/
+267
2026-05-25
RDMA/counter: Fix incorrect port index in rdma_counter_init() error cleanup
Tao Cui
1
-1
/
+1
2026-05-25
RDMA/counter: Fix num_counters leak on bind_qp failure in alloc_and_bind()
Tao Cui
1
-1
/
+9
2026-05-25
RDMA/hns: Fix log flood after cmd_mbox failure
Lianfa Weng
4
-16
/
+16
2026-05-25
RDMA/hns: Fix warning in poll cq direct mode
Lianfa Weng
1
-1
/
+1
2026-05-25
IB/mlx4: Fix refcount leak in add_port() error path
Guangshuo Li
1
-18
/
+27
2026-05-25
RDMA/rxe: Fix a use-after-free problem in rxe_mmap
Zhu Yanjun
1
-3
/
+16
2026-05-25
RDMA/irdma: Fix out-of-bounds write in irdma_copy_user_pgaddrs
Jacob Moroni
1
-4
/
+10
2026-05-24
RDMA/mana_ib: Use ib_get_eth_speed for reporting port speed
Shiraz Saleem
1
-2
/
+1
2026-05-24
RDMA/rtrs: Use flexible array for client path stats
Rosen Penev
3
-14
/
+3
2026-05-24
RDMA/bnxt_re: Enable app allocated QPs
Sriharsha Basavapatna
1
-4
/
+15
2026-05-24
RDMA/bnxt_re: Support doorbells for app allocated QPs
Sriharsha Basavapatna
3
-5
/
+55
2026-05-24
RDMA/bnxt_re: Enhance dpi lifecycle logic in doorbell uapis
Sriharsha Basavapatna
3
-2
/
+17
2026-05-24
RDMA/bnxt_re: Enhance dbr usecnt logic in doorbell uapis
Sriharsha Basavapatna
2
-4
/
+15
2026-05-24
RDMA/bnxt_re: Update hwq depth for app allocated QPs
Sriharsha Basavapatna
1
-7
/
+16
2026-05-24
RDMA/bnxt_re: Update msn table size for app allocated QPs
Sriharsha Basavapatna
1
-22
/
+39
2026-05-24
RDMA/bnxt_re: Update sq depth for app allocated QPs
Sriharsha Basavapatna
1
-9
/
+15
2026-05-24
RDMA/bnxt_re: Update rq depth for app allocated QPs
Sriharsha Basavapatna
1
-8
/
+14
2026-05-24
RDMA/bnxt_re: Refactor bnxt_re_init_user_qp()
Sriharsha Basavapatna
1
-54
/
+73
2026-05-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
8
-136
/
+156
[prev]
[next]