summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: update hb timer immediately after users change hb_intervalXin Long2023-10-101-0/+1
* sctp: update transport state when processing a dupcook packetXin Long2023-10-101-2/+1
* sctp: handle invalid error codes without calling BUG()Dan Carpenter2023-09-231-1/+4
* sock: annotate data-races around prot->memory_pressureEric Dumazet2023-08-301-1/+1
* sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye2023-08-111-2/+2
* sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter2023-06-211-1/+1
* sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima2023-04-261-8/+21
* sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long2023-04-201-1/+2
* sctp: check send stream number after wait_for_sndbufXin Long2023-04-201-0/+4
* sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner2023-02-061-0/+6
* sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long2022-10-261-4/+14
* sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou2022-08-111-1/+1
* ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2022-07-291-1/+1
* sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet2022-06-141-1/+3
* sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long2022-05-121-0/+4
* sctp: Initialize daddr on peeled off socketPetr Malat2022-04-201-1/+1
* sctp: fix the processing for INIT_ACK chunkXin Long2022-03-231-18/+19
* sctp: fix the processing for INIT chunkXin Long2022-03-231-25/+46
* sctp: fix kernel-infoleak for SCTP socketsEric Dumazet2022-03-161-6/+3
* sctp: use call_rcu to free endpointXin Long2022-01-053-22/+36
* sctp: add vtag check in sctp_sf_ootbXin Long2021-11-021-0/+3
* sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long2021-11-021-6/+3
* sctp: add vtag check in sctp_sf_violationXin Long2021-11-021-0/+3
* sctp: fix the processing for COOKIE_ECHO chunkXin Long2021-11-021-4/+10
* sctp: use init_tag from inithdr for ABORT chunkXin Long2021-11-021-0/+1
* sctp: account stream padding length for reconf chunkEiichi Tsukata2021-10-201-1/+1
* sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long2021-10-061-1/+1
* sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-09-261-3/+10
* sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner2021-09-261-0/+3
* sctp: move the active_key update after sh_keys is addedXin Long2021-08-121-5/+9
* sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner2021-08-041-1/+1
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-311-1/+2
* sctp: update active_key for asoc when old key is being replacedXin Long2021-07-281-0/+2
* sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-07-201-1/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-205-25/+43
* sctp: fix a SCTP_MIB_CURRESTAB leak in sctp_sf_do_dupcook_bXin Long2021-05-221-1/+2
* sctp: do asoc update earlier in sctp_sf_do_dupcook_aXin Long2021-05-221-5/+20
* sctp: Fix out-of-bounds warning in sctp_process_asconf_param()Gustavo A. R. Silva2021-05-221-1/+1
* sctp: delay auto_asconf init until binding the first addrXin Long2021-05-221-14/+17
* Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long2021-05-221-5/+8
* net/sctp: fix race condition in sctp_destroy_sockOr Cohen2021-04-281-8/+5
* net-ipv6: bugfix - raw & sctp - switch to ipv6_can_nonlocal_bind()Maciej Żenczykowski2021-04-141-4/+3
* net: fix iteration for sctp transport seq_filesNeilBrown2021-02-231-4/+12
* sctp: change to hold/put transport for proto_unreach_timerXin Long2020-11-243-5/+5
* sctp: Fix COMM_LOST/CANT_STR_ASSOC err reporting on big-endian platformsPetr Malat2020-11-101-2/+2
* sctp: fix sctp_auth_init_hmacs() error pathEric Dumazet2020-10-141-0/+1
* sctp: move trace_sctp_probe_path into sctp_outq_sackKevin Kou2020-10-011-0/+6
* sctp: not disable bh in the whole sctp_get_port_local()Xin Long2020-09-121-10/+6
* sctp: implement memory accounting on tx pathXin Long2020-08-051-2/+8
* sctp: shrink stream outq when fails to do addstream reconfXin Long2020-07-311-2/+4