summaryrefslogtreecommitdiff
path: root/net/sctp
AgeCommit message (Expand)AuthorFilesLines
2025-08-28sctp: linearize cloned gso packets in sctp_rcvXin Long1-1/+1
2025-06-27sctp: Do not wake readers in __sctp_write_space()Petr Malat1-1/+2
2025-05-02sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro2-8/+16
2025-04-10sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
2025-02-01sctp: sysctl: rto_min/max: avoid using current->nsproxyMatthieu Baerts (NGI0)1-2/+2
2025-02-01sctp: sysctl: auth_enable: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+1
2025-02-01sctp: sysctl: cookie_hmac_alg: avoid using current->nsproxyMatthieu Baerts (NGI0)1-1/+2
2025-01-09net/sctp: Prevent autoclose integer overflow in sctp_association_init()Nikolay Kuratov1-1/+2
2024-11-17sctp: properly validate chunk size in sctp_sf_ootb()Xin Long1-1/+1
2024-10-17sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long1-5/+13
2024-10-17sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long1-1/+3
2024-08-19sctp: Fix null-ptr-deref in reuseport_add_sock().Kuniyuki Iwashima1-8/+11
2024-08-19sctp: move hlist_node and hashent out of sctp_ep_commonXin Long3-26/+17
2024-07-18sctp: prefer struct_size over open coded arithmeticErick Archer1-3/+4
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long1-0/+1
2023-10-10sctp: update transport state when processing a dupcook packetXin Long1-2/+1
2023-09-19sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet2-6/+6
2023-09-19sctp: handle invalid error codes without calling BUG()Dan Carpenter1-1/+4
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-1/+1
2023-07-27sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye1-2/+2
2023-07-27sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn1-0/+18
2023-06-21sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter1-1/+1
2023-04-26sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima1-8/+21
2023-04-20sctp: fix a potential overflow in sctp_ifwdtsn_skipXin Long1-1/+2
2023-04-20sctp: check send stream number after wait_for_sndbufXin Long1-0/+4
2023-03-11sctp: add a refcnt in sctp_stream_priorities to avoid a nested loopXin Long1-31/+21
2023-02-22sctp: sctp_sock_filter(): avoid list_entry() on possibly empty listPietro Borrello1-3/+1
2023-02-01sctp: fail if no bound addresses can be used for a given scopeMarcelo Ricardo Leitner1-0/+6
2023-01-14sctp: sysctl: make extra pointers netns awareFiro Yang1-29/+44
2022-12-08sctp: fix memory leak in sctp_stream_outq_migrate()Zhengchao Shao4-7/+47
2022-11-25sctp: clear out_curr if all frag chunks of current msg are prunedXin Long1-0/+5
2022-11-25sctp: remove the unnecessary sinfo_stream check in sctp_prsctp_prune_unsentXin Long1-5/+3
2022-10-26sctp: handle the error returned from sctp_auth_asoc_init_active_keyXin Long1-4/+14
2022-08-03sctp: leave the err path free in sctp_stream_init to sctp_stream_freeXin Long2-19/+5
2022-08-03sctp: fix sleep in atomic context bug in timer handlersDuoming Zhou1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima1-1/+1
2022-06-09sctp: read sk->sk_bound_dev_if once in sctp_rcv()Eric Dumazet1-1/+3
2022-05-09sctp: check asoc strreset_chunk in sctp_generate_reconf_eventXin Long1-0/+4
2022-04-20sctp: Initialize daddr on peeled off socketPetr Malat1-1/+1
2022-03-19sctp: fix the processing for INIT chunkXin Long1-25/+46
2022-03-16sctp: fix kernel-infoleak for SCTP socketsEric Dumazet1-6/+3
2022-01-05sctp: use call_rcu to free endpointXin Long3-22/+36
2021-11-02sctp: add vtag check in sctp_sf_ootbXin Long1-0/+3
2021-11-02sctp: add vtag check in sctp_sf_do_8_5_1_E_saXin Long1-6/+3
2021-11-02sctp: add vtag check in sctp_sf_violationXin Long1-0/+3
2021-11-02sctp: fix the processing for COOKIE_ECHO chunkXin Long1-4/+10
2021-11-02sctp: fix the processing for INIT_ACK chunkXin Long1-18/+19
2021-11-02sctp: use init_tag from inithdr for ABORT chunkXin Long1-0/+1
2021-10-20sctp: account stream padding length for reconf chunkEiichi Tsukata1-1/+1
2021-10-06sctp: break out if skb_header_pointer returns NULL in sctp_rcv_ootbXin Long1-1/+1