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
8 days
sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().
Kuniyuki Iwashima
1
-2
/
+3
2025-12-07
sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto
Eric Dumazet
1
-4
/
+9
2025-12-07
sctp: Hold sock lock while iterating over address list
Stefan Wiehler
1
-5
/
+9
2025-12-07
sctp: Prevent TOCTOU out-of-bounds write
Stefan Wiehler
1
-0
/
+3
2025-12-07
sctp: Hold RCU read lock while iterating over address list
Stefan Wiehler
1
-0
/
+4
2025-10-29
sctp: avoid NULL dereference when chunk data buffer is missing
Alexey Simakov
1
-6
/
+7
2025-10-19
sctp: Fix MAC comparison to be constant-time
Eric Biggers
2
-2
/
+4
2025-10-19
net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()
Alexandr Sapozhnikov
1
-1
/
+2
2025-09-04
sctp: initialize more fields in sctp_v6_from_sk()
Eric Dumazet
1
-0
/
+2
2025-06-27
sctp: Do not wake readers in __sctp_write_space()
Petr Malat
1
-1
/
+2
2025-05-22
sctp: add mutual exclusion in proc_sctp_do_udp_port()
Eric Dumazet
1
-0
/
+4
2025-05-18
ipv4: Drop tos parameter from flowi4_update_output()
Guillaume Nault
1
-3
/
+1
2025-04-25
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo CaƱuelo Navarro
2
-8
/
+16
2025-03-28
sctp: Fix undefined behavior in left shift operation
Yu-Chun Lin
1
-1
/
+1
2025-01-17
sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+2
2025-01-17
sctp: sysctl: udp_port: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-01-17
sctp: sysctl: auth_enable: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-01-17
sctp: sysctl: rto_min/max: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-2
/
+2
2025-01-17
sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+2
2025-01-09
net/sctp: Prevent autoclose integer overflow in sctp_association_init()
Nikolay Kuratov
1
-1
/
+2
2024-11-14
sctp: properly validate chunk size in sctp_sf_ootb()
Xin Long
1
-1
/
+1
2024-10-17
sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
Xin Long
1
-5
/
+13
2024-10-17
sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
Xin Long
1
-1
/
+3
2024-09-04
sctp: fix association labeling in the duplicate COOKIE-ECHO case
Ondrej Mosnacek
1
-6
/
+16
2024-08-29
net: sctp: fix skb leak in sctp_inq_free()
Dmitry Antipov
1
-4
/
+10
2024-08-14
sctp: Fix null-ptr-deref in reuseport_add_sock().
Kuniyuki Iwashima
1
-8
/
+11
2024-07-11
sctp: prefer struct_size over open coded arithmetic
Erick Archer
1
-3
/
+4
2024-01-26
sctp: fix busy polling
Eric Dumazet
1
-6
/
+4
2024-01-26
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
1
-0
/
+3
2023-10-10
sctp: update hb timer immediately after users change hb_interval
Xin Long
1
-0
/
+1
2023-10-10
sctp: update transport state when processing a dupcook packet
Xin Long
1
-2
/
+1
2023-09-19
sctp: annotate data-races around sk->sk_wmem_queued
Eric Dumazet
2
-6
/
+6
2023-09-13
sctp: handle invalid error codes without calling BUG()
Dan Carpenter
1
-1
/
+4
2023-08-30
ipv4: fix data-races around inet->inet_id
Eric Dumazet
1
-1
/
+1
2023-08-30
sock: annotate data-races around prot->memory_pressure
Eric Dumazet
1
-1
/
+1
2023-07-19
sctp: fix potential deadlock on &net->sctp.addr_wq_lock
Chengfeng Ye
1
-2
/
+2
2023-07-19
sctp: add bpf_bypass_getsockopt proto callback
Alexander Mikhalitsyn
1
-0
/
+18
2023-06-21
sctp: fix an error code in sctp_sf_eat_auth()
Dan Carpenter
1
-1
/
+1
2023-06-05
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
1
-1
/
+1
2023-05-30
sctp: fix an issue that plpmtu can never go to complete state
Xin Long
1
-4
/
+7
2023-04-26
sctp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
1
-8
/
+21
2023-04-20
sctp: fix a potential overflow in sctp_ifwdtsn_skip
Xin Long
1
-1
/
+2
2023-04-13
sctp: check send stream number after wait_for_sndbuf
Xin Long
1
-0
/
+4
2023-03-11
sctp: add a refcnt in sctp_stream_priorities to avoid a nested loop
Xin Long
1
-31
/
+21
2023-02-22
sctp: sctp_sock_filter(): avoid list_entry() on possibly empty list
Pietro Borrello
1
-3
/
+1
2023-02-09
sctp: do not check hb_timer.expires when resetting hb_timer
Xin Long
1
-3
/
+1
2023-02-01
sctp: fail if no bound addresses can be used for a given scope
Marcelo Ricardo Leitner
1
-0
/
+6
2022-12-31
sctp: sysctl: make extra pointers netns aware
Firo Yang
1
-29
/
+44
2022-11-29
sctp: fix memory leak in sctp_stream_outq_migrate()
Zhengchao Shao
4
-7
/
+47
2022-11-08
sctp: clear out_curr if all frag chunks of current msg are pruned
Xin Long
1
-0
/
+5
[next]