index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
rxrpc
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
rxrpc: Also unshare DATA/RESPONSE packets when paged frags are present
Hyunwoo Kim
2
-2
/
+5
11 days
rxgk: Fix potential integer overflow in length check
David Howells
2
-1
/
+2
11 days
rxrpc: Fix rxrpc_input_call_event() to only unshare DATA packets
David Howells
1
-1
/
+2
11 days
rxrpc: Fix re-decryption of RESPONSE packets
David Howells
1
-12
/
+2
11 days
rxrpc: Fix error handling in rxgk_extract_token()
David Howells
1
-0
/
+1
11 days
rxrpc: Fix rxkad crypto unalignment handling
David Howells
1
-2
/
+7
11 days
rxrpc: Fix conn-level packet handling to unshare RESPONSE packets
David Howells
1
-1
/
+28
11 days
rxrpc: Fix memory leaks in rxkad_verify_response()
David Howells
1
-61
/
+42
11 days
rxrpc: Fix potential UAF after skb_unshare() failure
David Howells
4
-33
/
+20
2026-04-27
rxrpc: Fix missing validation of ticket length in non-XDR key preparsing
Anderson Nascimento
1
-0
/
+4
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-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
2025-07-08
rxrpc: Fix over large frame size warning
David Howells
2
-7
/
+13
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
[next]