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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
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
2024-11-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2024-11-07
sctp: Avoid enqueuing addr events redundantly
Gilad Naaman
2
-2
/
+16
2024-11-03
sctp: properly validate chunk size in sctp_sf_ootb()
Xin Long
1
-1
/
+1
2024-10-09
sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
Xin Long
1
-5
/
+13
2024-10-03
sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
Xin Long
1
-1
/
+3
2024-09-09
sctp: Unmask upper DSCP bits in sctp_v4_get_dst()
Ido Schimmel
1
-1
/
+2
2024-08-27
sctp: fix association labeling in the duplicate COOKIE-ECHO case
Ondrej Mosnacek
1
-6
/
+16
2024-08-02
sctp: Fix null-ptr-deref in reuseport_add_sock().
Kuniyuki Iwashima
1
-8
/
+11
2024-07-24
sysctl: treewide: constify the ctl_table argument of proc_handlers
Joel Granados
1
-14
/
+14
2024-07-03
sctp: cancel a blocking accept when shutdown a listen socket
Xin Long
1
-4
/
+10
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-4
/
+4
2024-05-03
net: Remove ctl_table sentinel elements from several networking subsystems
Joel Granados
1
-7
/
+3
2024-04-30
net: add <net/proto_memory.h>
Eric Dumazet
1
-0
/
+1
2024-04-30
inet: introduce dst_rtable() helper
Eric Dumazet
1
-2
/
+2
2024-04-30
sctp: prefer struct_size over open coded arithmetic
Erick Archer
1
-3
/
+4
2024-04-29
ipv6: introduce dst_rt6_info() helper
Eric Dumazet
1
-1
/
+1
2024-04-22
sysctl: treewide: constify ctl_table_header::ctl_table_arg
Thomas Weißschuh
1
-1
/
+1
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-1
/
+1
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
1
-0
/
+1
2024-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+10
2024-02-15
net: sctp: fix skb leak in sctp_inq_free()
Dmitry Antipov
1
-4
/
+10
2024-02-02
sctp: Simplify the allocation of slab caches
Kunwu Chan
1
-8
/
+2
2024-01-23
inet_diag: add module pointer to "struct inet_diag_handler"
Eric Dumazet
1
-0
/
+1
2024-01-04
sctp: fix busy polling
Eric Dumazet
1
-6
/
+4
2023-12-13
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
1
-0
/
+3
[next]