summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-302-2/+2
|\
| * sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-292-2/+2
* | net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-251-5/+5
* | sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner2017-10-041-0/+11
* | sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner2017-10-041-0/+24
* | sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-042-3/+84
* | sctp: introduce sctp_chunk_stream_noMarcelo Ricardo Leitner2017-10-041-0/+5
* | sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-041-2/+8
|/
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-151-1/+2
* sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter2017-09-141-1/+5
* sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-79/+79
* sctp: remove the typedef sctp_disposition_tXin Long2017-08-111-9/+10
* sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-111-3/+3
* sctp: remove the unused typedef sctp_sm_command_tXin Long2017-08-111-5/+0Star
* sctp: remove the typedef sctp_verb_tXin Long2017-08-111-5/+5
* sctp: remove the typedef sctp_arg_tXin Long2017-08-111-13/+13
* sctp: remove the typedef sctp_cmd_seq_tXin Long2017-08-112-8/+8
* sctp: remove the typedef sctp_cmd_tXin Long2017-08-111-7/+7
* sctp: remove the typedef sctp_socket_type_tXin Long2017-08-112-4/+5
* sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long2017-08-111-2/+2
* sctp: remove the typedef sctp_cmsgs_tXin Long2017-08-111-2/+2
* sctp: remove the typedef sctp_endpoint_type_tXin Long2017-08-111-3/+3
* sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-111-2/+2
* sctp: remove the unused typedef sctp_packet_phandler_tXin Long2017-08-111-2/+0Star
* sctp: remove the typedef sctp_subtype_tXin Long2017-08-072-15/+16
* sctp: remove the typedef sctp_event_tXin Long2017-08-072-11/+7Star
* sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-072-6/+6
* sctp: remove the typedef sctp_event_other_tXin Long2017-08-071-4/+4
* sctp: remove the typedef sctp_event_primitive_tXin Long2017-08-071-4/+4
* sctp: remove the typedef sctp_state_tXin Long2017-08-075-11/+11
* sctp: remove the typedef sctp_ierror_tXin Long2017-08-071-3/+2Star
* sctp: remove the typedef sctp_xmit_tXin Long2017-08-072-6/+7
* sctp: remove the typedef sctp_sock_state_tXin Long2017-08-072-4/+5
* sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-072-5/+6
* sctp: remove the typedef sctp_scope_tXin Long2017-08-073-12/+13
* sctp: remove the typedef sctp_scope_policy_tXin Long2017-08-071-2/+4
* sctp: remove the typedef sctp_retransmit_reason_tXin Long2017-08-072-4/+4
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-072-3/+4
* sctp: remove the typedef sctp_errhdr_tXin Long2017-08-031-4/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-011-2/+2
|\
| * sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long2017-07-271-2/+2
* | sctp: remove the typedef sctp_sackhdr_tXin Long2017-07-251-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-0/+4
|\|
| * sctp: don't dereference ptr before leaving _sctp_walk_{params, errors}()Alexander Potapenko2017-07-151-0/+4
* | sctp: remove the typedef sctp_hmac_algo_param_tXin Long2017-07-171-1/+1
* | sctp: remove the typedef sctp_chunks_param_tXin Long2017-07-171-1/+1
* | sctp: remove the typedef sctp_random_param_tXin Long2017-07-171-1/+1
|/
* net, sctp: convert sctp_ep_common.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, sctp: convert sctp_transport.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net, sctp: convert sctp_chunk.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1