aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/outqueue.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner1-13/+7
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner1-53/+44
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner1-94/+88
2018-05-14sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner1-98/+93
2018-05-14sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner1-8/+9
2018-05-14sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner1-30/+26
2018-05-14sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner1-74/+75
2018-05-14sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner1-43/+58
2018-05-14sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner1-36/+56
2018-05-14sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner1-97/+90
2018-05-14sctp: add sctp_packet_singletonMarcelo Ricardo Leitner1-7/+15
2018-04-25sctp: fix identification of new acks for SFR-CACCMarcelo Ricardo Leitner1-25/+23
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2018-01-15sctp: avoid compiler warning on implicit fallthruMarcelo Ricardo Leitner1-2/+2
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long1-6/+6
2017-12-01sctp: do not abandon the other frags in unsent outq if one msg has outstanding fragsXin Long1-1/+2
2017-12-01sctp: abandon the whole msg if one part of a fragmented message is abandonedXin Long1-4/+8
2017-12-01sctp: only update outstanding_bytes for transmitted queue when doing prsctp_pruneXin Long1-2/+4
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner1-27/+32
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner1-2/+2
2017-08-06sctp: remove the typedef sctp_xmit_tXin Long1-4/+4
2017-08-06sctp: remove the typedef sctp_retransmit_reason_tXin Long1-1/+1
2017-07-24sctp: remove the typedef sctp_sack_variable_tXin Long1-5/+5
2017-07-01net: convert sk_buff.users from atomic_t to refcount_tReshetova, Elena1-1/+1
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long1-5/+5
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+1
2017-04-03sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctpXin Long1-0/+10
2017-04-01sctp: use right in and out stream cntXin Long1-2/+1
2017-03-21sctp: out_qlen should be updated when pruning unsent queueXin Long1-6/+5
2017-02-07sctp: add dst_pending_confirm flagJulian Anastasov1-1/+1
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long1-10/+23
2017-01-11sctp: Fix spelling mistake: "Atempt" -> "Attempt"Colin Ian King1-1/+1
2016-10-13sctp: reuse sent_count to avoid retransmitted chunks for RTT measurementsXin Long1-3/+1
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2016-09-30sctp: change to check peer prsctp_capable when using prsctp policesXin Long1-4/+4
2016-09-30sctp: remove prsctp_param from sctp_chunkXin Long1-2/+2
2016-09-23sctp: fix the handling of SACK Gap Ack blocksMarcelo Ricardo Leitner1-5/+6
2016-09-18sctp: make sctp_outq_flush/tail/uncork return voidXin Long1-12/+7
2016-09-18sctp: save transmit error to sk_err in sctp_outq_flushXin Long1-9/+12
2016-09-18sctp: free msg->chunks when sctp_primitive_SEND return errXin Long1-1/+0
2016-09-18sctp: remove the unnecessary state check in sctp_outq_tailXin Long1-39/+14
2016-07-11sctp: implement prsctp PRIO policyXin Long1-0/+99
2016-04-10sctp: avoid refreshing heartbeat timer too oftenMarcelo Ricardo Leitner1-5/+10
2016-03-20sctp: do not leak chunks that are sent to unconfirmed pathsMarcelo Ricardo Leitner1-1/+5
2016-03-13sctp: allow sctp_transmit_packet and others to use gfpMarcelo Ricardo Leitner1-15/+15
2015-12-06sctp: start t5 timer only when peer rwnd is 0 and local state is SHUTDOWN_PENDINGlucien1-0/+1
2015-12-06sctp: hold the chunks only after the chunk is enqueued in outqlucien1-0/+1
2014-07-22net: sctp: Rename SCTP_XMIT_NAGLE_DELAY to SCTP_XMIT_DELAYDavid Laight1-2/+2
2014-07-15net: sctp: remove unnecessary break after return/gotoFabian Frederick1-1/+0
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-25/+7