summaryrefslogtreecommitdiff
path: root/net/sctp/outqueue.c
AgeCommit message (Expand)Author
2023-04-21sctp: delete the nested flexible array variableXin Long
2022-11-07sctp: clear out_curr if all frag chunks of current msg are prunedXin Long
2022-11-07sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long
2022-04-05sctp: count singleton chunks in assoc user statsJamie Bainbridge
2021-11-25sctp: make the raise timer more simple and accurateXin Long
2021-06-22sctp: do the basic send and recv for PLPMTUD probeXin Long
2021-03-19sctp: move sk_route_caps check and set into sctp_outq_flush_transportsXin Long
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2019-12-30sctp: add enabled check for path tracepoint loop.Kevin Kou
2019-12-26sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou
2019-12-09sctp: get netns from asoc and ep baseXin Long
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 104Thomas Gleixner
2019-01-30sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...Xin Long
2018-11-03sctp: define SCTP_SS_DEFAULT for Stream schedulersXin Long
2018-10-18sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk sizeXin Long
2018-10-03sctp: fix fall-through annotationGustavo A. R. Silva
2018-08-11net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner
2018-05-14sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner
2018-05-14sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner
2018-05-14sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-14sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-14sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner
2018-05-14sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner
2018-05-14sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner
2018-05-14sctp: add sctp_packet_singletonMarcelo Ricardo Leitner
2018-04-25sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstandin...Xin Long
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...Xin Long
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long
2017-08-06sctp: remove the typedef sctp_retransmit_reason_tXin Long
2017-07-24sctp: remove the typedef sctp_sack_variable_tXin Long
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long
2017-04-01sctp: use right in and out stream cntXin Long
2017-03-21sctp: out_qlen should be updated when pruning unsent queueXin Long
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long
2017-01-11sctp: Fix spelling mistake: "Atempt" -> "Attempt"Colin Ian King
2016-10-13sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long