summaryrefslogtreecommitdiff
path: root/net/sctp/sm_statefuns.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01net: 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-11net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-2/+0
2022-04-09sctp: 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-26sctp: 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-26sctp: 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-06-01sctp: 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-05-01sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long1-17/+30
2021-05-01Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"Xin Long1-3/+3
2021-05-01sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long1-5/+20
2021-03-29sm_statefuns.c: Mundane spello fixesBhaskar Chowdhury1-5/+5
2020-10-31sctp: handle the init chunk matching an existing asocXin Long1-0/+50
2020-10-31sctp: allow changing transport encap_port by peer packetsXin Long1-0/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-23sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen1-4/+5
2020-04-23sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen1-3/+3
2020-02-18sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long1-9/+20
2019-12-28sctp: do trace_sctp_probe after SACK validation and checkKevin Kou1-9/+9
2019-12-10sctp: get netns from asoc and ep baseXin Long1-1/+1
2019-11-24sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost1-1/+3
2019-08-20sctp: check asoc peer.asconf_capable before processing asconfXin Long1-2/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+27
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long1-8/+27
2019-04-15sctp: implement memory accounting on rx pathXin Long1-2/+4