linux-sctp.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-04-05 23:51:26 to 2026-07-17 10:40:33 UTC [more...]

[PATCH net] sctp: fix auth_hmacs array size in struct sctp_cookie
 2026-07-17 10:40 UTC  (2+ messages)

[PATCH 1/2] sctp: socket: Fix uninitialized error on socket shutdown
 2026-07-17  8:20 UTC  (4+ messages)
` [PATCH 2/2] sctp: auth: Fix safety issue when skb_clone fails in auth_chunk handling
  ` [PATCH net v3] sctp: socket: remove unused 'err' parameter from sctp_skb_recv_datagram

[PATCH net v3 1/2] sctp: avoid auth_enable sysctl UAF during netns teardown
 2026-07-16 13:31 UTC  (4+ messages)
` [PATCH net v3 2/2] sctp: close UDP tunnel sockets "

[PATCH net v2] sctp: don't free the ASCONF's own transport in DEL-IP processing
 2026-07-16 11:39 UTC 

[PATCH] sctp: don't free the ASCONF's own transport in DEL-IP processing
 2026-07-16 11:12 UTC  (2+ messages)

[PATCH v2 1/2] net: sctp: socket: Fix uninitialized error on socket shutdown
 2026-07-16 10:04 UTC  (2+ messages)
` [PATCH v2 2/2] net: sctp: auth: Fix safety issue when skb_clone fails in auth_chunk handling

[PATCH] sctp: diag: fix uninitialized stack leak via INET_DIAG_LOCALS/PEERS
 2026-07-15 16:15 UTC  (2+ messages)

[PATCH net-next] net: Convert %pK back to %p
 2026-07-14 15:09 UTC  (4+ messages)

[PATCH v2] sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkid
 2026-07-14 14:56 UTC  (2+ messages)

Subject: [SECURITY] sctp: diag: uninit kernel stack leak via INET_DIAG_LOCALS/PEERS
 2026-07-14  6:29 UTC 

[PATCH 0/2] net: Use synchronous wakeups selectively
 2026-07-14  1:39 UTC  (3+ messages)
` [PATCH 1/2] net/socket: Record preference for synchronous wakeups
` [PATCH 2/2] net/sock: Propagate WF_SYNC only when requested

[PATCH net-next] sctp: replace cb->args[4] with a local variable in sctp_diag_dump()
 2026-07-13 19:26 UTC  (2+ messages)

[PATCH net v2 1/2] sctp: avoid auth_enable sysctl UAF during netns teardown
 2026-07-13 16:31 UTC  (3+ messages)
` [PATCH net v2 2/2] sctp: close UDP tunnel sockets "

[PATCH 01/13 RFC net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-07-13 14:57 UTC  (5+ messages)

[PATCH RFC net-next v3 0/3] net: sysctl: Const Qualify sysctl ctl_table arrays
 2026-07-13 11:07 UTC  (4+ messages)
` [PATCH RFC net-next v3 1/3] net: enforce net sysctl registration
` [PATCH RFC net-next v3 2/3] net: Const qualify ctl_tables that kmemdup unconditionally
` [PATCH RFC net-next v3 3/3] net: Const qualify network templated ctl_tables Arrays

[PATCH net] sctp: fix addr_wq_timer race in sctp_free_addr_wq()
 2026-07-10 18:23 UTC 

[PATCH net v2] sctp: validate stream count in sctp_process_strreset_inreq()
 2026-07-10 15:34 UTC  (3+ messages)

[PATCH net] sctp: validate STALE_COOKIE cause length before reading staleness
 2026-07-10 15:00 UTC  (3+ messages)

[PATCH net] sctp: validate stream count in sctp_process_strreset_inreq()
 2026-07-08 21:20 UTC  (2+ messages)

[PATCH net] sctp: validate the body of a STALE_COOKIE error before reading it
 2026-07-05 22:29 UTC  (3+ messages)

[PATCH net 1/1] net: sctp: fix AUTH HMAC list overflow into auth_chunks
 2026-07-03 20:20 UTC  (2+ messages)

