aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c
AgeCommit message (Expand)Author
2023-09-19sctp: handle invalid error codes without calling BUG()Dan Carpenter
2022-05-09sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long
2021-06-22sctp: add the probe timer in transport for PLPMTUDXin Long
2021-04-30sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long
2020-11-14sctp: change to hold/put transport for proto_unreach_timerXin Long
2020-11-02sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-19sctp: Don't add the shutdown timer if its already been addedNeil Horman
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-06sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long
2019-12-09sctp: get netns from asoc and ep baseXin Long
2019-11-08sctp: add support for Primary Path SwitchoverXin Long
2019-09-05sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long
2019-08-13sctp: fix the transport error_count checkXin Long
2019-06-05Fix memory leak in sctp_process_initNeil Horman
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-05-01sctp: avoid running the sctp state machine recursivelyXin Long
2018-11-19sctp: rename enum sctp_event to sctp_event_typeXin Long
2018-07-24sctp: whitespace fixesStephen Hemminger
2018-03-14sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long
2017-12-20net: tracepoint: using sock_set_state tracepoint to trace SCTP state transitionYafang Shao
2017-12-15sctp: implement handle_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long
2017-12-11sctp: implement ulpevent_data for sctp_stream_interleaveXin Long
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long
2017-10-25net: sctp: Convert timers to use timer_setup()Kees Cook
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long
2017-08-06sctp: remove the typedef sctp_subtype_tXin Long
2017-08-06sctp: remove the typedef sctp_event_tXin Long
2017-08-06sctp: remove the typedef sctp_event_timeout_tXin Long
2017-08-06sctp: remove the typedef sctp_state_tXin Long
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long
2017-07-01sctp: remove the typedef sctp_init_chunk_tXin Long
2017-07-01sctp: remove the typedef sctp_chunkhdr_tXin Long
2017-06-20sctp: handle errors when updating asocXin Long
2017-06-20sctp: uncork the old asoc before changing to the new oneXin Long
2017-02-20sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov
2017-01-18sctp: add stream reconf timerXin Long