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
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-04
sctp: fix addip_serial increment on ASCONF_ACK allocation failure
Qing Luo
1
-2
/
+1
2026-08-03
sctp: keep chunk->transport in step with the list it is queued on
Baul Lee
1
-0
/
+1
2026-07-29
sctp: validate Adaptation Indication parameter length
Charles Vosburgh
1
-0
/
+6
2026-07-27
sctp: prevent peer transport count overflow
Asim Viladi Oglu Manizada
1
-0
/
+3
2026-07-27
sctp: reject stale cookies with mismatched verification tags
Yuxiang Yang
1
-4
/
+7
2026-07-23
sctp: don't free the ASCONF's own transport in DEL-IP processing
Jun Yang
1
-0
/
+6
2026-07-22
sctp: auth: verify auth requirement when auth_chunk is NULL
Qing Luo
1
-1
/
+1
2026-07-21
sctp: close UDP tunnel sockets during netns teardown
Zhiling Zou
1
-0
/
+1
2026-07-21
sctp: avoid auth_enable sysctl UAF during netns teardown
Zhiling Zou
2
-10
/
+19
2026-07-21
sctp: validate stream count in sctp_process_strreset_inreq()
Cen Zhang (Microsoft)
1
-1
/
+5
2026-07-21
sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkid
HanQuan
1
-1
/
+1
2026-07-10
sctp: validate STALE_COOKIE cause length before reading staleness
Weiming Shi
1
-9
/
+14
2026-06-30
sctp: fix addr_wq_timer race in sctp_free_addr_wq()
Xin Long
1
-1
/
+2
2026-06-27
sctp: add INIT verification after cookie unpacking
Xin Long
2
-4
/
+37
2026-06-27
sctp: fix SCTP_RESET_STREAMS stream list length limit
Yousef Alhouseen
1
-4
/
+5
2026-06-23
sctp: fix err_chunk memory leaks in INIT handling
Xin Long
1
-0
/
+5
2026-06-17
sctp: hold socket lock when dumping endpoints in sctp_diag
Xin Long
2
-42
/
+54
2026-06-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+8
2026-06-11
sctp: validate embedded address parameter length
Xin Long
1
-2
/
+8
2026-06-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-4
/
+30
2026-06-10
sctp: Unwind address notifier registration on failure
Yuho Choi
2
-4
/
+16
2026-06-09
sctp: validate embedded INIT chunk and address list lengths in cookie
Xin Long
2
-3
/
+17
2026-06-09
sctp: fix uninit-value in __sctp_rcv_asconf_lookup()
Michael Bommarito
1
-0
/
+8
2026-06-09
sctp: stream: fully roll back denied add-stream state
Wyatt Feng
1
-1
/
+5
2026-06-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-13
/
+15
2026-06-04
sctp: purge outqueue on stale COOKIE-ECHO handling
Xin Long
1
-5
/
+1
2026-06-04
sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing
Xin Long
1
-0
/
+5
2026-06-02
sctp: diag: reject stale associations in dump_one path
Zhao Zhang
1
-8
/
+9
2026-06-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-0
/
+2
2026-05-28
sctp: fix race between sctp_wait_for_connect and peeloff
Zhenghang Xiao
1
-0
/
+2
2026-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+9
2026-05-08
sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL
Ben Morris
1
-0
/
+9
2026-05-08
sctp: Fix typo in comment
Md Shofiqul Islam
1
-1
/
+1
2026-05-05
udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().
Kuniyuki Iwashima
1
-2
/
+2
2026-05-05
udp_tunnel: Pass struct sock to udp_tunnel_sock_release().
Kuniyuki Iwashima
1
-3
/
+3
2026-04-28
sctp: discard stale INIT after handshake completion
Xin Long
1
-0
/
+6
2026-04-22
sctp: fix sockets_allocated imbalance after sk_clone()
Xin Long
1
-1
/
+2
2026-04-18
sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunks
Michael Bommarito
1
-1
/
+1
2026-04-14
Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
6
-9
/
+13
2026-04-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-0
/
+5
2026-04-13
sctp: disable BH before calling udp_tunnel_xmit_skb()
Xin Long
2
-0
/
+4
2026-04-13
sctp: fix missing encap_port propagation for GSO fragments
Xin Long
1
-0
/
+1
2026-04-09
net: use get_random_u{16,32,64}() where appropriate
David Carlier
1
-2
/
+2
2026-03-29
ipv6: convert CONFIG_IPV6 to built-in only and clean up Kconfigs
Fernando Fernandez Mancera
1
-1
/
+0
2026-03-06
net: change sock.sk_ino and sock_i_ino() to u64
Jeff Layton
1
-2
/
+2
2026-03-02
net: remove addr_len argument of recvmsg() handlers
Eric Dumazet
1
-6
/
+6
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
11
-16
/
+16
2026-01-17
sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
Xin Long
1
-5
/
+5
2025-12-18
sctp: Clear inet_opt in sctp_v6_copy_ip_options().
Kuniyuki Iwashima
1
-0
/
+2
[next]