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
starfive-6.6.48-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
/
structs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-04
sctp: introduce round robin stream scheduler
Marcelo Ricardo Leitner
1
-0
/
+11
2017-10-04
sctp: introduce priority based stream scheduler
Marcelo Ricardo Leitner
1
-0
/
+24
2017-10-04
sctp: introduce stream scheduler foundations
Marcelo Ricardo Leitner
1
-3
/
+12
2017-10-04
sctp: introduce sctp_chunk_stream_no
Marcelo Ricardo Leitner
1
-0
/
+5
2017-10-04
sctp: introduce struct sctp_stream_out_ext
Marcelo Ricardo Leitner
1
-2
/
+8
2017-08-11
sctp: remove the typedef sctp_socket_type_t
Xin Long
1
-3
/
+3
2017-08-11
sctp: remove the typedef sctp_dbg_objcnt_entry_t
Xin Long
1
-2
/
+2
2017-08-11
sctp: remove the typedef sctp_cmsgs_t
Xin Long
1
-2
/
+2
2017-08-11
sctp: remove the typedef sctp_endpoint_type_t
Xin Long
1
-3
/
+3
2017-08-11
sctp: remove the typedef sctp_sender_hb_info_t
Xin Long
1
-2
/
+2
2017-08-11
sctp: remove the unused typedef sctp_packet_phandler_t
Xin Long
1
-2
/
+0
2017-08-07
sctp: remove the typedef sctp_state_t
Xin Long
1
-1
/
+1
2017-08-07
sctp: remove the typedef sctp_xmit_t
Xin Long
1
-4
/
+5
2017-08-07
sctp: remove the typedef sctp_transport_cmd_t
Xin Long
1
-3
/
+4
2017-08-07
sctp: remove the typedef sctp_scope_t
Xin Long
1
-8
/
+9
2017-08-07
sctp: remove the typedef sctp_retransmit_reason_t
Xin Long
1
-2
/
+2
2017-08-07
sctp: remove the typedef sctp_lower_cwnd_t
Xin Long
1
-1
/
+2
2017-07-17
sctp: remove the typedef sctp_hmac_algo_param_t
Xin Long
1
-1
/
+1
2017-07-17
sctp: remove the typedef sctp_chunks_param_t
Xin Long
1
-1
/
+1
2017-07-17
sctp: remove the typedef sctp_random_param_t
Xin Long
1
-1
/
+1
2017-07-05
net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-05
net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-05
net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-05
net, sctp: convert sctp_datamsg.refcnt from atomic_t to refcount_t
Reshetova, Elena
1
-1
/
+1
2017-07-01
sctp: remove the typedef sctp_init_chunk_t
Xin Long
1
-2
/
+2
2017-07-01
sctp: remove the typedef sctp_paramhdr_t
Xin Long
1
-2
/
+3
2017-07-01
sctp: remove the typedef sctp_cid_t
Xin Long
1
-1
/
+1
2017-06-20
sctp: handle errors when updating asoc
Xin Long
1
-2
/
+2
2017-06-02
sctp: merge sctp_stream_new and sctp_stream_init
Xin Long
1
-2
/
+2
2017-06-02
sctp: define the member stream as an object instead of pointer in asoc
Xin Long
1
-1
/
+2
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
1
-5
/
+6
2017-04-05
sctp: get sock from transport in sctp_transport_update_pmtu
Xin Long
1
-3
/
+3
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-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-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-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
1
-0
/
+4
2017-01-18
sctp: implement sender-side procedures for SSN Reset Request Parameter
Xin Long
1
-0
/
+1
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 timer
Xin Long
1
-0
/
+6
2017-01-18
sctp: add support for generating stream reconf ssn reset request chunk
Xin Long
1
-0
/
+3
2017-01-07
sctp: prepare asoc stream for stream reconf
Xin Long
1
-45
/
+31
2016-12-28
sctp: remove return value from sctp_packet_init/config
Marcelo Ricardo Leitner
1
-4
/
+3
2016-11-17
sctp: use new rhlist interface on sctp transport rhashtable
Xin Long
1
-2
/
+2
[next]