index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
/
sctp
Age
Commit message (
Expand
)
Author
Files
Lines
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-03
sctp: introduce round robin stream scheduler
Marcelo Ricardo Leitner
1
-0
/
+11
2017-10-03
sctp: introduce priority based stream scheduler
Marcelo Ricardo Leitner
1
-0
/
+24
2017-10-03
sctp: introduce stream scheduler foundations
Marcelo Ricardo Leitner
2
-3
/
+84
2017-10-03
sctp: introduce sctp_chunk_stream_no
Marcelo Ricardo Leitner
1
-0
/
+5
2017-10-03
sctp: introduce struct sctp_stream_out_ext
Marcelo Ricardo Leitner
1
-2
/
+8
2017-09-15
sctp: fix an use-after-free issue in sctp_sock_dump
Xin Long
1
-1
/
+2
2017-09-13
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-06
sctp: remove the typedef sctp_subtype_t
Xin Long
2
-15
/
+16
2017-08-06
sctp: remove the typedef sctp_event_t
Xin Long
2
-11
/
+7
2017-08-06
sctp: remove the typedef sctp_event_timeout_t
Xin Long
2
-6
/
+6
2017-08-06
sctp: remove the typedef sctp_event_other_t
Xin Long
1
-4
/
+4
2017-08-06
sctp: remove the typedef sctp_event_primitive_t
Xin Long
1
-4
/
+4
2017-08-06
sctp: remove the typedef sctp_state_t
Xin Long
5
-11
/
+11
2017-08-06
sctp: remove the typedef sctp_ierror_t
Xin Long
1
-3
/
+2
2017-08-06
sctp: remove the typedef sctp_xmit_t
Xin Long
2
-6
/
+7
2017-08-06
sctp: remove the typedef sctp_sock_state_t
Xin Long
2
-4
/
+5
2017-08-06
sctp: remove the typedef sctp_transport_cmd_t
Xin Long
2
-5
/
+6
2017-08-06
sctp: remove the typedef sctp_scope_t
Xin Long
3
-12
/
+13
2017-08-06
sctp: remove the typedef sctp_scope_policy_t
Xin Long
1
-2
/
+4
2017-08-06
sctp: remove the typedef sctp_retransmit_reason_t
Xin Long
2
-4
/
+4
2017-08-06
sctp: remove the typedef sctp_lower_cwnd_t
Xin Long
2
-3
/
+4
2017-08-03
sctp: remove the typedef sctp_errhdr_t
Xin Long
1
-4
/
+4
2017-08-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-2
/
+2
2017-07-27
sctp: fix the check for _sctp_walk_params and _sctp_walk_errors
Xin Long
1
-2
/
+2
2017-07-24
sctp: remove the typedef sctp_sackhdr_t
Xin Long
1
-2
/
+2
2017-07-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2017-07-16
sctp: remove the typedef sctp_hmac_algo_param_t
Xin Long
1
-1
/
+1
2017-07-16
sctp: remove the typedef sctp_chunks_param_t
Xin Long
1
-1
/
+1
2017-07-16
sctp: remove the typedef sctp_random_param_t
Xin Long
1
-1
/
+1
[next]