summaryrefslogtreecommitdiffstats
path: root/net/sctp/stream.c
Commit message (Expand)AuthorAgeFilesLines
* sctp: improve the events for sctp stream resetXin Long2019-02-061-22/+17
* sctp: improve the events for sctp stream addingXin Long2019-02-061-13/+10
* sctp: not increase stream's incnt before sending addstrm_in requestXin Long2018-11-231-1/+0
* sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long2018-02-031-1/+1
* sctp: avoid flushing unsent queue when doing asoc resetXin Long2018-02-031-7/+14
* sctp: only allow the asoc reset when the asoc outq is emptyXin Long2018-02-031-0/+9
* sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner2017-12-251-1/+7
* sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-291-9/+17
* sctp: remove the typedef sctp_paramhdr_tXin Long2017-07-011-2/+2
* sctp: merge sctp_stream_new and sctp_stream_initXin Long2017-06-021-22/+11
* sctp: define the member stream as an object instead of pointer in asocXin Long2017-06-021-35/+33
* sctp: process duplicated strreset asoc request correctlyXin Long2017-04-181-4/+15
* sctp: process duplicated strreset in and addstrm in requests correctlyXin Long2017-04-181-9/+29
* sctp: process duplicated strreset out and addstrm out requests correctlyXin Long2017-04-181-10/+29
* sctp: get list_of_streams of strreset outreq earlierXin Long2017-04-171-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-8/+35
|\
| * sctp: alloc stream info when initializing asocXin Long2017-03-301-8/+35
* | sctp: implement receiver-side procedures for the Reconf Response ParameterXin Long2017-03-121-0/+154
* | sctp: implement receiver-side procedures for the Add Incoming Streams Request...Xin Long2017-03-121-12/+62
* | sctp: implement receiver-side procedures for the Add Outgoing Streams Request...Xin Long2017-03-121-10/+79
* | sctp: implement receiver-side procedures for the SSN/TSN Reset Request ParameterXin Long2017-03-121-0/+79
|/
* sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...Xin Long2017-02-191-0/+70
* sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...Xin Long2017-02-191-0/+113
* sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long2017-02-091-0/+77
* sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long2017-02-091-0/+40
* sctp: streams should be recovered when it fails to send request.Xin Long2017-02-091-2/+17
* sctp: implement sender-side procedures for SSN Reset Request ParameterXin Long2017-01-181-0/+79
* sctp: prepare asoc stream for stream reconfXin Long2017-01-061-0/+85