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.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-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
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+9
2025-11-11
sctp: Don't inherit do_auto_asconf in sctp_clone_sock().
Kuniyuki Iwashima
1
-0
/
+1
2025-11-11
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-05
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
1
-4
/
+5
2025-11-05
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
1
-2
/
+2
2025-11-04
sctp: make sctp_transport_init() void
Huiwen He
1
-15
/
+6
2025-11-04
sctp: Hold sock lock while iterating over address list
Stefan Wiehler
1
-5
/
+9
2025-11-04
sctp: Prevent TOCTOU out-of-bounds write
Stefan Wiehler
1
-0
/
+3
2025-11-04
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-29
sctp: Constify struct sctp_sched_ops
Christophe JAILLET
5
-16
/
+16
2025-10-28
sctp: Remove sctp_copy_sock() and sctp_copy_descendant().
Kuniyuki Iwashima
1
-71
/
+0
2025-10-28
sctp: Use sctp_clone_sock() in sctp_do_peeloff().
Kuniyuki Iwashima
1
-21
/
+15
2025-10-28
sctp: Remove sctp_pf.create_accept_sk().
Kuniyuki Iwashima
2
-72
/
+0
2025-10-28
sctp: Use sk_clone() in sctp_accept().
Kuniyuki Iwashima
1
-37
/
+76
2025-10-28
sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().
Kuniyuki Iwashima
3
-19
/
+24
2025-10-28
sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().
Kuniyuki Iwashima
1
-5
/
+2
2025-10-28
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-23
sctp: avoid NULL dereference when chunk data buffer is missing
Alexey Simakov
1
-6
/
+7
2025-10-18
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-09
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
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
1
-1
/
+1
2025-08-28
sctp: initialize more fields in sctp_v6_from_sk()
Eric Dumazet
1
-0
/
+2
2025-08-27
ipv4: Convert ->flowi4_tos to dscp_t.
Guillaume Nault
1
-1
/
+2
2025-08-20
sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_alg
Eric Biggers
1
-3
/
+1
2025-08-20
sctp: Convert cookie authentication to use HMAC-SHA256
Eric Biggers
6
-152
/
+64
2025-08-20
sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
Eric Biggers
6
-157
/
+42
2025-08-20
sctp: Fix MAC comparison to be constant-time
Eric Biggers
2
-2
/
+4
2025-08-08
sctp: linearize cloned gso packets in sctp_rcv
Xin Long
1
-1
/
+1
2025-07-03
net: dst: annotate data-races around dst->obsolete
Eric Dumazet
1
-1
/
+1
2025-06-24
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-24
net: make sk->sk_sndtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-24
net: remove sock_i_uid()
Eric Dumazet
3
-5
/
+5
2025-06-18
net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()
Petr Machata
1
-1
/
+1
2025-06-18
net: ipv6: Make udp_tunnel6_xmit_skb() void
Petr Machata
1
-3
/
+4
2025-06-18
net: ipv4: Add a flags argument to iptunnel_xmit(), udp_tunnel_xmit_skb()
Petr Machata
1
-1
/
+2
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2
-14
/
+20
2025-05-28
sctp: mark sctp_do_peeloff static
Christoph Hellwig
1
-2
/
+2
2025-05-22
sctp: use skb_crc32c() instead of __skb_checksum()
Eric Biggers
2
-2
/
+0
2025-05-22
net: introduce CONFIG_NET_CRC32C
Eric Biggers
1
-0
/
+1
2025-05-21
sctp: Do not wake readers in __sctp_write_space()
Petr Malat
1
-1
/
+2
2025-05-17
net: rfs: add sock_rps_delete_flow() helper
Eric Dumazet
1
-1
/
+1
2025-05-06
sctp: Remove unused sctp_assoc_del_peer and sctp_chunk_iif
Dr. David Alan Gilbert
2
-26
/
+0
2025-04-10
Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2
-8
/
+16
2025-04-08
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...
Linus Torvalds
1
-1
/
+1
[next]