summaryrefslogtreecommitdiff
path: root/net/sctp/stream.c
AgeCommit message (Expand)Author
2019-02-06sctp: improve the events for sctp stream resetXin Long
2019-02-06sctp: improve the events for sctp stream addingXin Long
2018-11-23sctp: not increase stream's incnt before sending addstrm_in requestXin Long
2018-02-03sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1Xin Long
2018-02-03sctp: avoid flushing unsent queue when doing asoc resetXin Long
2018-02-03sctp: only allow the asoc reset when the asoc outq is emptyXin Long
2017-12-25sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long
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