aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
12 dayssctp: fix stream->outcnt underflow on duplicate RECONF responsesJun Yang1-11/+28
12 dayssctp: distinguish sequence zero from wildcard in reconf lookupJun Yang1-5/+6
12 dayssctp: fix NULL deref on untransmitted RECONF completionWeiming Shi1-1/+1
2026-08-20sctp: drop a chunk if its transport was removedHyunwoo Kim1-2/+5
2026-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2026-08-18sctp: stop processing a packet once its association is deletedHyunwoo Kim1-0/+4
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+89
2026-08-13net: Const qualify ctl_tables that kmemdup unconditionallyJoel Granados1-1/+1
2026-08-12sctp: fix use-after-free of cached ASCONF chunkYuxiang Yang2-2/+8
2026-08-12sctp: clear new_transport when removing a peerQing Ming1-0/+3
2026-08-11sctp: auth: propagate HMAC calculation errors to callersQing Luo3-10/+21
2026-08-07sctp: validate cookie AUTH state before useJérémy Jean2-0/+78
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+6
2026-08-06sctp: clear control chunk transport if it is being removedXin Long1-0/+4
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-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+16
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh1-0/+6
2026-07-29sctp: auth: discard auth_chunk when skb_clone failsQing Luo2-0/+8
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