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
/
sw
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
12
-86
/
+94
2026-08-18
Merge rdma branch 'for-rc' into 'for-next'
Jason Gunthorpe
1
-20
/
+24
2026-08-12
RDMA/rxe: Fix OOB in free_rd_atomic_resources()
Peiyang He
1
-2
/
+1
2026-08-06
RDMA/siw: Fix use-after-free in siw_accept()
Shuangpeng Bai
1
-1
/
+1
2026-07-28
RDMA/rxe: Fix UAF in ODP init error-handling path
Peiyang He
1
-0
/
+1
2026-07-26
RDMA/rxe: Implement disassociate_ucontext callback
Jiri Pirko
1
-0
/
+5
2026-07-26
RDMA/rxe: Allow queue VMAs to outlive ucontexts
Jiri Pirko
1
-33
/
+2
2026-07-22
Merge branch 'big-tcp-for-udp-tunnels'
Paolo Abeni
1
-2
/
+2
2026-07-22
net: Use helpers to get/set UDP len tree-wide
Alice Mikityanska
1
-2
/
+2
2026-07-20
RDMA: Use ib_no_udata_io() in query_device callbacks
Leon Romanovsky
3
-6
/
+6
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-15
RDMA/rxe: Reject unimplemented implicit ODP cleanly
xiongweimin
1
-8
/
+3
2026-07-14
IB/rdmavt: use kzalloc() to allocate QPN-map pages
Mike Rapoport (Microsoft)
1
-4
/
+4
2026-07-14
RDMA: Remove redundant memset() from query_device callbacks
Leon Romanovsky
1
-2
/
+0
2026-07-13
RDMA/rvt: Return NULL after port allocation failure
Leon Romanovsky
1
-1
/
+3
2026-07-12
RDMA/rxe: Avoid reprocessing the current packet after the QP enters the error state
Allison Henderson
1
-1
/
+8
2026-07-12
RDMA: Change capability fields in ib_device_attr from int to u32
Erni Sri Satya Vennela
2
-19
/
+19
2026-07-05
RDMA/rxe: Check PDs for memory window binds
Zhiwei Zhang
1
-8
/
+12
2026-07-02
RDMA/siw: publish QP after initialization
Ruoyu Wang
1
-20
/
+24
2026-06-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
26
-109
/
+263
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+5
2026-06-08
RDMA: During rereg_mr ensure that REREG_ACCESS is compatible
Jason Gunthorpe
1
-0
/
+5
2026-06-05
RDMA/siw: Fix endpoint/socket association handling
Bernard Metzler
1
-15
/
+15
2026-06-05
RDMA/siw: bound Read Response placement to the RREAD length
Michael Bommarito
1
-0
/
+9
2026-06-03
RDMA: Update the query_device() op
Jason Gunthorpe
3
-16
/
+15
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: Rename ib_umem_get() to ib_umem_get_va()
Jiri Pirko
3
-4
/
+4
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
1
-0
/
+15
2026-05-25
Merge tag 'v7.1-rc5' into rdma.git for-next
Jason Gunthorpe
3
-1
/
+39
2026-05-25
RDMA/rxe: Fix a use-after-free problem in rxe_mmap
Zhu Yanjun
1
-3
/
+16
2026-05-18
RDMA: Convert drivers using sizeof() to ib_respond_udata()
Jason Gunthorpe
3
-8
/
+7
2026-05-18
IB/rdmavt: Don't abuse udata and ib_respond_udata()
Jason Gunthorpe
1
-10
/
+9
2026-05-18
RDMA/siw: use kzalloc_flex
Bernard Metzler
3
-33
/
+33
2026-05-18
RDMA/rxe: support perf mgmt GET method
zhenwei pi
4
-0
/
+105
2026-05-18
RDMA/rxe: add SENT/RCVD bytes
zhenwei pi
5
-0
/
+14
2026-05-18
RDMA/rxe: remove rxe_ib_device_get_netdev() and RXE_PORT
zhenwei pi
4
-14
/
+7
2026-05-14
RDMA/siw: Reject MPA FPDU length underflow before signed receive math
Michael Bommarito
1
-0
/
+15
2026-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+24
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_sock_release().
Kuniyuki Iwashima
2
-4
/
+4
2026-04-28
RDMA/rxe: Reject non-8-byte ATOMIC_WRITE payloads
Michael Bommarito
1
-1
/
+13
2026-04-28
RDMA/rxe: Reject unknown opcodes before ICRC processing
Michael Bommarito
1
-0
/
+11
2026-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
22
-136
/
+388
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
1
-3
/
+3
2026-04-13
Merge branch 'nocache-cleanup'
Linus Torvalds
1
-5
/
+3
2026-04-09
RDMA/rxe: Validate pad and ICRC before payload_size() in rxe_rcv
hkbinbin
1
-1
/
+2
2026-03-31
RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()
Jason Gunthorpe
2
-16
/
+3
[next]