summaryrefslogtreecommitdiff
path: root/net/sctp/sm_sideeffect.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: delete the nested flexible array variableXin Long2023-04-211-2/+1
* sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long2022-04-231-0/+4
* sctp: add the probe timer in transport for PLPMTUDXin Long2021-06-221-0/+37
* sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-04-301-26/+0
* sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-141-2/+2
* sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat2020-11-021-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* sctp: Don't add the shutdown timer if its already been addedNeil Horman2020-05-191-3/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-091-10/+18
|\
| * sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-061-10/+18
* | sctp: get netns from asoc and ep baseXin Long2019-12-091-10/+6
|/
* sctp: add support for Primary Path SwitchoverXin Long2019-11-081-0/+5
* sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long2019-09-051-1/+1
* sctp: fix the transport error_count checkXin Long2019-08-131-1/+1
* Fix memory leak in sctp_process_initNeil Horman2019-06-051-0/+5
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner2019-05-241-16/+1
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-011-29/+0
* sctp: rename enum sctp_event to sctp_event_typeXin Long2018-11-191-6/+6
* sctp: whitespace fixesStephen Hemminger2018-07-241-1/+0
* sctp: add SCTP_AUTH_NO_AUTH type for AUTHENTICATION_EVENTXin Long2018-03-141-0/+13
* net: tracepoint: using sock_set_state tracepoint to trace SCTP state transitionYafang Shao2017-12-201-2/+2
* sctp: implement handle_ftsn for sctp_stream_interleaveXin Long2017-12-151-13/+2
* sctp: implement report_ftsn for sctp_stream_interleaveXin Long2017-12-151-8/+1
* sctp: implement abort_pd for sctp_stream_interleaveXin Long2017-12-111-1/+1
* sctp: implement start_pd for sctp_stream_interleaveXin Long2017-12-111-1/+1
* sctp: implement renege_events for sctp_stream_interleaveXin Long2017-12-111-2/+3
* sctp: implement enqueue_event for sctp_stream_interleaveXin Long2017-12-111-4/+5
* sctp: implement ulpevent_data for sctp_stream_interleaveXin Long2017-12-111-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-4/+4
|\
| * sctp: fix some type cast warnings introduced since very beginningXin Long2017-10-291-2/+2
| * sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long2017-10-291-2/+2
* | net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-251-33/+52
* | sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-031-0/+3
|/
* sctp: remove the typedef sctp_disposition_tXin Long2017-08-111-25/+25
* sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-111-1/+1
* sctp: remove the typedef sctp_cmd_seq_tXin Long2017-08-111-27/+27
* sctp: remove the typedef sctp_cmd_tXin Long2017-08-111-1/+1
* sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-111-2/+2
* sctp: remove the typedef sctp_subtype_tXin Long2017-08-061-7/+9
* sctp: remove the typedef sctp_event_tXin Long2017-08-061-11/+9
* sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-061-3/+3
* sctp: remove the typedef sctp_state_tXin Long2017-08-061-6/+6
* sctp: remove the typedef sctp_errhdr_tXin Long2017-08-031-1/+1
* sctp: remove the typedef sctp_init_chunk_tXin Long2017-07-011-1/+1
* sctp: remove the typedef sctp_chunkhdr_tXin Long2017-07-011-2/+3
* sctp: handle errors when updating asocXin Long2017-06-201-1/+23
* sctp: uncork the old asoc before changing to the new oneXin Long2017-06-201-0/+4
* sctp: flush out queue once assoc state falls into SHUTDOWN_PENDINGXin Long2017-02-201-0/+4
* sctp: add dst_pending_confirm flagJulian Anastasov2017-02-071-1/+1
* sctp: add stream reconf timerXin Long2017-01-181-0/+32