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