summaryrefslogtreecommitdiffstats
path: root/include/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: use call_rcu to free endpointXin Long2022-01-052-4/+5
* sctp: move 198 addresses from unusable to private scopeXin Long2021-08-041-3/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-201-1/+1
* sctp: Don't advertise IPv4 addresses if ipv6only is set on the socketMarcelo Ricardo Leitner2020-06-301-3/+5
* sctp: cache netns in sctp_ep_commonXin Long2019-12-051-0/+3
* sctp: fix the issue that flags are ignored when using kernel_connectXin Long2019-11-061-0/+2
* sctp: avoid running the sctp state machine recursivelyXin Long2019-05-081-1/+0
* sctp: get sctphdr by offset in sctp_compute_cksumXin Long2019-04-031-1/+1
* sctp: kfree_rcu asocXin Long2018-12-171-0/+2
* sctp: set frag_point in sctp_setsockopt_maxseg correctlyXin Long2018-02-251-1/+2
* sctp: fix the handling of ICMP Frag Needed for too small MTUsMarcelo Ricardo Leitner2018-01-171-1/+1
* sctp: fix some type cast warnings introduced by stream reconfXin Long2017-10-292-2/+2
* 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-131-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/+0
* 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/+0
* sctp: remove the typedef sctp_subtype_tXin Long2017-08-062-15/+16
* sctp: remove the typedef sctp_event_tXin Long2017-08-062-11/+7
* sctp: remove the typedef sctp_event_timeout_tXin Long2017-08-062-6/+6
* sctp: remove the typedef sctp_event_other_tXin Long2017-08-061-4/+4
* sctp: remove the typedef sctp_event_primitive_tXin Long2017-08-061-4/+4
* sctp: remove the typedef sctp_state_tXin Long2017-08-065-11/+11
* sctp: remove the typedef sctp_ierror_tXin Long2017-08-061-3/+2
* sctp: remove the typedef sctp_xmit_tXin Long2017-08-062-6/+7
* sctp: remove the typedef sctp_sock_state_tXin Long2017-08-062-4/+5
* sctp: remove the typedef sctp_transport_cmd_tXin Long2017-08-062-5/+6
* sctp: remove the typedef sctp_scope_tXin Long2017-08-063-12/+13
* sctp: remove the typedef sctp_scope_policy_tXin Long2017-08-061-2/+4
* sctp: remove the typedef sctp_retransmit_reason_tXin Long2017-08-062-4/+4
* sctp: remove the typedef sctp_lower_cwnd_tXin Long2017-08-062-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-241-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-161-1/+1
* | sctp: remove the typedef sctp_chunks_param_tXin Long2017-07-161-1/+1