summaryrefslogtreecommitdiff
path: root/net/sctp/sm_statefuns.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2026-08-12sctp: fix use-after-free of cached ASCONF chunkYuxiang Yang1-1/+5
2026-08-11sctp: auth: propagate HMAC calculation errors to callersQing Luo1-3/+6
2026-07-22sctp: auth: verify auth requirement when auth_chunk is NULLQing Luo1-1/+1
2026-07-10sctp: validate STALE_COOKIE cause length before reading stalenessWeiming Shi1-9/+14
2026-06-27sctp: add INIT verification after cookie unpackingXin Long1-3/+33
2026-06-23sctp: fix err_chunk memory leaks in INIT handlingXin Long1-0/+5
2026-06-04sctp: purge outqueue on stale COOKIE-ECHO handlingXin Long1-5/+1
2026-04-28sctp: discard stale INIT after handshake completionXin Long1-0/+6
2026-01-17sctp: move SCTP_CMD_ASSOC_SHKEY right after SCTP_CMD_PEER_INITXin Long1-5/+5
2025-10-06net/sctp: fix a null dereference in sctp_disposition sctp_sf_do_5_1D_ce()Alexandr Sapozhnikov1-1/+2
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers1-1/+1
2025-08-19sctp: Fix MAC comparison to be constant-timeEric Biggers1-1/+2
2024-11-03sctp: properly validate chunk size in sctp_sf_ootb()Xin Long1-1/+1
2024-08-27sctp: fix association labeling in the duplicate COOKIE-ECHO caseOndrej Mosnacek1-6/+16
2024-04-30net: add <net/proto_memory.h>Eric Dumazet1-0/+1
2023-06-12sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter1-1/+1
2023-04-21sctp: delete the nested flexible array hmacXin Long1-1/+1
2023-04-21sctp: delete the nested flexible array peer_initXin Long1-5/+3
2023-04-21sctp: delete the nested flexible array variableXin Long1-1/+1
2023-04-21sctp: delete the nested flexible array paramsXin Long1-1/+1
2022-11-17sctp: sm_statefuns: Remove pointer casts of the same typeLi zeming1-1/+1
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-2/+0
2022-04-08sctp: use the correct skb for security_sctp_assoc_requestXin Long1-3/+3
2022-02-15security: add sctp_assoc_established hookOndrej Mosnacek1-3/+5
2021-11-25sctp: make the raise timer more simple and accurateXin Long1-6/+5
2021-11-12net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore1-1/+1
2021-11-07sctp: remove unreachable code from sctp_sf_violation_chunk()Alexey Khoroshilov1-3/+0
2021-11-03security: add sctp_assoc_established hookXin Long1-1/+1
2021-11-03security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ceXin Long1-0/+5
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long1-13/+13
2021-10-22sctp: add vtag check in sctp_sf_ootbXin Long1-0/+3
2021-10-22sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long1-6/+3
2021-10-22sctp: add vtag check in sctp_sf_violationXin Long1-0/+3
2021-10-22sctp: fix the processing for COOKIE_ECHO chunkXin Long1-4/+10
2021-10-22sctp: fix the processing for INIT_ACK chunkXin Long1-18/+19
2021-10-22sctp: fix the processing for INIT chunkXin Long1-26/+46
2021-10-22sctp: use init_tag from inithdr for ABORT chunkXin Long1-0/+1
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long1-8/+7
2021-06-24sctp: send the next probe immediately once the last one is ackedXin Long1-1/+4
2021-06-22sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long1-1/+1
2021-06-22sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long1-0/+2
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long1-2/+18
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long1-0/+17
2021-05-31sctp: sm_statefuns: Fix spelling mistakesZheng Yongjun1-15/+15
2021-05-03sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long1-1/+2
2021-05-03Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""Xin Long1-3/+3
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long1-17/+30
2021-04-30Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"Xin Long1-3/+3
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long1-5/+20