summaryrefslogtreecommitdiff
path: root/include/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2022-01-05sctp: use call_rcu to free endpointXin Long2-4/+5
2021-08-04sctp: move 198 addresses from unusable to private scopeXin Long1-3/+1
2021-07-20sctp: validate from_addr_param returnMarcelo Ricardo Leitner1-1/+1
2020-06-30sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner1-3/+5
2019-12-05sctp: cache netns in sctp_ep_commonXin Long1-0/+3
2019-11-06sctp: fix the issue that flags are ignored when using kernel_connectXin Long1-0/+2
2019-05-08sctp: avoid running the sctp state machine recursivelyXin Long1-1/+0
2019-04-03sctp: get sctphdr by offset in sctp_compute_cksumXin Long1-1/+1
2018-12-17sctp: kfree_rcu asocXin Long1-0/+2
2018-02-25sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long1-1/+2
2018-01-17sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner1-1/+1
2017-10-29sctp: fix some type cast warnings introduced by stream reconfXin Long2-2/+2
2017-09-16sctp: fix an use-after-free issue in sctp_sock_dumpXin Long1-1/+2
2017-09-14sctp: potential read out of bounds in sctp_ulpevent_type_enabled()Dan Carpenter1-1/+5
2017-08-11sctp: fix some indents in sm_make_chunk.cXin Long1-79/+79
2017-08-11sctp: remove the typedef sctp_disposition_tXin Long1-9/+10
2017-08-11sctp: remove the typedef sctp_sm_table_entry_tXin Long1-3/+3
2017-08-11sctp: remove the unused typedef sctp_sm_command_tXin Long1-5/+0
2017-08-11sctp: remove the typedef sctp_verb_tXin Long1-5/+5
2017-08-11sctp: remove the typedef sctp_arg_tXin Long1-13/+13
2017-08-11sctp: remove the typedef sctp_cmd_seq_tXin Long2-8/+8
2017-08-11sctp: remove the typedef sctp_cmd_tXin Long1-7/+7
2017-08-11sctp: remove the typedef sctp_socket_type_tXin Long2-4/+5
2017-08-11sctp: remove the typedef sctp_dbg_objcnt_entry_tXin Long1-2/+2
2017-08-11sctp: remove the typedef sctp_cmsgs_tXin Long1-2/+2
2017-08-11sctp: remove the typedef sctp_endpoint_type_tXin Long1-3/+3
2017-08-11sctp: remove the typedef sctp_sender_hb_info_tXin Long1-2/+2
2017-08-11sctp: remove the unused typedef sctp_packet_phandler_tXin Long1-2/+0
2017-08-07sctp: remove the typedef sctp_subtype_tXin Long2-15/+16
2017-08-07sctp: remove the typedef sctp_event_tXin Long2-11/+7
2017-08-07sctp: remove the typedef sctp_event_timeout_tXin Long2-6/+6
2017-08-07sctp: remove the typedef sctp_event_other_tXin Long1-4/+4
2017-08-07sctp: remove the typedef sctp_event_primitive_tXin Long1-4/+4
2017-08-07sctp: remove the typedef sctp_state_tXin Long5-11/+11
2017-08-07sctp: remove the typedef sctp_ierror_tXin Long1-3/+2
2017-08-07sctp: remove the typedef sctp_xmit_tXin Long2-6/+7
2017-08-07sctp: remove the typedef sctp_sock_state_tXin Long2-4/+5
2017-08-07sctp: remove the typedef sctp_transport_cmd_tXin Long2-5/+6
2017-08-07sctp: remove the typedef sctp_scope_tXin Long3-12/+13
2017-08-07sctp: remove the typedef sctp_scope_policy_tXin Long1-2/+4
2017-08-07sctp: remove the typedef sctp_retransmit_reason_tXin Long2-4/+4
2017-08-07sctp: remove the typedef sctp_lower_cwnd_tXin Long2-3/+4
2017-08-03sctp: remove the typedef sctp_errhdr_tXin Long1-4/+4
2017-08-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2017-07-27sctp: fix the check for _sctp_walk_params and _sctp_walk_errorsXin Long1-2/+2
2017-07-25sctp: remove the typedef sctp_sackhdr_tXin Long1-2/+2
2017-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+4
2017-07-17sctp: remove the typedef sctp_hmac_algo_param_tXin Long1-1/+1
2017-07-17sctp: remove the typedef sctp_chunks_param_tXin Long1-1/+1
2017-07-17sctp: remove the typedef sctp_random_param_tXin Long1-1/+1