summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
6 dayssctp: validate STALE_COOKIE cause length before reading stalenessWeiming Shi1-9/+14
6 dayssctp: fix SCTP_RESET_STREAMS stream list length limitYousef Alhouseen1-4/+5
6 dayssctp: hold socket lock when dumping endpoints in sctp_diagXin Long2-42/+54
6 dayssctp: validate embedded address parameter lengthXin Long1-2/+8
2026-07-04sctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long2-0/+4
2026-07-04net: ipv6: Make udp_tunnel6_xmit_skb() voidPetr Machata1-3/+4
2026-06-19sctp: stream: fully roll back denied add-stream stateWyatt Feng1-1/+5
2026-06-19sctp: diag: reject stale associations in dump_one pathZhao Zhang1-8/+9
2026-06-19sctp: fix uninit-value in __sctp_rcv_asconf_lookup()Michael Bommarito1-0/+8
2026-06-19sctp: purge outqueue on stale COOKIE-ECHO handlingXin Long1-5/+1
2026-06-09sctp: fix race between sctp_wait_for_connect and peeloffZhenghang Xiao1-0/+2
2026-05-23sctp: discard stale INIT after handshake completionXin Long1-0/+6
2026-05-23sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunksMichael Bommarito1-1/+1
2026-05-23sctp: fix missing encap_port propagation for GSO fragmentsXin Long1-0/+1
2026-05-17sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALLBen Morris1-0/+9
2026-01-30sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long1-5/+5
2025-12-18sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima1-2/+3
2025-11-24sctp: prevent possible shift-out-of-bounds in sctp_transport_update_rtoEric Dumazet1-4/+9
2025-11-13sctp: Hold sock lock while iterating over address listStefan Wiehler1-5/+9
2025-11-13sctp: Prevent TOCTOU out-of-bounds writeStefan Wiehler1-0/+3
2025-11-13sctp: Hold RCU read lock while iterating over address listStefan Wiehler1-0/+4
2025-10-29sctp: avoid NULL dereference when chunk data buffer is missingAlexey Simakov1-6/+7
2025-10-19sctp: Fix MAC comparison to be constant-timeEric Biggers2-2/+4
2025-10-19net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov1-1/+2
2025-09-04sctp: initialize more fields in sctp_v6_from_sk()Eric Dumazet1-0/+2
2025-08-20sctp: linearize cloned gso packets in sctp_rcvXin Long1-1/+1
2025-06-27sctp: Do not wake readers in __sctp_write_space()Petr Malat1-1/+2
2025-04-20sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro2-8/+16
2025-04-10sctp: add mutual exclusion in proc_sctp_do_udp_port()Eric Dumazet1-0/+4
2025-03-22sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
2025-01-17sctp: sysctl: plpmtud_probe_interval: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-17sctp: sysctl: udp_port: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-17sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-01-17sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)1-2/+2
2025-01-17sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-09net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov1-1/+2
2024-11-09sctp: fix possible UAF in sctp_v6_available()Eric Dumazet1-6/+13
2024-11-03sctp: properly validate chunk size in sctp_sf_ootb()Xin Long1-1/+1
2024-10-09sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
2024-10-03sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
2024-09-09sctp: Unmask upper DSCP bits in sctp_v4_get_dst()Ido Schimmel1-1/+2
2024-08-28sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek1-6/+16
2024-08-03sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima1-8/+11
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados1-14/+14
2024-07-03sctp: cancel a blocking accept when shutdown a listen socketXin Long1-4/+10
2024-05-14net: change proto and proto_ops accept typeJens Axboe1-4/+4
2024-05-03net: Remove ctl_table sentinel elements from several networking subsystemsJoel Granados1-7/+3
2024-05-01net: add <net/proto_memory.h>Eric Dumazet1-0/+1
2024-05-01inet: introduce dst_rtable() helperEric Dumazet1-2/+2
2024-04-30sctp: prefer struct_size over open coded arithmeticErick Archer1-3/+4