index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-10
sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rto
Eric Dumazet
1
-4
/
+9
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-30
net: sctp: fix KMSAN uninit-value in sctp_inq_pop
Ranganath V N
1
-1
/
+1
2025-10-22
sctp: avoid NULL dereference when chunk data buffer is missing
Alexey Simakov
1
-6
/
+7
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
2025-08-28
net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpers
Eric Dumazet
1
-1
/
+1
2025-08-27
sctp: initialize more fields in sctp_v6_from_sk()
Eric Dumazet
1
-0
/
+2
2025-08-26
ipv4: Convert ->flowi4_tos to dscp_t.
Guillaume Nault
1
-1
/
+2
2025-08-19
sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_alg
Eric Biggers
1
-3
/
+1
2025-08-19
sctp: Convert cookie authentication to use HMAC-SHA256
Eric Biggers
6
-152
/
+64
2025-08-19
sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
Eric Biggers
6
-157
/
+42
2025-08-19
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-02
net: dst: annotate data-races around dst->obsolete
Eric Dumazet
1
-1
/
+1
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-23
net: make sk->sk_sndtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
3
-5
/
+5
2025-06-17
net: ipv6: Add a flags argument to ip6tunnel_xmit(), udp_tunnel6_xmit_skb()
Petr Machata
1
-1
/
+1
2025-06-17
net: ipv6: Make udp_tunnel6_xmit_skb() void
Petr Machata
1
-3
/
+4
2025-06-17
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-27
sctp: mark sctp_do_peeloff static
Christoph Hellwig
1
-2
/
+2
2025-05-21
sctp: use skb_crc32c() instead of __skb_checksum()
Eric Biggers
2
-2
/
+0
2025-05-21
net: introduce CONFIG_NET_CRC32C
Eric Biggers
1
-0
/
+1
2025-05-20
sctp: Do not wake readers in __sctp_write_space()
Petr Malat
1
-1
/
+2
2025-05-16
net: rfs: add sock_rps_delete_flow() helper
Eric Dumazet
1
-1
/
+1
2025-05-05
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/netdev/net
Linus Torvalds
2
-8
/
+16
2025-04-08
Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-1
/
+1
2025-04-08
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo CaƱuelo Navarro
2
-8
/
+16
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
8
-20
/
+19
2025-04-04
lib/crc: remove CONFIG_LIBCRC32C
Eric Biggers
1
-1
/
+1
2025-04-02
sctp: add mutual exclusion in proc_sctp_do_udp_port()
Eric Dumazet
1
-0
/
+4
2025-03-03
net: use sock_kmemdup for ip_options
Geliang Tang
1
-5
/
+2
2025-02-19
sctp: Fix undefined behavior in left shift operation
Yu-Chun Lin
1
-1
/
+1
2025-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+8
2025-01-09
sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+2
2025-01-09
sctp: sysctl: udp_port: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-01-09
sctp: sysctl: auth_enable: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+1
2025-01-09
sctp: sysctl: rto_min/max: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-2
/
+2
2025-01-09
sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxy
Matthieu Baerts (NGI0)
1
-1
/
+2
2025-01-06
sctp: Prepare sctp_v4_get_dst() to dscp_t conversion.
Guillaume Nault
1
-3
/
+7
2024-12-23
net/sctp: Prevent autoclose integer overflow in sctp_association_init()
Nikolay Kuratov
1
-1
/
+2
2024-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+13
2024-11-09
sctp: fix possible UAF in sctp_v6_available()
Eric Dumazet
1
-6
/
+13
[next]