index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
outqueue.c
Age
Commit message (
Expand
)
Author
2019-01-30
sctp: add SCTP_FUTURE_ASOC and SCTP_CURRENT_ASSOC for SCTP_STREAM_SCHEDULER s...
Xin Long
2018-11-03
sctp: define SCTP_SS_DEFAULT for Stream schedulers
Xin Long
2018-10-18
sctp: count both sk and asoc sndbuf with skb truesize and sctp_chunk size
Xin Long
2018-10-03
sctp: fix fall-through annotation
Gustavo A. R. Silva
2018-08-11
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
2018-05-14
sctp: checkpatch fixups
Marcelo Ricardo Leitner
2018-05-14
sctp: add asoc and packet to sctp_flush_ctx
Marcelo Ricardo Leitner
2018-05-14
sctp: add sctp_flush_ctx, a context struct on outq_flush routines
Marcelo Ricardo Leitner
2018-05-14
sctp: rework switch cases in sctp_outq_flush_data
Marcelo Ricardo Leitner
2018-05-14
sctp: make use of gfp on retransmissions
Marcelo Ricardo Leitner
2018-05-14
sctp: move transport flush code out of sctp_outq_flush
Marcelo Ricardo Leitner
2018-05-14
sctp: move flushing of data chunks out of sctp_outq_flush
Marcelo Ricardo Leitner
2018-05-14
sctp: move outq data rtx code out of sctp_outq_flush
Marcelo Ricardo Leitner
2018-05-14
sctp: move the flush of ctrl chunks into its own function
Marcelo Ricardo Leitner
2018-05-14
sctp: factor out sctp_outq_select_transport
Marcelo Ricardo Leitner
2018-05-14
sctp: add sctp_packet_singleton
Marcelo Ricardo Leitner
2018-04-25
sctp: fix identification of new acks for SFR-CACC
Marcelo Ricardo Leitner
2018-01-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-01-15
sctp: avoid compiler warning on implicit fallthru
Marcelo Ricardo Leitner
2017-12-15
sctp: implement generate_ftsn for sctp_stream_interleave
Xin Long
2017-12-01
sctp: do not abandon the other frags in unsent outq if one msg has outstandin...
Xin Long
2017-12-01
sctp: abandon the whole msg if one part of a fragmented message is abandoned
Xin Long
2017-12-01
sctp: only update outstanding_bytes for transmitted queue when doing prsctp_p...
Xin Long
2017-10-03
sctp: introduce stream scheduler foundations
Marcelo Ricardo Leitner
2017-10-03
sctp: introduce struct sctp_stream_out_ext
Marcelo Ricardo Leitner
2017-08-06
sctp: remove the typedef sctp_xmit_t
Xin Long
2017-08-06
sctp: remove the typedef sctp_retransmit_reason_t
Xin Long
2017-07-24
sctp: remove the typedef sctp_sack_variable_t
Xin Long
2017-07-01
net: convert sk_buff.users from atomic_t to refcount_t
Reshetova, Elena
2017-06-02
sctp: define the member stream as an object instead of pointer in asoc
Xin Long
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-04-03
sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
Xin Long
2017-04-01
sctp: use right in and out stream cnt
Xin Long
2017-03-21
sctp: out_qlen should be updated when pruning unsent queue
Xin Long
2017-02-07
sctp: add dst_pending_confirm flag
Julian Anastasov
2017-01-18
sctp: implement sender-side procedures for SSN Reset Request Parameter
Xin Long
2017-01-11
sctp: Fix spelling mistake: "Atempt" -> "Attempt"
Colin Ian King
2016-10-13
sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements
Xin Long
2016-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2016-09-30
sctp: change to check peer prsctp_capable when using prsctp polices
Xin Long
2016-09-30
sctp: remove prsctp_param from sctp_chunk
Xin Long
2016-09-23
sctp: fix the handling of SACK Gap Ack blocks
Marcelo Ricardo Leitner
2016-09-18
sctp: make sctp_outq_flush/tail/uncork return void
Xin Long
2016-09-18
sctp: save transmit error to sk_err in sctp_outq_flush
Xin Long
2016-09-18
sctp: free msg->chunks when sctp_primitive_SEND return err
Xin Long
2016-09-18
sctp: remove the unnecessary state check in sctp_outq_tail
Xin Long
2016-07-11
sctp: implement prsctp PRIO policy
Xin Long
2016-04-10
sctp: avoid refreshing heartbeat timer too often
Marcelo Ricardo Leitner
2016-03-20
sctp: do not leak chunks that are sent to unconfirmed paths
Marcelo Ricardo Leitner
2016-03-13
sctp: allow sctp_transmit_packet and others to use gfp
Marcelo Ricardo Leitner
[next]