summaryrefslogtreecommitdiff
path: root/net/sctp/stream.c
AgeCommit message (Expand)Author
2017-11-16sctp: check stream reset info len before making reconf chunkXin Long
2017-11-01sctp: fix error return code in sctp_send_add_streams()Wei Yongjun
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
2017-10-03sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner
2017-10-03sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner
2017-10-03sctp: factor out stream->in allocationMarcelo Ricardo Leitner
2017-10-03sctp: factor out stream->out allocationMarcelo Ricardo Leitner
2017-10-03sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner
2017-07-01sctp: remove the typedef sctp_paramhdr_tXin Long
2017-06-02sctp: merge sctp_stream_new and sctp_stream_initXin Long
2017-06-02sctp: define the member stream as an object instead of pointer in asocXin Long
2017-04-18sctp: process duplicated strreset asoc request correctlyXin Long
2017-04-18sctp: process duplicated strreset in and addstrm in requests correctlyXin Long
2017-04-18sctp: process duplicated strreset out and addstrm out requests correctlyXin Long
2017-04-17sctp: get list_of_streams of strreset outreq earlierXin Long
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-30sctp: alloc stream info when initializing asocXin Long
2017-03-12sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long
2017-03-12sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long
2017-03-12sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long
2017-03-12sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long
2017-02-19sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long
2017-02-19sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long
2017-02-09sctp: streams should be recovered when it fails to send request.Xin Long
2017-01-18sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long
2017-01-06sctp: prepare asoc stream for stream reconfXin Long