index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sctp
/
socket.c
Age
Commit message (
Expand
)
Author
2025-11-10
sctp: Don't inherit do_auto_asconf in sctp_clone_sock().
Kuniyuki Iwashima
2025-11-04
net: Convert proto callbacks from sockaddr to sockaddr_unsized
Kees Cook
2025-11-04
net: Convert proto_ops connect() callbacks to use sockaddr_unsized
Kees Cook
2025-10-27
sctp: Remove sctp_copy_sock() and sctp_copy_descendant().
Kuniyuki Iwashima
2025-10-27
sctp: Use sctp_clone_sock() in sctp_do_peeloff().
Kuniyuki Iwashima
2025-10-27
sctp: Use sk_clone() in sctp_accept().
Kuniyuki Iwashima
2025-10-27
sctp: Don't call sk->sk_prot->init() in sctp_v[46]_create_accept_sk().
Kuniyuki Iwashima
2025-10-27
sctp: Don't copy sk_sndbuf and sk_rcvbuf in sctp_sock_migrate().
Kuniyuki Iwashima
2025-10-27
sctp: Defer SCTP_DBG_OBJCNT_DEC() to sctp_destroy_sock().
Kuniyuki Iwashima
2025-08-19
sctp: Convert cookie authentication to use HMAC-SHA256
Eric Biggers
2025-08-19
sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
Eric Biggers
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
2025-06-23
net: make sk->sk_sndtimeo lockless
Eric Dumazet
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
2025-05-27
sctp: mark sctp_do_peeloff static
Christoph Hellwig
2025-05-20
sctp: Do not wake readers in __sctp_write_space()
Petr Malat
2025-05-16
net: rfs: add sock_rps_delete_flow() helper
Eric Dumazet
2025-04-08
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo CaƱuelo Navarro
2024-10-09
sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
Xin Long
2024-10-03
sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
Xin Long
2024-07-03
sctp: cancel a blocking accept when shutdown a listen socket
Xin Long
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
2024-04-30
sctp: prefer struct_size over open coded arithmetic
Erick Archer
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
2024-01-04
sctp: fix busy polling
Eric Dumazet
2023-12-13
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
2023-10-04
sctp: update hb timer immediately after users change hb_interval
Xin Long
2023-08-31
sctp: annotate data-races around sk->sk_wmem_queued
Eric Dumazet
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
2023-08-18
sock: annotate data-races around prot->memory_pressure
Eric Dumazet
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
2023-06-29
sctp: fix potential deadlock on &net->sctp.addr_wq_lock
Chengfeng Ye
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
2023-05-12
sctp: add bpf_bypass_getsockopt proto callback
Alexander Mikhalitsyn
2023-04-17
sctp: add intl_capable and reconf_capable in ss peer_capable
Xin Long
2023-04-17
sctp: delete the obsolete code for the host name address param
Xin Long
2023-04-02
sctp: check send stream number after wait_for_sndbuf
Xin Long
2023-01-25
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-11-18
sctp: add dif and sdif check in asoc and ep lookup
Xin Long
2022-11-18
sctp: check sk_bound_dev_if when matching ep in get_port
Xin Long
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
2022-10-24
sctp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-06-10
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
[next]