aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-23sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long1-0/+4
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long1-0/+37
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long1-26/+0
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long1-2/+2
2020-11-02sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-05-19sctp: Don't add the shutdown timer if its already been addedNeil Horman1-3/+11
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+18
2020-01-06sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long1-10/+18
2019-12-09sctp: get netns from asoc and ep baseXin Long1-10/+6
2019-11-08sctp: add support for Primary Path SwitchoverXin Long1-0/+5
2019-09-05sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long1-1/+1
2019-08-13sctp: fix the transport error_count checkXin Long1-1/+1
2019-06-05Fix memory leak in sctp_process_initNeil Horman1-0/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner1-16/+1
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long1-29/+0
2018-11-19sctp: rename enum sctp_event to sctp_event_typeXin Long1-6/+6
2018-07-24sctp: whitespace fixesStephen Hemminger1-1/+0
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long1-0/+13
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace SCTP state transitionYafang Shao1-2/+2
2017-12-15sctp: implement handle_ftsn for sctp_stream_interleaveXin Long1-13/+2
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long1-8/+1
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long1-1/+1
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long1-1/+1
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long1-2/+3
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long1-4/+5
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long1-2/+3
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long1-2/+2
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook1-33/+52
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner1-0/+3
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long1-25/+25
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long1-27/+27
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long1-1/+1
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long1-2/+2
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long1-7/+9
2017-08-06sctp: remove the typedef sctp_event_tXin Long1-11/+9
2017-08-06sctp: remove the typedef sctp_event_timeout_tXin Long1-3/+3
2017-08-06sctp: remove the typedef sctp_state_tXin Long1-6/+6
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long1-1/+1
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long1-1/+1
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long1-2/+3
2017-06-20sctp: handle errors when updating asocXin Long1-1/+23
2017-06-20sctp: uncork the old asoc before changing to the new oneXin Long1-0/+4
2017-02-20sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long1-0/+4
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov1-1/+1
2017-01-18sctp: add stream reconf timerXin Long1-0/+32
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long1-5/+4