summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)Author
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long
2023-10-10sctp: update transport state when processing a dupcook packetXin Long
2023-09-19sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet
2023-09-19sctp: handle invalid error codes without calling BUG()Dan Carpenter
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-07-23sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye
2023-07-23sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
2023-06-21sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter
2023-05-30sctp: fix an issue that plpmtu can never go to complete stateXin Long
2023-04-26sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2023-04-20sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long
2023-04-13sctp: check send stream number after wait_for_sndbufXin Long
2023-03-11sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long
2023-02-22sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello
2023-02-01sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner
2022-12-31sctp: sysctl: make extra pointers netns awareFiro Yang
2022-12-08sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao
2022-12-02sctp: clear out_curr if all frag chunks of current msg are prunedXin Long
2022-12-02sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long
2022-10-26sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long
2022-08-03sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long
2022-08-03sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou
2022-07-29ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima
2022-06-09sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet
2022-05-09sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long
2022-04-20sctp: Initialize daddr on peeled off socketPetr Malat
2022-04-13sctp: count singleton chunks in assoc user statsJamie Bainbridge
2022-03-16sctp: fix kernel-infoleak for SCTP socketsEric Dumazet
2022-01-11sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long
2022-01-05sctp: use call_rcu to free endpointXin Long
2021-11-18sctp: return true only for pathmtu update in sctp_transport_pl_toobigXin Long
2021-11-18sctp: allow IP fragmentation when PLPMTUD enters Error stateXin Long
2021-10-22sctp: add vtag check in sctp_sf_ootbXin Long
2021-10-22sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long
2021-10-22sctp: add vtag check in sctp_sf_violationXin Long
2021-10-22sctp: fix the processing for COOKIE_ECHO chunkXin Long
2021-10-22sctp: fix the processing for INIT_ACK chunkXin Long
2021-10-22sctp: fix the processing for INIT chunkXin Long
2021-10-22sctp: use init_tag from inithdr for ABORT chunkXin Long
2021-10-14sctp: account stream padding length for reconf chunkEiichi Tsukata
2021-09-24sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long
2021-08-03sctp: move the active_key update after sh_keys is addedXin Long
2021-07-28sctp: fix return value check in __sctp_rcv_asconf_lookupMarcelo Ricardo Leitner
2021-07-26sctp: delete addr based on sin6_scope_idChen Shen
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long
2021-07-21sctp: do not update transport pathmtu if SPP_PMTUD_ENABLE is not setXin Long
2021-07-21sctp: update active_key for asoc when old key is being replacedXin Long
2021-07-18sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long
2021-07-13net: Use nlmsg_unicast() instead of netlink_unicast()Yajun Deng