summaryrefslogtreecommitdiff
path: root/net/sctp/socket.c
AgeCommit message (Expand)Author
2025-11-10sctp: Don't inherit do_auto_asconf in sctp_clone_sock().Kuniyuki Iwashima
2025-11-04net: Convert proto callbacks from sockaddr to sockaddr_unsizedKees Cook
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook
2025-10-27sctp: Remove sctp_copy_sock() and sctp_copy_descendant().Kuniyuki Iwashima
2025-10-27sctp: Use sctp_clone_sock() in sctp_do_peeloff().Kuniyuki Iwashima
2025-10-27sctp: Use sk_clone() in sctp_accept().Kuniyuki Iwashima
2025-10-27sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().Kuniyuki Iwashima
2025-10-27sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().Kuniyuki Iwashima
2025-10-27sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().Kuniyuki Iwashima
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-05-27sctp: mark sctp_do_peeloff staticChristoph Hellwig
2025-05-20sctp: Do not wake readers in __sctp_write_space()Petr Malat
2025-05-16net: rfs: add sock_rps_delete_flow() helperEric Dumazet
2025-04-08sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro
2024-10-09sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_startXin Long
2024-10-03sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_startXin Long
2024-07-03sctp: cancel a blocking accept when shutdown a listen socketXin Long
2024-05-13net: change proto and proto_ops accept typeJens Axboe
2024-04-30sctp: prefer struct_size over open coded arithmeticErick Archer
2024-03-29net: add sk_wake_async_rcu() helperEric Dumazet
2024-03-07net: introduce include/net/rps.hEric Dumazet
2024-01-04sctp: fix busy pollingEric Dumazet
2023-12-13sctp: support MSG_ERRQUEUE flag in recvmsg()Eric Dumazet
2023-10-04sctp: update hb timer immediately after users change hb_intervalXin Long
2023-08-31sctp: annotate data-races around sk->sk_wmem_queuedEric Dumazet
2023-08-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-08-20ipv4: fix data-races around inet->inet_idEric Dumazet
2023-08-18sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-08-16inet: move inet->mc_loop to inet->inet_fragsEric Dumazet
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet
2023-06-29sctp: fix potential deadlock on &net->sctp.addr_wq_lockChengfeng Ye
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao
2023-05-12sctp: add bpf_bypass_getsockopt proto callbackAlexander Mikhalitsyn
2023-04-17sctp: add intl_capable and reconf_capable in ss peer_capableXin Long
2023-04-17sctp: delete the obsolete code for the host name address paramXin Long
2023-04-02sctp: check send stream number after wait_for_sndbufXin Long
2023-01-25inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki
2023-01-23net/sock: Introduce trace_sk_data_ready()Peilin Ye
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-11-18sctp: add dif and sdif check in asoc and ep lookupXin Long
2022-11-18sctp: check sk_bound_dev_if when matching ep in get_portXin Long
2022-11-18treewide: use get_random_u32_below() instead of deprecated functionJason A. Donenfeld
2022-10-24sctp: Call inet6_destroy_sock() via sk->sk_destruct().Kuniyuki Iwashima
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