aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c
AgeCommit message (Expand)Author
2023-09-23sctp: handle invalid error codes without calling BUG()Dan Carpenter
2022-05-09sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long
2020-11-24sctp: change to hold/put transport for proto_unreach_timerXin Long
2020-11-10sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat
2020-06-03sctp: Don't add the shutdown timer if its already been addedNeil Horman
2020-01-12sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin 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
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long
2016-06-10sctp: sctp should change socket state when shutdown is receivedXin Long
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner