index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
7 days
sctp: validate embedded INIT chunk and address list lengths in cookie
Xin Long
2
-3
/
+17
7 days
sctp: fix uninit-value in __sctp_rcv_asconf_lookup()
Michael Bommarito
1
-0
/
+8
7 days
sctp: stream: fully roll back denied add-stream state
Wyatt Feng
1
-1
/
+5
12 days
sctp: purge outqueue on stale COOKIE-ECHO handling
Xin Long
1
-5
/
+1
12 days
sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing
Xin Long
1
-0
/
+5
14 days
sctp: diag: reject stale associations in dump_one path
Zhao Zhang
1
-8
/
+9
2026-05-28
sctp: fix race between sctp_wait_for_connect and peeloff
Zhenghang Xiao
1
-0
/
+2
2026-05-08
sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL
Ben Morris
1
-0
/
+9
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/net...
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
2025-12-18
sctp: Fetch inet6_sk() after setting ->pinet6 in sctp_clone_sock().
Kuniyuki Iwashima
1
-3
/
+4
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+9
2025-11-10
sctp: Don't inherit do_auto_asconf in sctp_clone_sock().
Kuniyuki Iwashima
1
-0
/
+1
2025-11-10
sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto
Eric Dumazet
1
-4
/
+9
2025-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-20
/
+22
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
1
-4
/
+5
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-11-03
sctp: make sctp_transport_init() void
Huiwen He
1
-15
/
+6
2025-11-03
sctp: Hold sock lock while iterating over address list
Stefan Wiehler
1
-5
/
+9
2025-11-03
sctp: Prevent TOCTOU out-of-bounds write
Stefan Wiehler
1
-0
/
+3
2025-11-03
sctp: Hold RCU read lock while iterating over address list
Stefan Wiehler
1
-0
/
+4
2025-10-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2025-10-30
net: sctp: fix KMSAN uninit-value in sctp_inq_pop
Ranganath V N
1
-1
/
+1
2025-10-28
sctp: Constify struct sctp_sched_ops
Christophe JAILLET
5
-16
/
+16
2025-10-27
sctp: Remove sctp_copy_sock() and sctp_copy_descendant().
Kuniyuki Iwashima
1
-71
/
+0
2025-10-27
sctp: Use sctp_clone_sock() in sctp_do_peeloff().
Kuniyuki Iwashima
1
-21
/
+15
2025-10-27
sctp: Remove sctp_pf.create_accept_sk().
Kuniyuki Iwashima
2
-72
/
+0
2025-10-27
sctp: Use sk_clone() in sctp_accept().
Kuniyuki Iwashima
1
-37
/
+76
2025-10-27
sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().
Kuniyuki Iwashima
3
-19
/
+24
2025-10-27
sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().
Kuniyuki Iwashima
1
-5
/
+2
2025-10-27
sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().
Kuniyuki Iwashima
1
-2
/
+3
2025-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+7
2025-10-22
sctp: avoid NULL dereference when chunk data buffer is missing
Alexey Simakov
1
-6
/
+7
2025-10-17
ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.
Kuniyuki Iwashima
1
-3
/
+5
2025-10-06
net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()
Alexandr Sapozhnikov
1
-1
/
+2
2025-09-08
sctp: snmp: do not use SNMP_MIB_SENTINEL anymore
Eric Dumazet
1
-6
/
+6
2025-08-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+2
[next]