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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-15
sctp: implement handle_ftsn for sctp_stream_interleave
Xin Long
1
-0
/
+2
2017-12-15
sctp: implement report_ftsn for sctp_stream_interleave
Xin Long
1
-0
/
+1
2017-12-15
sctp: implement validate_ftsn for sctp_stream_interleave
Xin Long
2
-0
/
+12
2017-12-15
sctp: implement generate_ftsn for sctp_stream_interleave
Xin Long
2
-0
/
+3
2017-12-15
sctp: add basic structures and make chunk function for ifwdtsn
Xin Long
2
-0
/
+4
2017-12-11
sctp: add support for the process of unordered idata
Xin Long
2
-1
/
+14
2017-12-11
sctp: implement abort_pd for sctp_stream_interleave
Xin Long
2
-1
/
+3
2017-12-11
sctp: implement start_pd for sctp_stream_interleave
Xin Long
1
-0
/
+1
2017-12-11
sctp: implement renege_events for sctp_stream_interleave
Xin Long
2
-6
/
+5
2017-12-11
sctp: implement enqueue_event for sctp_stream_interleave
Xin Long
1
-0
/
+2
2017-12-11
sctp: implement ulpevent_data for sctp_stream_interleave
Xin Long
3
-3
/
+22
2017-12-11
sctp: implement validate_data for sctp_stream_interleave
Xin Long
3
-1
/
+12
2017-12-11
sctp: implement assign_number for sctp_stream_interleave
Xin Long
5
-8
/
+26
2017-12-11
sctp: implement make_datafrag for sctp_stream_interleave
Xin Long
3
-3
/
+58
2017-12-11
sctp: add basic structures and make chunk function for idata
Xin Long
2
-0
/
+3
2017-12-11
sctp: add stream interleave enable members and sockopt
Xin Long
1
-0
/
+2
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
1
-1
/
+1
2017-12-01
sctp: abandon the whole msg if one part of a fragmented message is abandoned
Xin Long
1
-1
/
+2
2017-11-28
sctp: remove extern from stream sched
Xin Long
2
-0
/
+10
2017-11-28
sctp: force the params with right types for sctp csum apis
Xin Long
1
-6
/
+7
2017-11-18
sctp: set frag_point in sctp_setsockopt_maxseg correctly
Xin Long
1
-1
/
+2
2017-10-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+2
2017-10-29
sctp: fix some type cast warnings introduced by stream reconf
Xin Long
2
-2
/
+2
2017-10-25
net: sctp: Convert timers to use timer_setup()
Kees Cook
1
-5
/
+5
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
2
-3
/
+84
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-09-16
sctp: fix an use-after-free issue in sctp_sock_dump
Xin Long
1
-1
/
+2
2017-09-14
sctp: potential read out of bounds in sctp_ulpevent_type_enabled()
Dan Carpenter
1
-1
/
+5
2017-08-11
sctp: fix some indents in sm_make_chunk.c
Xin Long
1
-79
/
+79
2017-08-11
sctp: remove the typedef sctp_disposition_t
Xin Long
1
-9
/
+10
2017-08-11
sctp: remove the typedef sctp_sm_table_entry_t
Xin Long
1
-3
/
+3
2017-08-11
sctp: remove the unused typedef sctp_sm_command_t
Xin Long
1
-5
/
+0
2017-08-11
sctp: remove the typedef sctp_verb_t
Xin Long
1
-5
/
+5
2017-08-11
sctp: remove the typedef sctp_arg_t
Xin Long
1
-13
/
+13
2017-08-11
sctp: remove the typedef sctp_cmd_seq_t
Xin Long
2
-8
/
+8
2017-08-11
sctp: remove the typedef sctp_cmd_t
Xin Long
1
-7
/
+7
2017-08-11
sctp: remove the typedef sctp_socket_type_t
Xin Long
2
-4
/
+5
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_subtype_t
Xin Long
2
-15
/
+16
2017-08-07
sctp: remove the typedef sctp_event_t
Xin Long
2
-11
/
+7
2017-08-07
sctp: remove the typedef sctp_event_timeout_t
Xin Long
2
-6
/
+6
2017-08-07
sctp: remove the typedef sctp_event_other_t
Xin Long
1
-4
/
+4
2017-08-07
sctp: remove the typedef sctp_event_primitive_t
Xin Long
1
-4
/
+4
[next]