index
:
pub/scm/linux/kernel/git/docs/linux.git
master
corbet's fork of linux.git
Kernel documentation group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-20
RDMA/mlx4: use kzalloc() for the fast registration page list
Leon Romanovsky
1
-3
/
+3
2026-07-20
RDMA/cxgb4: use kmalloc() for the PBL address array
Leon Romanovsky
1
-2
/
+2
2026-07-20
RDMA/irdma: Enable uverbs_robust_udata compliance flag
Jacob Moroni
1
-0
/
+1
2026-07-20
RDMA/irdma: Fix legacy i40iw compat check in create_qp
Jacob Moroni
1
-2
/
+6
2026-07-20
RDMA/irdma: Use robust udata helper for QP creation
Jacob Moroni
1
-19
/
+22
2026-07-20
RDMA/irdma: Use robust input copy helpers
Jacob Moroni
1
-45
/
+34
2026-07-20
RDMA/irdma: Clear udata response buffers where necessary
Jacob Moroni
1
-0
/
+21
2026-07-20
RDMA/irdma: Add checks for no udata
Jacob Moroni
1
-4
/
+62
2026-07-20
RDMA/irdma: Prevent user-triggered null deref on QP create
Jacob Moroni
1
-10
/
+9
2026-07-20
RDMA/srpt: Fix srpt_alloc_rw_ctxs() unwind counters
TanZheng
1
-0
/
+7
2026-07-20
RDMA/bnxt_re: Validate udata before executing commands
Leon Romanovsky
1
-35
/
+30
2026-07-20
IB/mlx4: Fix stale CM id_map entries when RTU is never received
Praveen Kumar Kannoju
1
-24
/
+87
2026-07-20
RDMA: Use ib_no_udata_io() in query_device callbacks
Leon Romanovsky
14
-28
/
+27
2026-07-20
RDMA/rxe: Validate num_sge/cur_sge before indexing wqe->dma.sge[]
Ibrahim Hashimov
1
-0
/
+15
2026-07-20
RDMA/rxe: Fix responder UAF on IB_QP_MAX_DEST_RD_ATOMIC modify_qp
Ibrahim Hashimov
1
-1
/
+14
2026-07-20
RDMA/hfi1: Propagate sdma_txinit_ahg() errors
Danila Chernetsov
1
-5
/
+8
2026-07-20
RDMA/umem: Constify struct dma_buf_attach_ops
Christophe JAILLET
1
-2
/
+2
2026-07-20
RDMA/mlx5: Constify struct ib_frmr_pool_ops and dma_buf_attach_ops
Christophe JAILLET
1
-3
/
+3
2026-07-15
RDMA/rxe: Reject unimplemented implicit ODP cleanly
xiongweimin
1
-8
/
+3
2026-07-15
RDMA/addr: fix spelling of guarantees in comment
xiongweimin
1
-1
/
+1
2026-07-15
RDMA/cma: fix spelling of guarantees in comment
xiongweimin
1
-1
/
+1
2026-07-14
IB/rdmavt: use kzalloc() to allocate QPN-map pages
Mike Rapoport (Microsoft)
1
-4
/
+4
2026-07-14
IB/mthca: allocate mthca_array memory with kzalloc()
Mike Rapoport (Microsoft)
1
-3
/
+3
2026-07-14
IB/mthca: mthca_reg_user_mr(): use kmalloc() to allocate addresses array
Mike Rapoport (Microsoft)
1
-2
/
+3
2026-07-14
RDMA/mlx5: replace __get_free_page() with kmalloc()
Mike Rapoport (Microsoft)
1
-2
/
+4
2026-07-14
RDMA/umem: ib_umem_get(): use kmalloc() to allocate page array
Mike Rapoport (Microsoft)
1
-2
/
+3
2026-07-14
RDMA: Remove redundant memset() from query_device callbacks
Leon Romanovsky
13
-19
/
+0
2026-07-14
RDMA/efa: Add EFA 0xefa4 PCI ID
Anas Mousa
1
-0
/
+2
2026-07-14
RDMA/efa: Extend page-shift field in MR registration
Michael Margolin
1
-3
/
+3
2026-07-13
RDMA/hfi1: Align probe error unwinding with device removal
Leon Romanovsky
1
-29
/
+16
2026-07-13
RDMA/hfi1: Initialize debugfs after probe completes
Leon Romanovsky
1
-4
/
+2
2026-07-13
RDMA/hfi1: Defer device creation until probe succeeds
Leon Romanovsky
1
-10
/
+7
2026-07-13
RDMA/hfi1: Stop flushing the global IB workqueue
Leon Romanovsky
1
-4
/
+0
2026-07-13
RDMA/hfi1: Remove redundant NULL checks in create_workqueues()
Leon Romanovsky
1
-33
/
+23
2026-07-13
RDMA/hfi1: Allocate device data after PCI initialization
Leon Romanovsky
2
-33
/
+29
2026-07-13
RDMA/hfi1: Free RX data on late probe failure
Leon Romanovsky
1
-0
/
+1
2026-07-13
RDMA/hfi1: Create workqueues before device initialization
Leon Romanovsky
3
-14
/
+11
2026-07-13
RDMA/hfi1: Drop device data from hfi1_validate_rcvhdrcnt()
Leon Romanovsky
3
-10
/
+11
2026-07-13
RDMA/hfi1: Pass PCI device to hfi1_pcie_init()
Leon Romanovsky
3
-7
/
+9
2026-07-13
RDMA/hfi1: Remove redundant PCI device ID validation
Leon Romanovsky
1
-9
/
+0
2026-07-13
RDMA/hfi1: Preserve unit 0 on allocation failure
Leon Romanovsky
1
-2
/
+3
2026-07-13
RDMA/rvt: Return NULL after port allocation failure
Leon Romanovsky
1
-1
/
+3
2026-07-13
IB/mlx4: delete allocated id_map_entry while sending REJ
Praveen Kumar Kannoju
1
-3
/
+10
2026-07-12
RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error...
Allison Henderson
1
-1
/
+8
2026-07-12
RDMA: Change capability fields in ib_device_attr from int to u32
Erni Sri Satya Vennela
14
-65
/
+53
2026-07-12
RDMA/hns: Compute HEM index in 64-bit in hns_roce_v2_set_hem()
Alexander Chesnokov
1
-1
/
+1
2026-07-12
RDMA/efa: Add AH cache handling on create and destroy AH
Yonatan Nachum
5
-8
/
+140
2026-07-12
RDMA/efa: Add initialization of AH cache rhashtable
Yonatan Nachum
5
-3
/
+93
2026-07-12
RDMA/ipoib: Drain RCU callbacks during module teardown
Leon Romanovsky
1
-0
/
+2
2026-07-12
RDMA/mlx5: Drain RCU callbacks during module teardown
Leon Romanovsky
1
-0
/
+2
[prev]
[next]