aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_statefuns.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-03-28sm_statefuns.c: Mundane spello fixesBhaskar Chowdhury1-5/+5
2020-10-30sctp: handle the init chunk matching an existing asocXin Long1-0/+50
2020-10-30sctp: allow changing transport encap_port by peer packetsXin Long1-0/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-22sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and socket is closedJere Leppänen1-4/+5
2020-04-22sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen1-3/+3
2020-02-17sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long1-9/+20
2019-12-27sctp: do trace_sctp_probe after SACK validation and checkKevin Kou1-9/+9
2019-12-09sctp: get netns from asoc and ep baseXin Long1-1/+1
2019-11-23sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost1-1/+3
2019-08-19sctp: 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-02Merge 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
2018-05-07sctp: delay the authentication for the duplicated cookie-echo chunkXin Long1-40/+46
2018-05-02sctp: use the old asoc when making the cookie-ack chunk in dupcook_dXin Long1-1/+1
2018-05-02sctp: init active key for the new asoc in dupcook_a and dupcook_bXin Long1-0/+6
2018-04-06Merge tag 'selinux-pr-20180403' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-0/+18
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long1-2/+41
2018-03-14sctp: add SCTP_AUTH_FREE_KEY type for AUTHENTICATION_EVENTXin Long1-1/+1
2018-03-14sctp: add refcnt support for sh_keyXin Long1-4/+7