[PATCH net] sctp: fix addr_wq_timer race in sctp_free_addr_wq()
 2026-07-01  0:10 UTC  (2+ messages)

[PATCH net 1/1] sctp: avoid auth_enable sysctl UAF during netns teardown
 2026-06-29 15:31 UTC  (4+ messages)

[PATCH net v3] sctp: add INIT verification after cookie unpacking
 2026-06-27 22:50 UTC  (2+ messages)

[PATCH net v2] sctp: fix SCTP_RESET_STREAMS stream list length limit
 2026-06-27 22:50 UTC  (4+ messages)

[PATCH 5.15/6.1/6.6 1/2] net: ipv6: Make udp_tunnel6_xmit_skb() void
 2026-06-25 16:53 UTC  (2+ messages)
` [PATCH 5.15/6.1/6.6 2/2] sctp: disable BH before calling udp_tunnel_xmit_skb()

[PATCH net] sctp: fix SCTP_RESET_STREAMS stream list length limit
 2026-06-25 14:12 UTC  (2+ messages)

[PATCH 6.12 1/2] net: ipv6: Make udp_tunnel6_xmit_skb() void
 2026-06-25  8:24 UTC  (2+ messages)
` [PATCH 6.12 2/2] sctp: disable BH before calling udp_tunnel_xmit_skb()

[PATCH 6.18] sctp: disable BH before calling udp_tunnel_xmit_skb()
 2026-06-25  7:43 UTC 

[PATCH v2 net-next] sctp: use sctp_auth_shkey_release() in error path for consistency
 2026-06-25  2:01 UTC  (2+ messages)

[PATCH net v2 0/2] sctp: validate INIT in COOKIE-ECHO when auth disabled
 2026-06-24 15:46 UTC  (6+ messages)
` [PATCH net v2 1/2] sctp: factor out INIT verification failure handling
` [PATCH net v2 2/2] sctp: add INIT verification after cookie unpacking

[PATCH net] sctp: fix err_chunk memory leaks in INIT handling
 2026-06-24  2:20 UTC  (3+ messages)

[PATCH net 0/2] sctp: validate INIT in COOKIE-ECHO when auth disabled
 2026-06-18 22:08 UTC  (7+ messages)
` [PATCH net 1/2] sctp: factor out INIT verification failure handling
` [PATCH net 2/2] sctp: add INIT verification after cookie unpacking

[PATCH net v2] sctp: hold socket lock when dumping endpoints in sctp_diag
 2026-06-18  0:20 UTC  (2+ messages)

[PATCH net] sctp: hold socket lock when dumping endpoints in sctp_diag
 2026-06-16  7:24 UTC  (6+ messages)

[PATCH] sctp: correct CONFIG_SCTP_DBG_OBJCNT macro name in comment
 2026-06-15 23:00 UTC  (2+ messages)

[PATCH] sctp: auth: fix inconsistent key release in sctp_auth_set_key error path
 2026-06-12 13:58 UTC  (2+ messages)

[PATCH net] sctp: validate embedded address parameter length
 2026-06-11 22:30 UTC  (2+ messages)

[PATCH net v1] sctp: Unwind address notifier registration on failure
 2026-06-10 15:40 UTC  (2+ messages)

[PATCH net] sctp: validate embedded INIT chunk and address list lengths in cookie
 2026-06-10  1:40 UTC  (3+ messages)

[PATCH net v3] sctp: fix uninit-value in __sctp_rcv_asconf_lookup()
 2026-06-10  1:20 UTC  (3+ messages)

[PATCH net v2 1/1] sctp: stream: fully roll back denied add-stream state
 2026-06-10  0:40 UTC  (3+ messages)

[PATCH net v2] sctp: fix uninit-value in __sctp_rcv_asconf_lookup()
 2026-06-08  8:42 UTC  (3+ messages)

[PATCH net] sctp: fix uninit-value in __sctp_rcv_asconf_lookup()
 2026-06-05 15:44 UTC  (3+ messages)

