summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2026-06-19sctp: fix race between sctp_wait_for_connect and peeloffZhenghang Xiao
2026-06-01sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunksMichael Bommarito
2026-06-01sctp: revalidate list cursor after sctp_sendmsg_to_asoc() in SCTP_SENDALLBen Morris
2026-01-11sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima
2025-06-27sctp: Do not wake readers in __sctp_write_space()Petr Malat
2025-04-25sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro
2024-10-17sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long
2024-10-17sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long
2024-07-11sctp: prefer struct_size over open coded arithmeticErick Archer
2024-01-25sctp: fix busy pollingEric Dumazet
2024-01-25sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet
2023-10-10sctp: update hb timer immediately after users change hb_intervalXin Long
2023-09-19sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet
2023-08-30ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-07-19sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye
2023-07-19sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
2023-06-05inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki
2023-04-26sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
2023-04-13sctp: check send stream number after wait_for_sndbufXin Long
2022-10-11treewide: use get_random_{u8,u16}() when possible, part 1Jason A. Donenfeld
2022-10-11treewide: use prandom_u32_max() when possible, part 1Jason A. Donenfeld
2022-06-10net: keep sk->sk_forward_alloc as small as possibleEric Dumazet
2022-06-10net: add per_cpu_fw_alloc field to struct protoEric Dumazet
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Erin MacNeil
2022-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-04-12net: remove noblock parameter from recvmsg() entitiesOliver Hartkopp
2022-04-11sctp: Initialize daddr on peeled off socketPetr Malat
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-02sctp: hold endpoint before calling cb in sctp_transport_lookup_processXin Long
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-25sctp: use call_rcu to free endpointXin Long
2021-12-23sctp: move hlist_node and hashent out of sctp_ep_commonXin Long
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2021-11-03security: pass asoc to sctp_assoc_request and sctp_sk_cloneXin Long
2021-07-18sctp: trim optlen when it's a huge value in sctp_setsockoptXin Long
2021-06-22sctp: enable PLPMTUD when the transport is readyXin Long
2021-06-22sctp: add SCTP_PLPMTUD_PROBE_INTERVAL sockopt for sock/asoc/transportXin Long
2021-06-22sctp: add probe_interval in sysctl and sock/asoc/transportXin Long
2021-05-25sctp: add the missing setting for asoc encap_portXin Long
2021-05-03sctp: delay auto_asconf init until binding the first addrXin Long
2021-05-03Revert "net/sctp: fix race condition in sctp_destroy_sock"Xin Long
2021-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-13net/sctp: fix race condition in sctp_destroy_sockOr Cohen
2021-03-28net: sctp: Fix some typosLu Wei
2020-10-30sctp: add udphdr to overhead when udp_port is setXin Long
2020-10-30sctp: add SCTP_REMOTE_UDP_ENCAPS_PORT sockoptXin Long
2020-10-30sctp: add encap_port for netns sock asoc and transportXin Long
2020-09-20net: sctp: Fix IPv6 ancestor_size calc in sctp_copy_descendantHenry Ptasinski
2020-08-24sctp: not disable bh in the whole sctp_get_port_local()Xin Long