summaryrefslogtreecommitdiff
path: root/net/sctp/stream.c
AgeCommit message (Expand)Author
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