aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp/stream.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+10
2018-01-03sctp: fix error path in sctp_stream_initMarcelo Ricardo Leitner1-12/+10
2017-12-15sctp: update mid instead of ssn when doing stream and asoc resetXin Long1-15/+25
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long1-4/+2
2017-12-11sctp: implement make_datafrag for sctp_stream_interleaveXin Long1-0/+1
2017-11-28sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_failXin Long1-1/+1
2017-11-28sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long1-1/+1
2017-11-28sctp: avoid flushing unsent queue when doing asoc resetXin Long1-7/+14
2017-11-28sctp: only allow the asoc reset when the asoc outq is emptyXin Long1-0/+9
2017-11-28sctp: only allow the out stream reset when the stream outq is emptyXin Long1-0/+35
2017-11-28sctp: use sizeof(__u16) for each stream number length instead of magic numberXin Long1-4/+6
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long1-8/+24
2017-11-01sctp: fix error return code in sctp_send_add_streams()Wei Yongjun1-2/+4
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+17
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long1-9/+17
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner1-7/+81
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner1-0/+16
2017-10-03sctp: factor out stream->in allocationMarcelo Ricardo Leitner1-8/+28
2017-10-03sctp: factor out stream->out allocationMarcelo Ricardo Leitner1-20/+32
2017-10-03sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner1-1/+7
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long1-2/+2
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long1-22/+11
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long1-35/+33
2017-04-18sctp: process duplicated strreset asoc request correctlyXin Long1-4/+15
2017-04-18sctp: process duplicated strreset in and addstrm in requests correctlyXin Long1-9/+29
2017-04-18sctp: process duplicated strreset out and addstrm out requests correctlyXin Long1-10/+29
2017-04-17sctp: get list_of_streams of strreset outreq earlierXin Long1-4/+4
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-8/+35
2017-03-30sctp: alloc stream info when initializing asocXin Long1-8/+35
2017-03-12sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long1-0/+154
2017-03-12sctp: implement receiver-side procedures for the Add Incoming Streams Request ParameterXin Long1-12/+62
2017-03-12sctp: implement receiver-side procedures for the Add Outgoing Streams Request ParameterXin Long1-10/+79
2017-03-12sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long1-0/+79
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request ParameterXin Long1-0/+70
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request ParameterXin Long1-0/+113
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Request ParameterXin Long1-0/+77
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long1-0/+40
2017-02-09sctp: streams should be recovered when it fails to send request.Xin Long1-2/+17
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long1-0/+79
2017-01-06sctp: prepare asoc stream for stream reconfXin Long1-0/+85