public inbox for linux-sctp@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-08-07 21:47:41 to 2026-03-02 20:30:03 UTC [more...]

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-02 20:24 UTC  (22+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 005/110] trace: store i_ino as u64 instead of ino_t/unsigned long
` [PATCH v2 006/110] trace: reorder TP_STRUCT__entry fields for better packing on 32-bit
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 009/110] f2fs: "
` [PATCH v2 010/110] lockd: "
` [PATCH v2 011/110] nfs: "
` [PATCH v2 012/110] nfsd: "
` [PATCH v2 013/110] locks: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 015/110] nilfs2: "
` [PATCH v2 016/110] 9p: "
` [PATCH v2 017/110] affs: "
` [PATCH v2 018/110] afs: "
` [PATCH v2 019/110] autofs: "
` [PATCH v2 020/110] befs: "
` [PATCH v2 021/110] bfs: "

[PATCH 6.1.y] sctp: linearize cloned gso packets in sctp_rcv
 2026-01-30  7:10 UTC 

[PATCH net] sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INIT
 2026-01-19 14:18 UTC  (2+ messages)

[BUG] null-ptr-deref bug in sctp_packet_bundle_auth
 2026-01-12  7:16 UTC  (7+ messages)

[syzbot] [sctp?] INFO: rcu detected stall in inet6_rtm_newaddr (3)
 2025-12-17 13:49 UTC  (2+ messages)

SCTP client discarding INIT_ACK sent with different remote IP address from multihomed SCTP server
 2025-12-09 10:34 UTC  (8+ messages)

[syzbot] [fs?] kernel BUG in sctp_getsockopt_peeloff_common
 2025-12-05  9:44 UTC  (3+ messages)

sctp on RHEL9
 2025-11-28 12:19 UTC  (4+ messages)

[bug report] net/sctp: convert sctp_getsockopt_peeloff_common() to FD_PREPARE()
 2025-11-26  8:37 UTC  (2+ messages)

[syzbot] Monthly sctp report (Nov 2025)
 2025-11-24  7:46 UTC 

[syzbot] [sctp?] WARNING: refcount bug in sctp_transport_put (5)
 2025-11-17  7:50 UTC 

[PATCH net-next] sctp: Remove unused declaration sctp_auth_init_hmacs()
 2025-11-15  2:20 UTC  (3+ messages)

[PATCH v1 net-next] sctp: Don't inherit do_auto_asconf in sctp_clone_sock()
 2025-11-11  0:30 UTC  (3+ messages)

[syzbot] [sctp?] BUG: corrupted list in sctp_destroy_sock
 2025-11-06 22:30 UTC 

[syzbot] [sctp?] UBSAN: shift-out-of-bounds in sctp_transport_update_rto (2)
 2025-11-06 11:08 UTC 

[PATCH v2] sctp: make sctp_transport_init() void
 2025-11-04  1:40 UTC  (3+ messages)

[PATCH net v3 0/3] Fix SCTP diag locking issues
 2025-11-04  1:20 UTC  (10+ messages)
` [PATCH net v3 1/3] sctp: Hold RCU read lock while iterating over address list
` [PATCH net v3 2/3] sctp: Prevent TOCTOU out-of-bounds write
` [PATCH net v3 3/3] sctp: Hold sock lock while iterating over address list

[PATCH] sctp: make sctp_transport_init() void
 2025-11-02 15:51 UTC  (2+ messages)

[PATCH v3] net: sctp: fix KMSAN uninit-value in sctp_inq_pop
 2025-10-30 10:50 UTC  (3+ messages)

[PATCH net-next] sctp: Constify struct sctp_sched_ops
 2025-10-29  1:20 UTC  (2+ messages)

[PATCH net v2] sctp: Prevent TOCTOU out-of-bounds write
 2025-10-28 16:34 UTC  (3+ messages)

[bug report] sctp: Replace sockaddr with sockaddr_inet in sctp_addr union
 2025-10-28 11:02 UTC 

[PATCH v3 net-next 0/8] sctp: Avoid redundant initialisation in sctp_accept() and sctp_do_peeloff()
 2025-10-28  1:20 UTC  (18+ messages)
` [PATCH v3 net-next 1/8] sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock()
` [PATCH v3 net-next 2/8] sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate()
` [PATCH v3 net-next 3/8] sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk()
` [PATCH v3 net-next 4/8] net: Add sk_clone()
` [PATCH v3 net-next 5/8] sctp: Use sk_clone() in sctp_accept()
` [PATCH v3 net-next 6/8] sctp: Remove sctp_pf.create_accept_sk()
` [PATCH v3 net-next 7/8] sctp: Use sctp_clone_sock() in sctp_do_peeloff()
` [PATCH v3 net-next 8/8] sctp: Remove sctp_copy_sock() and sctp_copy_descendant()

[PATCH net v2] sctp: Hold sock lock while iterating over address list
 2025-10-27 10:25 UTC 

[PATCH net] sctp: Prevent TOCTOU out-of-bounds write
 2025-10-27  9:46 UTC  (3+ messages)

[PATCH net] sctp: Hold sock lock while iterating over address list
 2025-10-27  9:17 UTC  (2+ messages)

