summaryrefslogtreecommitdiffstats
path: root/net/sctp
Commit message (Expand)AuthorAgeFilesLines
* sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter2023-06-211-1/+1
* sctp: fix an issue that plpmtu can never go to complete stateXin Long2023-05-301-4/+7
* 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-131-0/+4
* sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long2023-03-111-31/+21
* sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello2023-02-221-3/+1
* sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner2023-02-011-0/+6
* sctp: sysctl: make extra pointers netns awareFiro Yang2022-12-311-29/+44
* sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao2022-12-084-7/+47
* sctp: clear out_curr if all frag chunks of current msg are prunedXin Long2022-12-021-0/+5
* sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long2022-12-021-5/+3
* sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long2022-10-261-4/+14
* sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2022-08-032-19/+5
* sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou2022-08-031-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-091-1/+3
* sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long2022-05-091-0/+4
* sctp: Initialize daddr on peeled off socketPetr Malat2022-04-201-1/+1
* sctp: count singleton chunks in assoc user statsJamie Bainbridge2022-04-131-1/+5
* sctp: fix kernel-infoleak for SCTP socketsEric Dumazet2022-03-161-6/+3
* sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long2022-01-112-32/+36
* sctp: use call_rcu to free endpointXin Long2022-01-053-22/+36
* sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long2021-11-181-3/+4
* sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long2021-11-182-7/+10
* sctp: add vtag check in sctp_sf_ootbXin Long2021-10-221-0/+3
* sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long2021-10-221-6/+3
* sctp: add vtag check in sctp_sf_violationXin Long2021-10-221-0/+3
* sctp: fix the processing for COOKIE_ECHO chunkXin Long2021-10-221-4/+10
* sctp: fix the processing for INIT_ACK chunkXin Long2021-10-221-18/+19
* sctp: fix the processing for INIT chunkXin Long2021-10-221-26/+46
* sctp: use init_tag from inithdr for ABORT chunkXin Long2021-10-221-0/+1
* sctp: account stream padding length for reconf chunkEiichi Tsukata2021-10-141-1/+1
* sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long2021-09-241-1/+1
* sctp: move the active_key update after sh_keys is addedXin Long2021-08-031-5/+9
* sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner2021-07-281-1/+1
* sctp: delete addr based on sin6_scope_idChen Shen2021-07-261-2/+3
* sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-251-1/+5
* sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-252-26/+30
* sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long2021-07-211-2/+2
* sctp: update active_key for asoc when old key is being replacedXin Long2021-07-211-0/+2
* sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long2021-07-181-0/+4
* net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng2021-07-131-4/+2
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-011-1/+2
* sctp: check pl.raise_count separately from its incrementXin Long2021-07-011-4/+7
* sctp: prevent info leak in sctp_make_heartbeat()Dan Carpenter2021-07-011-1/+1
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-3015-169/+728
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-295-29/+57
| |\
| | * sctp: add param size validation for SCTP_PARAM_SET_PRIMARYMarcelo Ricardo Leitner2021-06-281-3/+10
| | * sctp: validate chunk size in __rcv_asconf_lookupMarcelo Ricardo Leitner2021-06-281-0/+3