aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2026-08-04sctp: fix addip_serial increment on ASCONF_ACK allocation failureQing Luo1-2/+1
2026-08-03sctp: keep chunk->transport in step with the list it is queued onBaul Lee1-0/+1
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh1-0/+6
2026-07-27sctp: prevent peer transport count overflowAsim Viladi Oglu Manizada1-0/+3
2026-07-27sctp: reject stale cookies with mismatched verification tagsYuxiang Yang1-4/+7
2026-07-23sctp: don't free the ASCONF's own transport in DEL-IP processingJun Yang1-0/+6
2026-07-22sctp: auth: verify auth requirement when auth_chunk is NULLQing Luo1-1/+1
2026-07-21sctp: close UDP tunnel sockets during netns teardownZhiling Zou1-0/+1
2026-07-21sctp: avoid auth_enable sysctl UAF during netns teardownZhiling Zou2-10/+19
2026-07-21sctp: validate stream count in sctp_process_strreset_inreq()Cen Zhang (Microsoft)1-1/+5
2026-07-21sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkidHanQuan1-1/+1
2026-07-10sctp: validate STALE_COOKIE cause length before reading stalenessWeiming Shi1-9/+14
2026-06-30sctp: fix addr_wq_timer race in sctp_free_addr_wq()Xin Long1-1/+2
2026-06-27sctp: add INIT verification after cookie unpackingXin Long2-4/+37
2026-06-27sctp: fix SCTP_RESET_STREAMS stream list length limitYousef Alhouseen1-4/+5
2026-06-23sctp: fix err_chunk memory leaks in INIT handlingXin Long1-0/+5
2026-06-17sctp: hold socket lock when dumping endpoints in sctp_diagXin Long2-42/+54
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2026-06-11sctp: validate embedded address parameter lengthXin Long1-2/+8
2026-06-11Merge 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-09sctp: validate embedded INIT chunk and address list lengths in cookieXin Long2-3/+17
2026-06-09sctp: fix uninit-value in __sctp_rcv_asconf_lookup()Michael Bommarito1-0/+8
2026-06-09sctp: stream: fully roll back denied add-stream stateWyatt Feng1-1/+5
2026-06-04Merge 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-02sctp: 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-28sctp: 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-08sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALLBen Morris1-0/+9
2026-05-08sctp: Fix typo in commentMd Shofiqul Islam1-1/+1
2026-05-05udp_tunnel: Pass struct sock to setup_udp_tunnel_sock().Kuniyuki Iwashima1-2/+2
2026-05-05udp_tunnel: Pass struct sock to udp_tunnel_sock_release().Kuniyuki Iwashima1-3/+3
2026-04-28sctp: discard stale INIT after handshake completionXin Long1-0/+6
2026-04-22sctp: 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-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds6-9/+13
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+5
2026-04-13sctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long2-0/+4
2026-04-13sctp: fix missing encap_port propagation for GSO fragmentsXin Long1-0/+1
2026-04-09net: 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-02net: remove addr_len argument of recvmsg() handlersEric Dumazet1-6/+6
2026-02-21Convert '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-17sctp: 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