summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* net: sctp: Convert timers to use timer_setup()Kees Cook2017-10-254-47/+61
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-222-1/+5
|\
| * sctp: add the missing sock_owned_by_user check in sctp_icmp_redirectXin Long2017-10-201-1/+1
| * sctp: do not peel off an assoc from one netns to another oneXin Long2017-10-191-0/+4
* | sctp: make array sctp_sched_ops staticColin Ian King2017-10-111-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-1/+3
|\|
| * sctp: Fix a big endian bug in sctp_diag_dump()Dan Carpenter2017-09-261-1/+3
* | sctp: introduce round robin stream schedulerMarcelo Ricardo Leitner2017-10-033-1/+205
* | sctp: introduce priority based stream schedulerMarcelo Ricardo Leitner2017-10-033-1/+351
* | sctp: add sockopt to get/set stream scheduler parametersMarcelo Ricardo Leitner2017-10-031-0/+77
* | sctp: add sockopt to get/set stream schedulerMarcelo Ricardo Leitner2017-10-031-0/+75
* | sctp: introduce stream scheduler foundationsMarcelo Ricardo Leitner2017-10-035-35/+387
* | sctp: introduce struct sctp_stream_out_extMarcelo Ricardo Leitner2017-10-034-11/+42
* | sctp: factor out stream->in allocationMarcelo Ricardo Leitner2017-10-031-8/+28
* | sctp: factor out stream->out allocationMarcelo Ricardo Leitner2017-10-031-20/+32
* | sctp: silence warns on sctp_stream_init allocationsMarcelo Ricardo Leitner2017-10-031-1/+7
|/
* sctp: do not mark sk dumped when inet_sctp_diag_fill returns errXin Long2017-09-151-1/+0
* sctp: fix an use-after-free issue in sctp_sock_dumpXin Long2017-09-152-38/+34
* sctp: fix missing wake ups in some situationsMarcelo Ricardo Leitner2017-09-081-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-012-4/+6
|\
| * sctp: Avoid out-of-bounds reads from address storageStefano Brivio2017-08-232-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-211-0/+2
|\|
| * sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-181-0/+2
* | sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-178/+170
* | sctp: remove the typedef sctp_disposition_tXin Long2017-08-113-671/+706
* | sctp: remove the typedef sctp_sm_table_entry_tXin Long2017-08-112-18/+26
* | sctp: remove the typedef sctp_verb_tXin Long2017-08-111-1/+1
* | sctp: remove the typedef sctp_arg_tXin Long2017-08-111-1/+1
* | sctp: remove the typedef sctp_cmd_seq_tXin Long2017-08-113-135/+137
* | sctp: remove the typedef sctp_cmd_tXin Long2017-08-111-1/+1
* | sctp: remove the typedef sctp_socket_type_tXin Long2017-08-111-3/+4
* | sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long2017-08-111-1/+1
* | sctp: remove the typedef sctp_cmsgs_tXin Long2017-08-111-4/+5
* | sctp: remove the typedef sctp_sender_hb_info_tXin Long2017-08-113-12/+10
* | sctp: remove the typedef sctp_subtype_tXin Long2017-08-068-114/+118
* | sctp: remove the typedef sctp_event_tXin Long2017-08-063-13/+11
* | sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-061-3/+3
* | sctp: remove the typedef sctp_state_tXin Long2017-08-064-15/+17
* | sctp: remove the typedef sctp_ierror_tXin Long2017-08-062-24/+27
* | sctp: remove the typedef sctp_xmit_tXin Long2017-08-062-34/+34
* | sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-061-1/+1
* | sctp: remove the typedef sctp_scope_tXin Long2017-08-066-30/+29
* | sctp: remove the typedef sctp_scope_policy_tXin Long2017-08-061-1/+1
* | sctp: remove the typedef sctp_retransmit_reason_tXin Long2017-08-061-1/+1
* | sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-061-1/+1
* | sctp: remove the typedef sctp_auth_chunk_tXin Long2017-08-032-5/+6
* | sctp: remove the typedef sctp_authhdr_tXin Long2017-08-031-4/+4
* | sctp: remove the typedef sctp_addip_chunk_tXin Long2017-08-033-8/+13
* | sctp: remove the typedef sctp_addiphdr_tXin Long2017-08-032-12/+12
* | sctp: remove the typedef sctp_addip_param_tXin Long2017-08-031-19/+20