summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
4 dayssctp: fix sockets_allocated imbalance after sk_clone()Xin Long1-1/+2
8 dayssctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunksMichael Bommarito1-1/+1
12 daysMerge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-9/+13
12 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-0/+5
13 dayssctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long2-0/+4
13 dayssctp: 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
2025-10-28sctp: Use sctp_clone_sock() in sctp_do_peeloff().Kuniyuki Iwashima1-21/+15
2025-10-28sctp: Remove sctp_pf.create_accept_sk().Kuniyuki Iwashima2-72/+0
2025-10-28sctp: Use sk_clone() in sctp_accept().Kuniyuki Iwashima1-37/+76
2025-10-28sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().Kuniyuki Iwashima3-19/+24
2025-10-28sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().Kuniyuki Iwashima1-5/+2
2025-10-28sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima1-2/+3
2025-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+7
2025-10-23sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov1-6/+7
2025-10-18ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima1-3/+5
2025-10-06net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov1-1/+2
2025-09-09sctp: snmp: do not use SNMP_MIB_SENTINEL anymoreEric Dumazet1-6/+6
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-08-28net: add sk_drops_read(), sk_drops_inc() and sk_drops_reset() helpersEric Dumazet1-1/+1
2025-08-28sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet1-0/+2
2025-08-27ipv4: Convert ->flowi4_tos to dscp_t.Guillaume Nault1-1/+2
2025-08-20sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_algEric Biggers1-3/+1
2025-08-20sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers6-152/+64
2025-08-20sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers6-157/+42
2025-08-20sctp: Fix MAC comparison to be constant-timeEric Biggers2-2/+4
2025-08-08sctp: linearize cloned gso packets in sctp_rcvXin Long1-1/+1
2025-07-03net: dst: annotate data-races around dst->obsoleteEric Dumazet1-1/+1