summaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_statefuns.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter2023-06-121-1/+1
* sctp: delete the nested flexible array hmacXin Long2023-04-211-1/+1
* sctp: delete the nested flexible array peer_initXin Long2023-04-211-5/+3
* sctp: delete the nested flexible array variableXin Long2023-04-211-1/+1
* sctp: delete the nested flexible array paramsXin Long2023-04-211-1/+1
* sctp: sm_statefuns: Remove pointer casts of the same typeLi zeming2022-11-171-1/+1
* net: keep sk->sk_forward_alloc as small as possibleEric Dumazet2022-06-101-2/+0
* sctp: use the correct skb for security_sctp_assoc_requestXin Long2022-04-081-3/+3
* security: add sctp_assoc_established hookOndrej Mosnacek2022-02-151-3/+5
* sctp: make the raise timer more simple and accurateXin Long2021-11-251-6/+5
* net,lsm,selinux: revert the security_sctp_assoc_established() hookPaul Moore2021-11-121-1/+1
* sctp: remove unreachable code from sctp_sf_violation_chunk()Alexey Khoroshilov2021-11-071-3/+0
* security: add sctp_assoc_established hookXin Long2021-11-031-1/+1
* security: call security_sctp_assoc_request in sctp_sf_do_5_1D_ceXin Long2021-11-031-0/+5
* security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long2021-11-031-13/+13
* sctp: add vtag check in sctp_sf_ootbXin Long2021-10-221-0/+3
* sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long2021-10-221-6/+3
* sctp: add vtag check in sctp_sf_violationXin Long2021-10-221-0/+3
* sctp: fix the processing for COOKIE_ECHO chunkXin Long2021-10-221-4/+10
* sctp: fix the processing for INIT_ACK chunkXin Long2021-10-221-18/+19
* sctp: fix the processing for INIT chunkXin Long2021-10-221-26/+46
* sctp: use init_tag from inithdr for ABORT chunkXin Long2021-10-221-0/+1
* sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-251-8/+7
* sctp: send the next probe immediately once the last one is ackedXin Long2021-06-241-1/+4
* sctp: do state transition when a probe succeeds on HB ACK recv pathXin Long2021-06-221-1/+1
* sctp: do state transition when PROBE_COUNT == MAX_PROBES on HB send pathXin Long2021-06-221-0/+2
* sctp: do the basic send and recv for PLPMTUD probeXin Long2021-06-221-2/+18
* sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-221-0/+17
* sctp: sm_statefuns: Fix spelling mistakesZheng Yongjun2021-05-311-15/+15
* sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-031-1/+2
* Revert "Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK""Xin Long2021-05-031-3/+3
* sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-04-301-17/+30
* Revert "sctp: Fix bundling of SHUTDOWN with COOKIE-ACK"Xin Long2021-04-301-3/+3
* sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long2021-04-301-5/+20
* sm_statefuns.c: Mundane spello fixesBhaskar Chowdhury2021-03-281-5/+5
* sctp: handle the init chunk matching an existing asocXin Long2020-10-301-0/+50
* sctp: allow changing transport encap_port by peer packetsXin Long2020-10-301-0/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* sctp: Start shutdown on association restart if in SHUTDOWN-SENT state and soc...Jere Leppänen2020-05-221-4/+5
* sctp: Fix bundling of SHUTDOWN with COOKIE-ACKJere Leppänen2020-04-221-3/+3
* sctp: move the format error check out of __sctp_sf_do_9_1_abortXin Long2020-02-171-9/+20
* sctp: do trace_sctp_probe after SACK validation and checkKevin Kou2019-12-271-9/+9
* sctp: get netns from asoc and ep baseXin Long2019-12-091-1/+1
* sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost2019-11-231-1/+3
* sctp: check asoc peer.asconf_capable before processing asconfXin Long2019-08-191-2/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-8/+27
|\
| * sctp: avoid running the sctp state machine recursivelyXin Long2019-05-011-8/+27
* | sctp: implement memory accounting on rx pathXin Long2019-04-151-2/+4
|/
* sctp: delay the authentication for the duplicated cookie-echo chunkXin Long2018-05-071-40/+46