summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
4 dayssctp: fix stream->outcnt underflow on duplicate RECONF responsesJun Yang
4 dayssctp: distinguish sequence zero from wildcard in reconf lookupJun Yang
5 dayssctp: fix NULL deref on untransmitted RECONF completionWeiming Shi
9 dayssctp: drop a chunk if its transport was removedHyunwoo Kim
11 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
11 dayssctp: stop processing a packet once its association is deletedHyunwoo Kim
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-13net: Const qualify ctl_tables that kmemdup unconditionallyJoel Granados
2026-08-12sctp: fix use-after-free of cached ASCONF chunkYuxiang Yang
2026-08-12sctp: clear new_transport when removing a peerQing Ming
2026-08-11sctp: auth: propagate HMAC calculation errors to callersQing Luo
2026-08-07sctp: validate cookie AUTH state before useJérémy Jean
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06sctp: clear control chunk transport if it is being removedXin Long
2026-08-04sctp: fix addip_serial increment on ASCONF_ACK allocation failureQing Luo
2026-08-03sctp: keep chunk->transport in step with the list it is queued onBaul Lee
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-29sctp: validate Adaptation Indication parameter lengthCharles Vosburgh
2026-07-29sctp: auth: discard auth_chunk when skb_clone failsQing Luo
2026-07-27sctp: prevent peer transport count overflowAsim Viladi Oglu Manizada
2026-07-27sctp: reject stale cookies with mismatched verification tagsYuxiang Yang
2026-07-23sctp: don't free the ASCONF's own transport in DEL-IP processingJun Yang
2026-07-22sctp: auth: verify auth requirement when auth_chunk is NULLQing Luo
2026-07-21sctp: close UDP tunnel sockets during netns teardownZhiling Zou
2026-07-21sctp: avoid auth_enable sysctl UAF during netns teardownZhiling Zou
2026-07-21sctp: validate stream count in sctp_process_strreset_inreq()Cen Zhang (Microsoft)
2026-07-21sctp: fix auth_chunk_list capacity check in sctp_auth_ep_add_chunkidHanQuan
2026-07-10sctp: validate STALE_COOKIE cause length before reading stalenessWeiming Shi
2026-06-30sctp: fix addr_wq_timer race in sctp_free_addr_wq()Xin Long
2026-06-27sctp: add INIT verification after cookie unpackingXin Long
2026-06-27sctp: fix SCTP_RESET_STREAMS stream list length limitYousef Alhouseen
2026-06-23sctp: 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