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
/
include
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-18
sctp: process duplicated strreset out and addstrm out requests correctly
Xin Long
1
-0
/
+1
2017-04-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-11
/
+22
2017-04-05
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
2
-6
/
+5
2017-04-04
sctp: check for dst and pathmtu update in sctp_packet_config
Xin Long
1
-3
/
+14
2017-04-04
sctp: add SCTP_PR_STREAM_STATUS sockopt for prsctp
Xin Long
1
-0
/
+2
2017-03-30
sctp: alloc stream info when initializing asoc
Xin Long
1
-1
/
+2
2017-03-29
sctp: change to save MSG_MORE flag into assoc
Xin Long
1
-1
/
+1
2017-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+3
2017-03-22
sctp: declare struct sctp_stream before using it
Xin Long
1
-0
/
+1
2017-03-22
sctp: define dst_pending_confirm as a bit in sctp_transport
Xin Long
1
-2
/
+2
2017-03-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2017-03-13
sctp: implement receiver-side procedures for the Reconf Response Parameter
Xin Long
1
-0
/
+4
2017-03-13
sctp: implement receiver-side procedures for the Add Incoming Streams Request...
Xin Long
1
-0
/
+4
2017-03-13
sctp: implement receiver-side procedures for the Add Outgoing Streams Request...
Xin Long
1
-0
/
+4
2017-03-13
sctp: add support for generating add stream change event notification
Xin Long
1
-0
/
+4
2017-03-13
sctp: implement receiver-side procedures for the SSN/TSN Reset Request Parameter
Xin Long
1
-0
/
+4
2017-03-13
sctp: add support for generating assoc reset event notification
Xin Long
1
-0
/
+4
2017-03-10
net: Work around lockdep limitation in sockets that use sockets
David Howells
1
-1
/
+2
2017-02-20
sctp: add support for MSG_MORE
Xin Long
1
-0
/
+1
2017-02-20
sctp: sctp_transport_dst_check should check if transport pmtu is dst mtu
Xin Long
1
-1
/
+3
2017-02-20
sctp: add reconf chunk event
Xin Long
1
-0
/
+3
2017-02-20
sctp: add reconf chunk process
Xin Long
1
-0
/
+1
2017-02-20
sctp: add a function to verify the sctp reconf chunk
Xin Long
1
-0
/
+3
2017-02-20
sctp: implement receiver-side procedures for the Incoming SSN Reset Request P...
Xin Long
1
-0
/
+4
2017-02-20
sctp: implement receiver-side procedures for the Outgoing SSN Reset Request P...
Xin Long
1
-0
/
+6
2017-02-20
sctp: add support for generating stream ssn reset event notification
Xin Long
1
-0
/
+4
2017-02-20
sctp: add support for generating stream reconf resp chunk
Xin Long
1
-0
/
+7
2017-02-10
sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...
Xin Long
1
-0
/
+2
2017-02-10
sctp: add support for generating stream reconf add incoming/outgoing streams ...
Xin Long
1
-0
/
+3
2017-02-10
sctp: implement sender-side procedures for SSN/TSN Reset Request Parameter
Xin Long
1
-0
/
+1
2017-02-10
sctp: add support for generating stream reconf ssn/tsn reset request chunk
Xin Long
1
-0
/
+2
2017-02-07
sctp: drop __packed from almost all SCTP structures
Marcelo Ricardo Leitner
1
-1
/
+1
2017-02-07
sctp: add dst_pending_confirm flag
Julian Anastasov
2
-4
/
+6
2017-01-18
sctp: implement sender-side procedures for SSN Reset Request Parameter
Xin Long
2
-0
/
+7
2017-01-18
sctp: add sockopt SCTP_ENABLE_STREAM_RESET
Xin Long
1
-0
/
+4
2017-01-18
sctp: add reconf_enable in asoc ep and netns
Xin Long
1
-2
/
+5
2017-01-18
sctp: add stream reconf primitive
Xin Long
3
-1
/
+5
2017-01-18
sctp: add stream reconf timer
Xin Long
3
-0
/
+9
2017-01-18
sctp: add support for generating stream reconf ssn reset request chunk
Xin Long
2
-1
/
+7
2017-01-07
sctp: prepare asoc stream for stream reconf
Xin Long
2
-46
/
+31
2016-12-28
sctp: remove return value from sctp_packet_init/config
Marcelo Ricardo Leitner
1
-4
/
+3
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-17
sctp: use new rhlist interface on sctp transport rhashtable
Xin Long
2
-3
/
+3
2016-11-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2016-10-31
sctp: hold transport instead of assoc when lookup assoc in rx path
Xin Long
1
-1
/
+1
2016-10-13
sctp: remove the old ttl expires policy
Xin Long
1
-1
/
+0
2016-10-13
sctp: reuse sent_count to avoid retransmitted chunks for RTT measurements
Xin Long
1
-1
/
+1
2016-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-10
/
+3
2016-09-30
sctp: remove prsctp_param from sctp_chunk
Xin Long
1
-7
/
+0
2016-09-30
sctp: move sent_count to the memory hole in sctp_chunk
Xin Long
1
-3
/
+3
[next]