[PATCH net] sctp: Hold RCU read lock while iterating over address list
 2025-10-27  8:53 UTC  (7+ messages)

[PATCH v2] net: sctp: fix KMSAN uninit-value in sctp_inq_pop
 2025-10-24 16:39 UTC  (3+ messages)

[PATCH v2 net-next 0/8] sctp: Avoid redundant initialisation in sctp_accept() and sctp_do_peeloff()
 2025-10-23 22:07 UTC  (17+ messages)
` [PATCH v2 net-next 1/8] sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock()
` [PATCH v2 net-next 2/8] sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate()
` [PATCH v2 net-next 3/8] sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk()
` [PATCH v2 net-next 4/8] net: Add sk_clone()
` [PATCH v2 net-next 5/8] sctp: Use sk_clone() in sctp_accept()
` [PATCH v2 net-next 6/8] sctp: Remove sctp_pf.create_accept_sk()
` [PATCH v2 net-next 7/8] sctp: Use sctp_clone_sock() in sctp_do_peeloff()
` [PATCH v2 net-next 8/8] sctp: Remove sctp_copy_sock() and sctp_copy_descendant()

[PATCH] net: sctp: fix KMSAN uninit-value in sctp_inq_pop
 2025-10-23 17:49 UTC  (4+ messages)

[PATCH v2 net] sctp: avoid NULL dereference when chunk data buffer is missing
 2025-10-23  3:46 UTC  (3+ messages)

[PATCH 6.1.y] sctp: linearize cloned gso packets in sctp_rcv
 2025-10-22  7:55 UTC 

[syzbot] Monthly sctp report (Oct 2025)
 2025-10-22  7:53 UTC 

[PATCH v1 net-next 0/8] sctp: Avoid redundant copy in sctp_accept() and sctp_do_peeloff()
 2025-10-22  7:36 UTC  (10+ messages)
` [PATCH v1 net-next 1/8] sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock()
` [PATCH v1 net-next 2/8] sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate()
` [PATCH v1 net-next 3/8] sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk()
` [PATCH v1 net-next 4/8] net: Add sk_clone()
` [PATCH v1 net-next 5/8] sctp: Use sk_clone() in sctp_accept()
` [PATCH v1 net-next 6/8] sctp: Remove sctp_pf.create_accept_sk()
` [PATCH v1 net-next 7/8] sctp: Use sctp_clone_sock() in sctp_do_peeloff()
` [PATCH v1 net-next 8/8] sctp: Remove sctp_copy_sock() and sctp_copy_descendant()

[PATCH net] selftests: net: fix server bind failure in sctp_vrf.sh
 2025-10-20 23:50 UTC  (2+ messages)

[syzbot] [sctp?] KMSAN: uninit-value in sctp_sf_eat_data_6_2
 2025-10-20 21:09 UTC 

[syzbot] [sctp?] KMSAN: uninit-value in sctp_inq_pop (3)
 2025-10-20 15:48 UTC 

[PATCH net] sctp: avoid NULL dereference when chunk data buffer is missing
 2025-10-17 11:06 UTC  (4+ messages)

[syzbot] [sctp?] WARNING: refcount bug in sctp_generate_timeout_event (2)
 2025-10-16 13:42 UTC 

[PATCH] sctp: fix null derefer in sctp_sf_do_5_1D_ce()
 2025-10-10  8:37 UTC  (2+ messages)

[PATCH] net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()
 2025-10-06 18:10 UTC  (5+ messages)

Thematic Funds Letter Of Intent
 2025-09-23 23:54 UTC 

[PATCH] sctp: fix null deref in sctp_sf_do_5_1D_ce()
 2025-09-22 17:22 UTC  (2+ messages)

[syzbot] [sctp?] KMSAN: uninit-value in __sctp_v6_cmp_addr (2)
 2025-08-26 14:11 UTC 

[PATCH net-next v3 0/5] sctp: Convert to use crypto lib, and upgrade cookie auth
 2025-08-20 15:00 UTC  (7+ messages)
` [PATCH net-next v3 1/5] selftests: net: Explicitly enable CONFIG_CRYPTO_SHA1 for IPsec
` [PATCH net-next v3 2/5] sctp: Fix MAC comparison to be constant-time
` [PATCH net-next v3 3/5] sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
` [PATCH net-next v3 4/5] sctp: Convert cookie authentication to use HMAC-SHA256
` [PATCH net-next v3 5/5] sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_alg

[PATCH net-next v2 0/3] sctp: Convert to use crypto lib, and upgrade cookie auth
 2025-08-18 17:42 UTC  (13+ messages)
` [PATCH net-next v2 1/3] selftests: net: Explicitly enable CONFIG_CRYPTO_SHA1 for IPsec
` [PATCH net-next v2 2/3] sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
` [PATCH net-next v2 3/3] sctp: Convert cookie authentication to use HMAC-SHA256

[PATCH net-next 0/2] sctp: Convert to use crypto lib, and upgrade cookie auth
 2025-08-12 10:58 UTC  (4+ messages)
` [PATCH net-next 1/2] sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
` [PATCH net-next 2/2] sctp: Convert cookie authentication to use HMAC-SHA256

[PATCH net] sctp: linearize cloned gso packets in sctp_rcv
 2025-08-08 20:20 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox