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-05
RDMA/bng_re: Fix silent failure in HWRM version query
Kamal Heib
1
-5
/
+9
2026-03-04
RDMA/ionic: Preserve and set Ethernet source MAC after ib_ud_header_init()
Abhijit Gangurde
1
-1
/
+3
2026-03-04
RDMA/irdma: Fix double free related to rereg_user_mr
Jacob Moroni
1
-0
/
+1
2026-03-02
RDMA/core: Add netlink command to modify FRMR aging
Michael Guralnik
3
-2
/
+68
2026-03-02
RDMA/nldev: Add command to get FRMR pools
Michael Guralnik
1
-0
/
+165
2026-03-02
RDMA/mlx5: Switch from MR cache to FRMR pools
Michael Guralnik
5
-1060
/
+187
2026-03-02
RDMA/core: Add pinned handles to FRMR pools
Michael Guralnik
2
-0
/
+130
2026-03-02
RDMA/core: Add FRMR pools statistics
Michael Guralnik
2
-2
/
+13
2026-03-02
RDMA/core: Add aging to FRMR pools
Michael Guralnik
2
-8
/
+81
2026-03-02
IB/core: Introduce FRMR pools
Michael Guralnik
3
-1
/
+368
2026-03-02
RDMA/mlx5: Move device async_ctx initialization
Chiara Meiohas
2
-2
/
+3
2026-03-02
RDMA: Complete k[z|m|c]alloc-to-k[z|m]alloc_obj conversion
Leon Romanovsky
13
-46
/
+33
2026-03-02
Merge tag 'drm-misc-next-2026-02-26' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
4
-13
/
+3
2026-02-28
scsi: target: Use driver completion preference by default
Mike Christie
1
-0
/
+1
2026-02-26
RDMA/uverbs: Import DMA-BUF module in uverbs_std_types_dmabuf file
Leon Romanovsky
1
-0
/
+2
2026-02-25
RDMA/mlx4: Remove unused create_flags field from CQ structure
Leon Romanovsky
2
-4
/
+1
2026-02-25
RDMA/mlx4: Introduce a modern CQ creation interface
Leon Romanovsky
3
-85
/
+111
2026-02-25
RDMA/mlx4: Inline mlx4_ib_get_cq_umem into callers
Leon Romanovsky
1
-48
/
+60
2026-02-25
RDMA/mlx5: Provide a modern CQ creation interface
Leon Romanovsky
3
-51
/
+107
2026-02-25
RDMA/mlx5: Save 4 bytes in CQ structure
Leon Romanovsky
3
-4
/
+5
2026-02-25
RDMA/efa: Remove check for zero CQE count
Leon Romanovsky
1
-2
/
+2
2026-02-25
RDMA/core: Reject zero CQE count
Leon Romanovsky
4
-6
/
+18
2026-02-25
RDMA/core: Prepare create CQ path for API unification
Leon Romanovsky
7
-22
/
+26
2026-02-25
RDMA/efa: Rely on CPU address in create‑QP
Leon Romanovsky
1
-2
/
+2
2026-02-25
RDMA/core: Manage CQ umem in core code
Leon Romanovsky
5
-15
/
+21
2026-02-25
RDMA/core: Promote UMEM to a core component
Leon Romanovsky
1
-2
/
+2
2026-02-25
RDMA: Move DMA block iterator logic into dedicated files
Leon Romanovsky
18
-51
/
+59
2026-02-25
RDMA/umem: Fix double dma_buf_unpin in failure path
Jacob Moroni
1
-3
/
+1
2026-02-25
RDMA/core: Check id_priv->restricted_node_type in cma_listen_on_dev()
Stefan Metzmacher
1
-1
/
+5
2026-02-25
RDMA/efa: Use extended inline buff size for inline validation
Yonatan Nachum
1
-2
/
+2
2026-02-25
RDMA/efa: Expose new extended max inline buff size
Yonatan Nachum
4
-3
/
+33
2026-02-25
RDMA/efa: Rename admin queue attributes struct name for extendability
Yonatan Nachum
2
-24
/
+24
2026-02-24
RDMA/ionic: Fix kernel stack leak in ionic_create_cq()
Jason Gunthorpe
1
-1
/
+1
2026-02-24
RDMA/irdma: Fix kernel stack leak in irdma_create_user_ah()
Jason Gunthorpe
1
-1
/
+1
2026-02-24
IB/mthca: Add missed mthca_unmap_user_db() for mthca_create_srq()
Jason Gunthorpe
1
-2
/
+3
2026-02-24
RDMA/efa: Fix typo in efa_alloc_mr()
Jason Gunthorpe
1
-1
/
+1
2026-02-24
RDMA/rxe: Generate async error for r_key violations
Evan Green
2
-13
/
+44
2026-02-24
RDMA/ionic: Fix potential NULL pointer dereference in ionic_query_port
Kamal Heib
1
-0
/
+2
2026-02-24
RDMA/uverbs: Update for semantic conflict with drm-misc
Mark Brown
2
-2
/
+2
2026-02-24
RDMA/bng_re: Unwind bng_re_dev_init properly
Siva Reddy Kallam
1
-14
/
+15
2026-02-24
RDMA/bng_re: Remove unnessary validity checks
Siva Reddy Kallam
1
-23
/
+4
2026-02-24
RDMA/core: Fix stale RoCE GIDs during netdev events at registration
Jiri Pirko
3
-1
/
+49
2026-02-23
RDMA/uverbs: select CONFIG_DMA_SHARED_BUFFER
Arnd Bergmann
1
-0
/
+1
2026-02-23
dma-buf: Make .invalidate_mapping() truly optional
Leon Romanovsky
1
-10
/
+0
2026-02-23
Merge drm/drm-next into drm-misc-next
Maxime Ripard
220
-1494
/
+9573
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
26
-42
/
+31
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
44
-130
/
+65
2026-02-21
Convert 'alloc_flex' family to use the new default GFP_KERNEL argument
Linus Torvalds
11
-12
/
+12
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
158
-475
/
+475
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
176
-847
/
+779
[prev]
[next]