summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
6 dayssctp: fix addr_wq_timer race in sctp_free_addr_wq()Xin Long
9 dayssctp: add INIT verification after cookie unpackingXin Long
9 dayssctp: fix SCTP_RESET_STREAMS stream list length limitYousef Alhouseen
13 dayssctp: fix err_chunk memory leaks in INIT handlingXin Long
2026-06-17sctp: hold socket lock when dumping endpoints in sctp_diagXin Long
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-11sctp: validate embedded address parameter lengthXin Long
2026-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-10sctp: Unwind address notifier registration on failureYuho Choi
2026-06-09sctp: validate embedded INIT chunk and address list lengths in cookieXin Long
2026-06-09sctp: fix uninit-value in __sctp_rcv_asconf_lookup()Michael Bommarito
2026-06-09sctp: stream: fully roll back denied add-stream stateWyatt Feng
2026-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-06-04sctp: purge outqueue on stale COOKIE-ECHO handlingXin Long
2026-06-04sctp: validate cached peer INIT chunk length in COOKIE_ECHO processingXin Long
2026-06-02sctp: diag: reject stale associations in dump_one pathZhao Zhang
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2026-05-28sctp: fix race between sctp_wait_for_connect and peeloffZhenghang Xiao
2026-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-05-08sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALLBen Morris
2026-05-08sctp: Fix typo in commentMd Shofiqul Islam
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima
2026-04-28sctp: discard stale INIT after handshake completionXin Long
2026-04-22sctp: fix sockets_allocated imbalance after sk_clone()Xin Long
2026-04-18sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunksMichael Bommarito
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-04-13sctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long
2026-04-13sctp: fix missing encap_port propagation for GSO fragmentsXin Long
2026-04-09net: use get_random_u{16,32,64}() where appropriateDavid Carlier
2026-03-29ipv6: convert CONFIG_IPV6 to built-in only and clean up KconfigsFernando Fernandez Mancera
2026-03-06net: change sock.sk_ino and sock_i_ino() to u64Jeff Layton
2026-03-02net: remove addr_len argument of recvmsg() handlersEric Dumazet
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-17sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long
2025-12-18sctp: Clear inet_opt in sctp_v6_copy_ip_options().Kuniyuki Iwashima
2025-12-18sctp: Fetch inet6_sk() after setting ->pinet6 in sctp_clone_sock().Kuniyuki Iwashima
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-10sctp: Don't inherit do_auto_asconf in sctp_clone_sock().Kuniyuki Iwashima
2025-11-10sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-11-03sctp: make sctp_transport_init() voidHuiwen He
2025-11-03sctp: Hold sock lock while iterating over address listStefan Wiehler
2025-11-03sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler
2025-11-03sctp: Hold RCU read lock while iterating over address listStefan Wiehler
2025-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski