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
/
hw
/
efa
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-12
RDMA/efa: Add support for 128B admin v2 SQ entry
Yonatan Nachum
3
-32
/
+116
2026-08-12
RDMA/efa: Generalize the admin SQ
Yonatan Nachum
2
-27
/
+24
2026-08-12
RDMA/efa: Decouple admin command payload from admin header
Yonatan Nachum
5
-242
/
+112
2026-07-28
RDMA/efa: Fix PBL chunk length computation
Yonatan Nachum
1
-4
/
+9
2026-07-23
RDMA/efa: Expose 64-bit send WR ID support to userspace
Yonatan Nachum
1
-0
/
+3
2026-07-23
RDMA/efa: Add CQ/QP creation with 64-bit SQ req ID support
Yonatan Nachum
5
-5
/
+44
2026-07-22
RDMA/efa: Add Completion Counters support
Michael Margolin
5
-2
/
+444
2026-07-22
RDMA/efa: Update device interface
Michael Margolin
2
-4
/
+202
2026-07-14
RDMA: Remove redundant memset() from query_device callbacks
Leon Romanovsky
1
-1
/
+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-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-06-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
9
-97
/
+121
2026-06-09
RDMA/efa: Implement the query port speed verb
Tom Sela
4
-3
/
+16
2026-06-09
RDMA/efa: Report 800 and 1600 Gbps link speed
Tom Sela
1
-1
/
+7
2026-06-02
RDMA/efa: Validate SQ ring size against max LLQ size
Yonatan Nachum
1
-9
/
+18
2026-05-29
RDMA/efa: Use ib_umem_get_cq_buf() for user CQ buffer
Jiri Pirko
1
-10
/
+17
2026-05-29
RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()
Jiri Pirko
1
-1
/
+1
2026-05-18
RDMA: Convert drivers using min to ib_respond_udata()
Jason Gunthorpe
1
-33
/
+11
2026-05-18
RDMA: Use ib_is_udata_in_empty() for places calling ib_is_udata_cleared()
Jason Gunthorpe
1
-29
/
+14
2026-05-18
RDMA/efa: Add checksum support for admin responses
Yonatan Nachum
5
-20
/
+55
2026-03-31
RDMA: Remove redundant = {} for udata req structs
Jason Gunthorpe
1
-2
/
+2
2026-03-31
RDMA: Use ib_copy_validate_udata_in_cm() for zero comp_mask
Jason Gunthorpe
1
-4
/
+4
2026-03-31
RDMA: Consolidate patterns with offsetofend() to ib_copy_validate_udata_in()
Jason Gunthorpe
1
-43
/
+4
2026-03-30
Merge branch 'master' into rdma-next
Leon Romanovsky
1
-48
/
+40
2026-03-17
RDMA/efa: Fix possible deadlock
Ethan Tidmore
1
-0
/
+1
2026-03-17
RDMA/efa: Rename alloc_ucontext comp_mask to supported_caps
Michael Margolin
1
-8
/
+9
2026-03-08
RDMA/efa: Fix use of completion ctx after free
Yonatan Nachum
1
-48
/
+39
2026-03-05
Add support for TLP emulation
Leon Romanovsky
1
-1
/
+1
2026-02-25
RDMA/efa: Remove check for zero CQE count
Leon Romanovsky
1
-2
/
+2
2026-02-25
RDMA/core: Prepare create CQ path for API unification
Leon Romanovsky
3
-14
/
+5
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
1
-13
/
+11
2026-02-25
RDMA: Move DMA block iterator logic into dedicated files
Leon Romanovsky
1
-1
/
+1
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/efa: Fix typo in efa_alloc_mr()
Jason Gunthorpe
1
-1
/
+1
2026-02-21
Convert more 'alloc_obj' cases to default GFP_KERNEL arguments
Linus Torvalds
1
-2
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-4
/
+4
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2
-7
/
+6
2026-02-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-43
/
+54
2025-12-18
RDMA/efa: Improve admin completion context state machine
Yonatan Nachum
1
-41
/
+50
2025-12-18
RDMA/efa: Check stored completion CTX command ID with received one
Yonatan Nachum
1
-2
/
+4
2025-12-17
RDMA/efa: Remove possible negative shift
Michael Margolin
1
-4
/
+0
2025-10-19
RDMA/uverbs: Fix umem release in UVERBS_METHOD_CQ_CREATE
Shuhao Fu
1
-9
/
+7
2025-09-21
RDMA: Use %pe format specifier for error pointers
Leon Romanovsky
2
-4
/
+6
2025-08-25
RDMA/efa: Extend admin timeout error print
Michael Margolin
1
-5
/
+9
2025-07-23
IB: Extend UVERBS_METHOD_REG_MR to get DMAH
Yishai Hadas
2
-0
/
+14
[next]