summaryrefslogtreecommitdiffstats
path: root/net/sctp/stream.c
Commit message (Expand)AuthorAgeFilesLines
* 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