summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
7 dayssctp: fix err_chunk memory leaks in INIT handlingXin Long1-0/+5
13 dayssctp: hold socket lock when dumping endpoints in sctp_diagXin Long2-42/+54
2026-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2026-06-12sctp: validate embedded address parameter lengthXin Long1-2/+8
2026-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+30
2026-06-10sctp: Unwind address notifier registration on failureYuho Choi2-4/+16
2026-06-10sctp: validate embedded INIT chunk and address list lengths in cookieXin Long2-3/+17
2026-06-10sctp: fix uninit-value in __sctp_rcv_asconf_lookup()Michael Bommarito1-0/+8
2026-06-10sctp: stream: fully roll back denied add-stream stateWyatt Feng1-1/+5
2026-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-13/+15
2026-06-04sctp: purge outqueue on stale COOKIE-ECHO handlingXin Long1-5/+1
2026-06-04sctp: validate cached peer INIT chunk length in COOKIE_ECHO processingXin Long1-0/+5
2026-06-03sctp: diag: reject stale associations in dump_one pathZhao Zhang1-8/+9
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+2
2026-05-29sctp: fix race between sctp_wait_for_connect and peeloffZhenghang Xiao1-0/+2
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+9
2026-05-09sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALLBen Morris1-0/+9
2026-05-09sctp: Fix typo in commentMd Shofiqul Islam1-1/+1
2026-05-06udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima1-2/+2
2026-05-06udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima1-3/+3
2026-04-29sctp: discard stale INIT after handshake completionXin Long1-0/+6
2026-04-23sctp: fix sockets_allocated imbalance after sk_clone()Xin Long1-1/+2
2026-04-18sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunksMichael Bommarito1-1/+1
2026-04-15Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-9/+13
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+5
2026-04-14sctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long2-0/+4
2026-04-14sctp: fix missing encap_port propagation for GSO fragmentsXin Long1-0/+1
2026-04-10net: use get_random_u{16,32,64}() where appropriateDavid Carlier1-2/+2
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera1-1/+0
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton1-2/+2
2026-03-03net: remove addr_len argument of recvmsg() handlersEric Dumazet1-6/+6
2026-02-22Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook11-16/+16
2026-01-18sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long1-5/+5
2025-12-18sctp: Clear inet_opt in sctp_v6_copy_ip_options().Kuniyuki Iwashima1-0/+2
2025-12-18sctp: Fetch inet6_sk() after setting ->pinet6 in sctp_clone_sock().Kuniyuki Iwashima1-3/+4
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2025-11-11sctp: Don't inherit do_auto_asconf in sctp_clone_sock().Kuniyuki Iwashima1-0/+1
2025-11-11sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet1-4/+9
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-20/+22
2025-11-05net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook1-4/+5
2025-11-05net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook1-2/+2
2025-11-04sctp: make sctp_transport_init() voidHuiwen He1-15/+6
2025-11-04sctp: Hold sock lock while iterating over address listStefan Wiehler1-5/+9
2025-11-04sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler1-0/+3
2025-11-04sctp: Hold RCU read lock while iterating over address listStefan Wiehler1-0/+4
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-10-30net: sctp: fix KMSAN uninit-value in sctp_inq_popRanganath V N1-1/+1
2025-10-29sctp: Constify struct sctp_sched_opsChristophe JAILLET5-16/+16
2025-10-28sctp: Remove sctp_copy_sock() and sctp_copy_descendant().Kuniyuki Iwashima1-71/+0