index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
stream.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-20
sctp: not increase stream's incnt before sending addstrm_in request
Xin Long
1
-1
/
+0
2018-08-11
net/sctp: Replace in/out stream arrays with flex_array
Konstantin Khorenko
1
-22
/
+66
2018-08-11
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
1
-31
/
+34
2018-04-27
sctp: clear the new asoc's stream outcnt in sctp_stream_update
Xin Long
1
-0
/
+2
2018-02-14
sctp: fix some copy-paste errors for file comments
Xin Long
1
-1
/
+1
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-12
/
+10
2018-01-03
sctp: fix error path in sctp_stream_init
Marcelo Ricardo Leitner
1
-12
/
+10
2017-12-15
sctp: update mid instead of ssn when doing stream and asoc reset
Xin Long
1
-15
/
+25
2017-12-15
sctp: implement report_ftsn for sctp_stream_interleave
Xin Long
1
-4
/
+2
2017-12-11
sctp: implement make_datafrag for sctp_stream_interleave
Xin Long
1
-0
/
+1
2017-11-28
sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail
Xin Long
1
-1
/
+1
2017-11-27
sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1
Xin Long
1
-1
/
+1
2017-11-27
sctp: avoid flushing unsent queue when doing asoc reset
Xin Long
1
-7
/
+14
2017-11-27
sctp: only allow the asoc reset when the asoc outq is empty
Xin Long
1
-0
/
+9
2017-11-27
sctp: only allow the out stream reset when the stream outq is empty
Xin Long
1
-0
/
+35
2017-11-27
sctp: use sizeof(__u16) for each stream number length instead of magic number
Xin Long
1
-4
/
+6
2017-11-16
sctp: check stream reset info len before making reconf chunk
Xin Long
1
-8
/
+24
2017-11-01
sctp: fix error return code in sctp_send_add_streams()
Wei Yongjun
1
-2
/
+4
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+17
2017-10-29
sctp: fix some type cast warnings introduced by stream reconf
Xin Long
1
-9
/
+17
2017-10-04
sctp: introduce stream scheduler foundations
Marcelo Ricardo Leitner
1
-7
/
+81
2017-10-04
sctp: introduce struct sctp_stream_out_ext
Marcelo Ricardo Leitner
1
-0
/
+16
2017-10-04
sctp: factor out stream->in allocation
Marcelo Ricardo Leitner
1
-8
/
+28
2017-10-04
sctp: factor out stream->out allocation
Marcelo Ricardo Leitner
1
-20
/
+32
2017-10-04
sctp: silence warns on sctp_stream_init allocations
Marcelo Ricardo Leitner
1
-1
/
+7
2017-07-01
sctp: remove the typedef sctp_paramhdr_t
Xin Long
1
-2
/
+2
2017-06-02
sctp: merge sctp_stream_new and sctp_stream_init
Xin Long
1
-22
/
+11
2017-06-02
sctp: define the member stream as an object instead of pointer in asoc
Xin Long
1
-35
/
+33
2017-04-18
sctp: process duplicated strreset asoc request correctly
Xin Long
1
-4
/
+15
2017-04-18
sctp: process duplicated strreset in and addstrm in requests correctly
Xin Long
1
-9
/
+29
2017-04-18
sctp: process duplicated strreset out and addstrm out requests correctly
Xin Long
1
-10
/
+29
2017-04-17
sctp: get list_of_streams of strreset outreq earlier
Xin Long
1
-4
/
+4
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-8
/
+35
2017-03-30
sctp: alloc stream info when initializing asoc
Xin Long
1
-8
/
+35
2017-03-13
sctp: implement receiver-side procedures for the Reconf Response Parameter
Xin Long
1
-0
/
+154
2017-03-13
sctp: implement receiver-side procedures for the Add Incoming Streams Request...
Xin Long
1
-12
/
+62
2017-03-13
sctp: implement receiver-side procedures for the Add Outgoing Streams Request...
Xin Long
1
-10
/
+79
2017-03-13
sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter
Xin Long
1
-0
/
+79
2017-02-20
sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...
Xin Long
1
-0
/
+70
2017-02-20
sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...
Xin Long
1
-0
/
+113
2017-02-10
sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...
Xin Long
1
-0
/
+77
2017-02-10
sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
Xin Long
1
-0
/
+40
2017-02-10
sctp: streams should be recovered when it fails to send request.
Xin Long
1
-2
/
+17
2017-01-18
sctp: implement sender-side procedures for SSN Reset Request Parameter
Xin Long
1
-0
/
+79
2017-01-07
sctp: prepare asoc stream for stream reconf
Xin Long
1
-0
/
+85