aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/sm_sideeffect.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-18sctp: do not return the transmit err back to sctp_sendmsgXin Long1-11/+5
2016-06-10sctp: sctp should change socket state when shutdown is receivedXin Long1-1/+3
2016-05-01sctp: signal sk_data_ready earlier on data chunks receptionMarcelo Ricardo Leitner1-4/+3
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+16
2016-04-13sctp: delay calls to sk_data_ready() as much as possibleMarcelo Ricardo Leitner1-0/+7
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner1-20/+16
2016-03-20sctp: do not update a_rwnd if we are not issuing a sackMarcelo Ricardo Leitner1-1/+5
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-11/+12
2016-01-28sctp: remove the dead field of sctp_transportXin Long1-12/+0
2016-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2016-01-11sctp: fix use-after-free in pr_debug statementMarcelo Ricardo Leitner1-5/+6