index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
stream.c
Age
Commit message (
Expand
)
Author
2017-07-01
sctp: remove the typedef sctp_paramhdr_t
Xin Long
2017-06-02
sctp: merge sctp_stream_new and sctp_stream_init
Xin Long
2017-06-02
sctp: define the member stream as an object instead of pointer in asoc
Xin Long
2017-04-18
sctp: process duplicated strreset asoc request correctly
Xin Long
2017-04-18
sctp: process duplicated strreset in and addstrm in requests correctly
Xin Long
2017-04-18
sctp: process duplicated strreset out and addstrm out requests correctly
Xin Long
2017-04-17
sctp: get list_of_streams of strreset outreq earlier
Xin Long
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2017-03-30
sctp: alloc stream info when initializing asoc
Xin Long
2017-03-12
sctp: implement receiver-side procedures for the Reconf Response Parameter
Xin Long
2017-03-12
sctp: implement receiver-side procedures for the Add Incoming Streams Request...
Xin Long
2017-03-12
sctp: implement receiver-side procedures for the Add Outgoing Streams Request...
Xin Long
2017-03-12
sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter
Xin Long
2017-02-19
sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...
Xin Long
2017-02-19
sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...
Xin Long
2017-02-09
sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...
Xin Long
2017-02-09
sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
Xin Long
2017-02-09
sctp: streams should be recovered when it fails to send request.
Xin Long
2017-01-18
sctp: implement sender-side procedures for SSN Reset Request Parameter
Xin Long
2017-01-06
sctp: prepare asoc stream for stream reconf
Xin Long