index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
Age
Commit message (
Expand
)
Author
Files
Lines
2026-03-18
RDMA/irdma: Remove reset check from irdma_modify_qp_to_err()
Tatyana Nikolova
1
-2
/
+0
2026-03-18
RDMA/irdma: Clean up unnecessary dereference of event->cm_node
Ivan Barrera
1
-6
/
+6
2026-03-18
RDMA/irdma: Remove a NOP wait_event() in irdma_modify_qp_roce()
Tatyana Nikolova
1
-2
/
+0
2026-03-18
RDMA/irdma: Update ibqp state to error if QP is already in error state
Tatyana Nikolova
1
-0
/
+2
2026-03-18
RDMA/irdma: Initialize free_qp completion before using it
Jacob Moroni
1
-1
/
+1
2026-03-17
RDMA/efa: Fix possible deadlock
Ethan Tidmore
1
-0
/
+1
2026-03-17
RDMA/rw: Fix MR pool exhaustion in bvec RDMA READ path
Chuck Lever
1
-7
/
+9
2026-03-17
RDMA/rw: Fall back to direct SGE on MR pool exhaustion
Chuck Lever
1
-3
/
+18
2026-03-17
RDMA/efa: Rename alloc_ucontext comp_mask to supported_caps
Michael Margolin
1
-8
/
+9
2026-03-16
net/mlx5: Expose MLX5_UMR_ALIGN definition
Tariq Toukan
1
-1
/
+0
2026-03-16
{net/RDMA}/mlx5: Add LAG demux table API and vport demux rules
Shay Drory
3
-14
/
+28
2026-03-16
net/mlx5: LAG, replace mlx5_get_dev_index with LAG sequence number
Shay Drory
1
-1
/
+3
2026-03-11
RDMA/rdmavt: Add driver mmap callback
Dean Luick
1
-5
/
+17
2026-03-11
RDMA/rdmavt: Correct multi-port QP iteration
Dean Luick
1
-1
/
+1
2026-03-11
RDMA/rdmavt: Add ucontext alloc/dealloc passthrough
Dean Luick
1
-0
/
+8
2026-03-10
IB/hfi1: kzalloc to kzalloc_flex
Rosen Penev
2
-9
/
+2
2026-03-10
RDMA/hfi1: Remove opa_vnic
Dennis Dalessandro
26
-4536
/
+20
2026-03-10
RDMA/ocrdma: kzalloc_objs to kzalloc_flex
Rosen Penev
2
-13
/
+4
2026-03-08
RDMA/efa: Fix use of completion ctx after free
Yonatan Nachum
1
-48
/
+39
2026-03-08
RDMA/irdma: Add support for revocable pinned dmabuf import
Jacob Moroni
1
-12
/
+93
2026-03-08
RDMA/umem: Add helpers for umem dmabuf revoke lock
Jacob Moroni
1
-0
/
+16
2026-03-08
RDMA/umem: Add pinned revocable dmabuf import interface
Jacob Moroni
1
-0
/
+61
2026-03-08
RDMA/umem: Move umem dmabuf revoke logic into helper function
Jacob Moroni
1
-9
/
+17
2026-03-08
RDMA/umem: Add ib_umem_dmabuf_get_pinned_and_lock helper
Jacob Moroni
1
-9
/
+26
2026-03-08
RDMA/rtrs: add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
2
-2
/
+2
2026-03-08
RDMA/bnxt_re: Support application specific CQs
Sriharsha Basavapatna
3
-18
/
+22
2026-03-08
RDMA/bnxt_re: Separate kernel and user CQ creation paths
Sriharsha Basavapatna
1
-53
/
+102
2026-03-08
RDMA/bnxt_re: Refactor bnxt_re_create_cq()
Sriharsha Basavapatna
1
-3
/
+26
2026-03-08
RDMA/bnxt_re: Support doorbell extensions
Kalesh AP
4
-0
/
+184
2026-03-08
RDMA/bnxt_re: Refactor bnxt_qplib_create_qp() function
Kalesh AP
4
-225
/
+295
2026-03-08
RDMA/bnxt_re: Move the UAPI methods to a dedicated file
Kalesh AP
4
-305
/
+344
2026-03-08
RDMA: Add IB_UVERBS_CORE_SUPPORT_ROBUST_UDATA
Jason Gunthorpe
3
-0
/
+10
2026-03-08
RDMA/bnxt_re: Use ib_respond_empty_udata()
Jason Gunthorpe
1
-10
/
+15
2026-03-08
RDMA/bnxt_re: Use ib_respond_udata()
Jason Gunthorpe
1
-22
/
+9
2026-03-08
RDMA/bnxt_re: Add missing comp_mask validation
Jason Gunthorpe
1
-2
/
+5
2026-03-08
RDMA/bnxt_re: Add compatibility checks to the uapi path for no data
Jason Gunthorpe
1
-0
/
+57
2026-03-08
RDMA/bnxt_re: Add compatibility checks to the uapi path
Jason Gunthorpe
1
-13
/
+16
2026-03-08
RDMA: Add ib_respond_udata()
Jason Gunthorpe
1
-0
/
+24
2026-03-08
RDMA: Add ib_copy_validate_udata_in_cm()
Jason Gunthorpe
1
-0
/
+12
2026-03-08
RDMA: Add ib_copy_validate_udata_in()
Jason Gunthorpe
2
-0
/
+54
2026-03-08
RDMA/core: Add rdma_udata_to_dev()
Jason Gunthorpe
1
-0
/
+27
2026-03-08
RDMA: Use copy_struct_from_user() instead of open coding
Jason Gunthorpe
1
-18
/
+6
2026-03-05
RDMA/mlx5: Add support for TLP VAR allocation
Maher Sanalla
1
-6
/
+34
2026-03-05
RDMA/mlx5: Add TLP VAR region support and infrastructure
Maher Sanalla
2
-5
/
+54
2026-03-05
RDMA/mlx5: Refactor VAR table to use region abstraction
Maher Sanalla
2
-30
/
+38
2026-03-05
Add support for TLP emulation
Leon Romanovsky
13
-47
/
+85
2026-03-05
RDMA/erdma: Remove numa_node from struct erdma_devattr
Cheng Xu
3
-3
/
+2
2026-03-05
RDMA/core: Delete not-implemented get_vector_affinity
Leon Romanovsky
1
-1
/
+0
2026-03-05
RDMA/nldev: Expose kernel-internal FRMR pools in netlink
Michael Guralnik
1
-5
/
+23
2026-03-05
RDMA/nldev: Add command to set pinned FRMR handles
Michael Guralnik
1
-11
/
+77
[prev]
[next]