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