index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sctp
/
socket.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-19
sctp: Convert cookie authentication to use HMAC-SHA256
Eric Biggers
1
-30
/
+1
2025-08-19
sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authentication
Eric Biggers
1
-10
/
+0
2025-06-23
net: make sk->sk_rcvtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-23
net: make sk->sk_sndtimeo lockless
Eric Dumazet
1
-1
/
+1
2025-06-23
net: remove sock_i_uid()
Eric Dumazet
1
-2
/
+2
2025-05-27
sctp: mark sctp_do_peeloff static
Christoph Hellwig
1
-2
/
+2
2025-05-20
sctp: Do not wake readers in __sctp_write_space()
Petr Malat
1
-1
/
+2
2025-05-16
net: rfs: add sock_rps_delete_flow() helper
Eric Dumazet
1
-1
/
+1
2025-04-08
sctp: detect and prevent references to a freed transport in sendmsg
Ricardo CaƱuelo Navarro
1
-8
/
+14
2024-10-09
sctp: ensure sk_state is set to CLOSED if hashing fails in sctp_listen_start
Xin Long
1
-5
/
+13
2024-10-03
sctp: set sk_state back to CLOSED if autobind fails in sctp_listen_start
Xin Long
1
-1
/
+3
2024-07-03
sctp: cancel a blocking accept when shutdown a listen socket
Xin Long
1
-4
/
+10
2024-05-13
net: change proto and proto_ops accept type
Jens Axboe
1
-4
/
+4
2024-04-30
sctp: prefer struct_size over open coded arithmetic
Erick Archer
1
-3
/
+4
2024-03-29
net: add sk_wake_async_rcu() helper
Eric Dumazet
1
-1
/
+1
2024-03-07
net: introduce include/net/rps.h
Eric Dumazet
1
-0
/
+1
2024-01-04
sctp: fix busy polling
Eric Dumazet
1
-6
/
+4
2023-12-13
sctp: support MSG_ERRQUEUE flag in recvmsg()
Eric Dumazet
1
-0
/
+3
2023-10-04
sctp: update hb timer immediately after users change hb_interval
Xin Long
1
-0
/
+1
2023-08-31
sctp: annotate data-races around sk->sk_wmem_queued
Eric Dumazet
1
-5
/
+5
2023-08-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2023-08-20
ipv4: fix data-races around inet->inet_id
Eric Dumazet
1
-1
/
+1
2023-08-18
sock: annotate data-races around prot->memory_pressure
Eric Dumazet
1
-1
/
+1
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-07-24
ipv6: remove hard coded limitation on ipv6_pinfo
Eric Dumazet
1
-0
/
+1
2023-06-29
sctp: fix potential deadlock on &net->sctp.addr_wq_lock
Chengfeng Ye
1
-2
/
+2
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
1
-4
/
+4
2023-05-12
sctp: add bpf_bypass_getsockopt proto callback
Alexander Mikhalitsyn
1
-0
/
+18
2023-04-17
sctp: add intl_capable and reconf_capable in ss peer_capable
Xin Long
1
-2
/
+3
2023-04-17
sctp: delete the obsolete code for the host name address param
Xin Long
1
-1
/
+1
2023-04-02
sctp: check send stream number after wait_for_sndbuf
Xin Long
1
-0
/
+4
2023-01-25
inet: Add IP_LOCAL_PORT_RANGE socket option
Jakub Sitnicki
1
-1
/
+1
2023-01-23
net/sock: Introduce trace_sk_data_ready()
Peilin Ye
1
-0
/
+3
2022-12-13
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-11
/
+27
2022-11-18
sctp: add dif and sdif check in asoc and ep lookup
Xin Long
1
-2
/
+2
2022-11-18
sctp: check sk_bound_dev_if when matching ep in get_port
Xin Long
1
-1
/
+4
2022-11-18
treewide: use get_random_u32_below() instead of deprecated function
Jason A. Donenfeld
1
-1
/
+1
2022-10-24
sctp: Call inet6_destroy_sock() via sk->sk_destruct().
Kuniyuki Iwashima
1
-8
/
+21
2022-10-11
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-10-11
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
1
-1
/
+1
2022-06-10
net: keep sk->sk_forward_alloc as small as possible
Eric Dumazet
1
-5
/
+0
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
1
-0
/
+7
2022-04-28
net: SO_RCVMARK socket option for SO_MARK with recvmsg()
Erin MacNeil
1
-1
/
+1
2022-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
1
-1
/
+1
2022-04-12
net: remove noblock parameter from recvmsg() entities
Oliver Hartkopp
1
-9
/
+7
2022-04-11
sctp: Initialize daddr on peeled off socket
Petr Malat
1
-1
/
+1
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-7
/
+15
2022-01-02
sctp: hold endpoint before calling cb in sctp_transport_lookup_process
Xin Long
1
-7
/
+15
2021-12-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+15
2021-12-25
sctp: use call_rcu to free endpoint
Xin Long
1
-8
/
+15
[next]