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
/
net
/
rxrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-23
rxrpc: Fix error handling in rxgk_extract_token()
David Howells
1
-0
/
+1
2026-04-23
rxrpc: Fix re-decryption of RESPONSE packets
David Howells
1
-12
/
+2
2026-04-23
rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packets
David Howells
1
-1
/
+2
2026-04-23
rxrpc: Fix missing validation of ticket length in non-XDR key preparsing
Anderson Nascimento
1
-0
/
+4
2026-04-23
rxgk: Fix potential integer overflow in length check
David Howells
2
-1
/
+2
2026-04-23
rxrpc: Fix conn-level packet handling to unshare RESPONSE packets
David Howells
1
-1
/
+28
2026-04-23
rxrpc: Fix potential UAF after skb_unshare() failure
David Howells
4
-33
/
+20
2026-04-23
rxrpc: Fix rxkad crypto unalignment handling
David Howells
1
-2
/
+7
2026-04-23
rxrpc: Fix memory leaks in rxkad_verify_response()
David Howells
1
-61
/
+42
2026-04-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
13
-88
/
+135
2026-04-08
rxrpc: proc: size address buffers for %pISpc output
Pengpeng Hou
1
-14
/
+18
2026-04-08
rxrpc: only handle RESPONSE during service challenge
Wang Jie
1
-2
/
+12
2026-04-08
rxrpc: Fix buffer overread in rxgk_do_verify_authenticator()
David Howells
1
-1
/
+4
2026-04-08
rxrpc: Fix leak of rxgk context in rxgk_verify_response()
David Howells
1
-2
/
+4
2026-04-08
rxrpc: Fix integer overflow in rxgk_verify_response()
David Howells
1
-1
/
+2
2026-04-08
rxrpc: Fix missing error checks for rxkad encryption/decryption failure
David Howells
1
-19
/
+38
2026-04-08
rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)
David Howells
2
-7
/
+1
2026-04-08
rxrpc: fix reference count leak in rxrpc_server_keyring()
Luxiao Xu
1
-0
/
+3
2026-04-08
rxrpc: fix oversized RESPONSE authenticator length check
Keenan Dong
1
-1
/
+1
2026-04-08
rxrpc: fix RESPONSE authenticator parser OOB read
Keenan Dong
1
-1
/
+2
2026-04-08
rxrpc: reject undecryptable rxkad response tickets
Yuqi Xu
1
-1
/
+5
2026-04-08
rxrpc: Only put the call ref if one was acquired
Douya Le
1
-1
/
+2
2026-04-08
rxrpc: Fix to request an ack if window is limited
Marc Dionne
3
-3
/
+6
2026-04-08
rxrpc: Fix key reference count leak from call->key
Anderson Nascimento
1
-0
/
+1
2026-04-08
rxrpc: Fix rack timer warning to report unexpected mode
Alok Tiwari
1
-1
/
+1
2026-04-08
rxrpc: Fix use of wrong skb when comparing queued RESP challenge serial
Alok Tiwari
1
-2
/
+3
2026-04-08
rxrpc: Fix RxGK token loading to check bounds
Oleh Konko
1
-13
/
+17
2026-04-08
rxrpc: Fix call removal to use RCU safe deletion
David Howells
1
-15
/
+9
2026-04-08
rxrpc: Fix anonymous key handling
David Howells
1
-1
/
+1
2026-04-08
rxrpc: Fix key parsing memleak
David Howells
1
-0
/
+1
2026-04-08
rxrpc: Fix key quota calculation for multitoken keys
David Howells
1
-3
/
+4
2026-03-29
ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
Fernando Fernandez Mancera
1
-1
/
+1
2026-03-13
ipv6: Retire UDP-Lite.
Kuniyuki Iwashima
1
-2
/
+0
2026-03-06
rxrpc, afs: Fix missing error pointer check after rxrpc_kernel_lookup_peer()
Miaoqian Lin
1
-3
/
+5
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-6
/
+6
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
12
-16
/
+16
2026-01-21
rxrpc: Fix data-race warning and potential load/store tearing
David Howells
7
-14
/
+36
2026-01-19
rxrpc: Fix recvmsg() unconditional requeue
David Howells
1
-4
/
+15
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-1
/
+1
2025-11-04
net: Convert proto_ops bind() callbacks to use sockaddr_unsized
Kees Cook
2
-2
/
+2
2025-09-22
net: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2025-09-14
rxrpc: Fix untrusted unsigned subtract
David Howells
1
-5
/
+14
2025-09-14
rxrpc: Fix unhandled errors in rxgk_verify_packet_integrity()
David Howells
3
-14
/
+28
2025-07-17
rxrpc: Fix to use conn aborts for conn-wide failures
David Howells
5
-19
/
+37
2025-07-17
rxrpc: Fix transmission of an abort in response to an abort
David Howells
1
-0
/
+3
2025-07-17
rxrpc: Fix notification vs call-release vs recvmsg
David Howells
2
-16
/
+16
2025-07-17
rxrpc: Fix recv-recv race of completed call
David Howells
2
-2
/
+18
2025-07-17
rxrpc: Fix irq-disabled in local_bh_enable()
David Howells
3
-4
/
+4
2025-07-09
rxrpc: Fix oops due to non-existence of prealloc backlog struct
David Howells
1
-0
/
+3
2025-07-09
rxrpc: Fix bug due to prealloc collision
David Howells
1
-0
/
+1
[next]