[PATCH net] sctp: validate cached peer INIT chunk length in COOKIE_ECHO processing
 2026-06-04 21:56 UTC  (4+ messages)

[PATCH net] sctp: purge outqueue on stale COOKIE-ECHO handling
 2026-06-04 16:20 UTC  (2+ messages)

[PATCH net 1/1] sctp: stream: fully roll back denied add-stream state
 2026-06-03 16:17 UTC  (2+ messages)

[PATCH net 1/1] sctp: diag: reject stale associations in dump_one path
 2026-06-02 21:40 UTC  (3+ messages)

[PATCH net] sctp: fix race between sctp_wait_for_connect and peeloff
 2026-05-28 23:50 UTC  (3+ messages)

[PATCH net 1/1] sctp: stream: clear current stream on stream teardown
 2026-05-28  9:13 UTC  (2+ messages)

[PATCH net 1/1] sctp: stream: clear out_curr when freeing stream data
 2026-05-28  9:07 UTC  (2+ messages)

[PATCH net 1/1] net: sctp: clear current outbound stream on stream teardown
 2026-05-27 21:58 UTC  (2+ messages)

[PATCH net 1/1] sctp: stream: rebind out_curr when updating streams
 2026-05-27 21:53 UTC  (2+ messages)

sctp: COOKIE_ECHO can cause an out-of-bounds read and leak kernel memory
 2026-05-26 16:23 UTC 

[PATCH net] sctp: fix race between sctp_wait_for_connect and peeloff
 2026-05-26 14:20 UTC  (2+ messages)

[PATCH v3 02/11] net: Use trace_call__##name() at guarded tracepoint call sites
 2026-05-15 13:59 UTC 

Expected SCTP DATA chunk per second performance
 2026-05-13 22:52 UTC  (3+ messages)
` SCTP <= 500 pps unless SCTP_NODELAY set (was: Expected SCTP DATA chunk per second performance)

[PATCH net] sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALL
 2026-05-11 20:52 UTC  (5+ messages)

[PATCH 1/2] sctp: Fix typo in comment
 2026-05-09  0:20 UTC  (2+ messages)

[PATCH net v2 0/2] sctp: fix a vtag verification failure caused by stale INITs
 2026-04-29  1:30 UTC  (6+ messages)
` [PATCH net v2 1/2] netfilter: skip recording stale or retransmitted INIT
` [PATCH net v2 2/2] sctp: discard stale INIT after handshake completion

[PATCH net 0/2] sctp: fix a vtag verification failure caused by stale INITs
 2026-04-26 14:37 UTC  (9+ messages)
` [PATCH net 1/2] netfilter: skip recording stale or retransmitted INIT
` [PATCH net 2/2] sctp: discard stale INIT after handshake completion

[PATCH net] sctp: fix sockets_allocated imbalance after sk_clone()
 2026-04-23  4:10 UTC  (3+ messages)

[syzbot] [sctp?] WARNING: refcount bug in sctp_association_hold
 2026-04-21 15:34 UTC 

[PATCH v2 00/19] tracepoint: Avoid double static_branch evaluation at guarded call sites
 2026-04-19 13:14 UTC  (3+ messages)

[PATCH net] sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunks
 2026-04-18 19:30 UTC  (3+ messages)

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-04-16 12:30 UTC  (6+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "

[BUG] KASAN: slab-use-after-free in sctp_addto_chunk
 2026-04-15 13:40 UTC  (2+ messages)

[PATCH net] sctp: fix missing encap_port propagation for GSO fragments
 2026-04-14  0:10 UTC  (3+ messages)

[PATCH net] sctp: disable BH before calling udp_tunnel_xmit_skb()
 2026-04-14  0:10 UTC  (3+ messages)

[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
 2026-04-10 15:18 UTC  (2+ messages)

[PATCH v4 net-next] net: use get_random_u{16,32,64}() where appropriate
 2026-04-10  3:10 UTC  (3+ messages)

[PATCH v3 net-next] net: use get_random_u{16,32,64}() where appropriate
 2026-04-07  1:33 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).