index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
Age
Commit message (
Expand
)
Author
Files
Lines
6 days
rxrpc: Fix rxrpc_rotate_tx_rotate() to check there's something to rotate
David Howells
1
-0
/
+3
6 days
rxrpc: Fix leak of released call in recvmsg(MSG_PEEK)
David Howells
1
-2
/
+1
6 days
rxrpc: Fix socket notification race
David Howells
1
-2
/
+0
6 days
rxrpc: Fix potential infinite loop in rxrpc_recvmsg()
David Howells
1
-1
/
+2
6 days
rxrpc: Fix oob challenge leak in cleanup after notification failure
David Howells
3
-6
/
+14
6 days
rxrpc: Fix the reception of a reply packet before data transmission
David Howells
1
-3
/
+10
6 days
rxrpc: Fix double unlock in rxrpc_recvmsg()
David Howells
1
-1
/
+1
6 days
rxrpc: Fix leak of connection from OOB challenge
David Howells
1
-0
/
+5
6 days
rxrpc: Fix ACKALL packet handling
Wyatt Feng
6
-7
/
+30
2026-06-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-13
/
+28
2026-06-13
rxrpc: serialize kernel accept preallocation with socket teardown
Li Daming
1
-6
/
+19
2026-06-13
rxrpc: Fix UAF in rxgk_issue_challenge()
David Howells
1
-1
/
+2
2026-06-13
rxrpc: Don't move a peeked OOB message onto the pending queue
Hyunwoo Kim
1
-5
/
+6
2026-06-13
rxrpc: rxrpc_verify_data ensure rx_dec_buffer alloc
Jeffrey Altman
1
-1
/
+1
2026-06-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-9
/
+17
2026-06-10
net/rxrpc: Reimplement DES-PCBC using DES library
Eric Biggers
6
-40
/
+79
2026-06-10
net/rxrpc: Use local FCrypt-PCBC implementation
Eric Biggers
3
-280
/
+76
2026-06-10
net/rxrpc: Add local FCrypt-PCBC implementation
Eric Biggers
7
-1
/
+493
2026-06-09
rxrpc: Fix the ACK parser to extract the SACK table for parsing
David Howells
1
-9
/
+17
2026-05-22
rxrpc: convert to getsockopt_iter
Breno Leitao
1
-7
/
+9
2026-05-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
10
-292
/
+241
2026-05-21
rxrpc: Fix RESPONSE packet verification to extract skb to a linear buffer
David Howells
7
-225
/
+82
2026-05-21
rxrpc: Fix DATA decrypt vs splice() by copying data to buffer in recvmsg
David Howells
8
-120
/
+201
2026-05-21
crypto/krb5, rxrpc: Fix lack of pre-decrypt/pre-verify length checks
David Howells
1
-2
/
+13
2026-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+5
2026-05-10
rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
Hyunwoo Kim
2
-2
/
+5
2026-05-06
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
1
-1
/
+1
2026-04-24
rxrpc: Fix error handling in rxgk_extract_token()
David Howells
1
-0
/
+1
2026-04-24
rxrpc: Fix re-decryption of RESPONSE packets
David Howells
1
-12
/
+2
2026-04-24
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-09
rxrpc: proc: size address buffers for %pISpc output
Pengpeng Hou
1
-14
/
+18
2026-04-09
rxrpc: only handle RESPONSE during service challenge
Wang Jie
1
-2
/
+12
2026-04-09
rxrpc: Fix buffer overread in rxgk_do_verify_authenticator()
David Howells
1
-1
/
+4
2026-04-09
rxrpc: Fix leak of rxgk context in rxgk_verify_response()
David Howells
1
-2
/
+4
2026-04-09
rxrpc: Fix integer overflow in rxgk_verify_response()
David Howells
1
-1
/
+2
2026-04-09
rxrpc: Fix missing error checks for rxkad encryption/decryption failure
David Howells
1
-19
/
+38
2026-04-09
rxrpc: Fix key/keyring checks in setsockopt(RXRPC_SECURITY_KEY/KEYRING)
David Howells
2
-7
/
+1
2026-04-09
rxrpc: fix reference count leak in rxrpc_server_keyring()
Luxiao Xu
1
-0
/
+3
2026-04-09
rxrpc: fix oversized RESPONSE authenticator length check
Keenan Dong
1
-1
/
+1
2026-04-09
rxrpc: fix RESPONSE authenticator parser OOB read
Keenan Dong
1
-1
/
+2
2026-04-09
rxrpc: reject undecryptable rxkad response tickets
Yuqi Xu
1
-1
/
+5
2026-04-09
rxrpc: Only put the call ref if one was acquired
Douya Le
1
-1
/
+2
2026-04-09
rxrpc: Fix to request an ack if window is limited
Marc Dionne
3
-3
/
+6
[next]