summaryrefslogtreecommitdiffstats
path: root/net/sctp/stream.c
Commit message (Expand)AuthorAge
* sctp: convert to genradixKent Overstreet2019-03-12
* sctp: remove sched init from sctp_stream_initXin Long2019-03-08
* sctp: set stream ext to NULL after freeing it in sctp_stream_outq_migrateXin Long2019-02-13
* sctp: check and update stream->out_curr when allocating stream_outXin Long2019-02-03
* sctp: improve the events for sctp stream addingXin Long2019-01-24
* sctp: improve the events for sctp stream resetXin Long2019-01-24
* sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-19
* net/sctp: Replace in/out stream arrays with flex_arrayKonstantin Khorenko2018-08-11
* net/sctp: Make wrappers for accessing in/out streamsKonstantin Khorenko2018-08-11
* sctp: clear the new asoc's stream outcnt in sctp_stream_updateXin Long2018-04-27
* sctp: fix some copy-paste errors for file commentsXin Long2018-02-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-09
|\
| * sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner2018-01-03
* | sctp: update mid instead of ssn when doing stream and asoc resetXin Long2017-12-15
* | sctp: implement report_ftsn for sctp_stream_interleaveXin Long2017-12-15
* | sctp: implement make_datafrag for sctp_stream_interleaveXin Long2017-12-11
|/
* sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long2017-11-28
* sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long2017-11-27
* sctp: avoid flushing unsent queue when doing asoc resetXin Long2017-11-27
* sctp: only allow the asoc reset when the asoc outq is emptyXin Long2017-11-27
* sctp: only allow the out stream reset when the stream outq is emptyXin Long2017-11-27
* sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long2017-11-27
* sctp: check stream reset info len before making reconf chunkXin Long2017-11-15
* sctp: fix error return code in sctp_send_add_streams()Wei Yongjun2017-11-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
|\
| * sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-29
* | sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-03
* | sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-03
* | sctp: factor out stream->in allocationMarcelo Ricardo Leitner2017-10-03
* | sctp: factor out stream->out allocationMarcelo Ricardo Leitner2017-10-03
* | sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner2017-10-03
|/
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-01
* sctp: merge sctp_stream_new and sctp_stream_initXin Long2017-06-02
* sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-02
* sctp: process duplicated strreset asoc request correctlyXin Long2017-04-18
* sctp: process duplicated strreset in and addstrm in requests correctlyXin Long2017-04-18
* sctp: process duplicated strreset out and addstrm out requests correctlyXin Long2017-04-18
* sctp: get list_of_streams of strreset outreq earlierXin Long2017-04-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-06
|\
| * sctp: alloc stream info when initializing asocXin Long2017-03-30
* | sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2017-03-13
* | sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long2017-03-13
* | sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long2017-03-13
* | sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2017-03-13
|/
* sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2017-02-19
* sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long2017-02-19
* sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2017-02-09
* sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2017-02-09
* sctp: streams should be recovered when it fails to send request.Xin Long2017-02-09
* sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-18