summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-022-4/+6
|\
| * sctp: Avoid out-of-bounds reads from address storageStefano Brivio2017-08-242-4/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-08-221-0/+2
|\|
| * sctp: fully initialize the IPv6 address in sctp_v6_to_addr()Alexander Potapenko2017-08-191-0/+2
* | sctp: fix some indents in sm_make_chunk.cXin Long2017-08-111-178/+170Star
* | 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/+10Star
* | sctp: remove the typedef sctp_subtype_tXin Long2017-08-078-114/+118
* | sctp: remove the typedef sctp_event_tXin Long2017-08-073-13/+11Star
* | sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-071-3/+3
* | sctp: remove the typedef sctp_state_tXin Long2017-08-074-15/+17
* | sctp: remove the typedef sctp_ierror_tXin Long2017-08-072-24/+27
* | sctp: remove the typedef sctp_xmit_tXin Long2017-08-072-34/+34
* | sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-071-1/+1
* | sctp: remove the typedef sctp_scope_tXin Long2017-08-076-30/+29Star
* | sctp: remove the typedef sctp_scope_policy_tXin Long2017-08-071-1/+1
* | sctp: remove the typedef sctp_retransmit_reason_tXin Long2017-08-071-1/+1
* | sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-071-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
* | sctp: remove the typedef sctp_cwrhdr_tXin Long2017-08-032-5/+5
* | sctp: remove the typedef sctp_ecne_chunk_tXin Long2017-08-031-2/+2
* | sctp: remove the typedef sctp_ecnehdr_tXin Long2017-08-032-5/+5
* | sctp: remove the typedef sctp_error_tXin Long2017-08-031-1/+1
* | sctp: remove the typedef sctp_operr_chunk_tXin Long2017-08-031-2/+2
* | sctp: remove the typedef sctp_errhdr_tXin Long2017-08-034-38/+41
* | sctp: fix the name of struct sctp_shutdown_chunk_tXin Long2017-08-031-8/+8
* | sctp: remove the typedef sctp_shutdownhdr_tXin Long2017-08-032-7/+7
* | sctp: remove the typedef sctp_abort_chunk_tXin Long2017-07-251-4/+4
* | sctp: remove the typedef sctp_heartbeat_chunk_tXin Long2017-07-251-1/+2
* | sctp: remove the typedef sctp_heartbeathdr_tXin Long2017-07-251-1/+1
* | sctp: remove the typedef sctp_sack_chunk_tXin Long2017-07-252-3/+3
* | sctp: remove the typedef sctp_sackhdr_tXin Long2017-07-251-1/+1
* | sctp: remove the typedef sctp_sack_variable_tXin Long2017-07-251-5/+5
* | sctp: remove the typedef sctp_unrecognized_param_tXin Long2017-07-251-11/+7Star
* | sctp: remove the typedef sctp_cookie_param_tXin Long2017-07-251-8/+10
* | sctp: remove the typedef sctp_initack_chunk_tXin Long2017-07-251-7/+6Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-07-211-2/+2
|\|
| * sctp: fix an array overflow when all ext chunks are setXin Long2017-07-141-2/+2