index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
net
/
sock.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-11
net: add sock_init_data_uid()
Pietro Borrello
1
-1
/
+6
2023-03-11
mptcp: add sk_stop_timer_sync helper
Geliang Tang
1
-0
/
+2
2023-02-22
dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.
Kuniyuki Iwashima
1
-0
/
+13
2023-02-06
l2tp: Serialize access to sk_user_data with sk_callback_lock
Jakub Sitnicki
1
-1
/
+1
2022-10-26
inet: fully convert sk->sk_rx_dst to RCU rules
Eric Dumazet
1
-1
/
+1
2022-07-21
net: Fix data-races around sysctl_mem.
Kuniyuki Iwashima
1
-1
/
+1
2022-03-28
esp: Fix possible buffer overflow in ESP transformation
Steffen Klassert
1
-0
/
+3
2021-10-06
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-0
/
+2
2021-06-30
inet: annotate date races around sk->sk_txhash
Eric Dumazet
1
-3
/
+7
2021-06-03
net: really orphan skbs tied to closing sk
Paolo Abeni
1
-1
/
+3
2021-04-14
net: let skb_orphan_partial wake-up waiters.
Paolo Abeni
1
-0
/
+9
2020-10-01
net: silence data-races on sk_backlog.tail
Eric Dumazet
1
-2
/
+2
2020-08-21
net/compat: Add missing sock updates for SCM_RIGHTS
Kees Cook
1
-0
/
+4
2020-06-30
net: Do not clear the sock TX queue in sk_set_socket()
Tariq Toukan
1
-1
/
+0
2020-01-09
net: annotate lockless accesses to sk->sk_pacing_shift
Eric Dumazet
1
-2
/
+2
2020-01-04
tcp/dccp: fix possible race __inet_lookup_established()
Eric Dumazet
1
-0
/
+5
2019-12-31
net: avoid potential false sharing in neighbor related code
Eric Dumazet
1
-6
/
+6
2019-11-05
net: prevent load/store tearing on sk->sk_stamp
Eric Dumazet
1
-2
/
+2
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
1
-2
/
+2
2019-10-28
net: fix sk_page_frag() recursion from memory reclaim
Tejun Heo
1
-3
/
+8
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
1
-5
/
+10
2019-10-13
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
1
-7
/
+11
2019-10-09
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
1
-1
/
+3
2019-08-08
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
Jakub Kicinski
1
-1
/
+9
2019-07-08
coallocate socket_wq with socket itself
Al Viro
1
-2
/
+2
2019-06-14
net: add high_order_alloc_disable sysctl/static key
Eric Dumazet
1
-0
/
+2
2019-06-14
tcp: add tcp_tx_skb_cache sysctl
Eric Dumazet
1
-1
/
+3
2019-06-14
tcp: add tcp_rx_skb_cache sysctl
Eric Dumazet
1
-4
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-6
/
+1
2019-05-15
tcp: do not recycle cloned skbs
Eric Dumazet
1
-1
/
+1
2019-04-27
bpf: Introduce bpf sk local storage
Martin KaFai Lau
1
-0
/
+5
2019-04-19
net: rework SIOCGSTAMP ioctl handling
Arnd Bergmann
1
-2
/
+2
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+0
2019-04-11
net/smc: propagate file from SMC to TCP socket
Ursula Braun
1
-6
/
+0
2019-03-27
tcp: fix zerocopy and notsent_lowat issues
Eric Dumazet
1
-3
/
+4
2019-03-23
tcp: add one skb cache for rx
Eric Dumazet
1
-0
/
+10
2019-03-23
tcp: add one skb cache for tx
Eric Dumazet
1
-0
/
+5
2019-03-23
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
1
-1
/
+1
2019-03-18
packets: Always register packet sk in the same order
Maxime Chevallier
1
-0
/
+6
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-02-13
net: fix possible overflow in __sk_mem_raise_allocated()
Eric Dumazet
1
-1
/
+1
2019-02-03
socket: Add SO_TIMESTAMP[NS]_NEW
Deepa Dinamani
1
-0
/
+1
2019-01-01
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
1
-3
/
+35
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+21
2018-12-17
net: add missing SOF_TIMESTAMPING_OPT_ID support
Willem de Bruijn
1
-4
/
+21
2018-12-04
tcp: reduce POLLOUT events caused by TCP_NOTSENT_LOWAT
Eric Dumazet
1
-5
/
+15
2018-10-23
Revert "net: simplify sock_poll_wait"
Karsten Graul
1
-3
/
+9
2018-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-4
/
+0
2018-10-15
net: extend sk_pacing_rate to unsigned long
Eric Dumazet
1
-2
/
+2
2018-10-15
tls: convert to generic sk_msg interface
Daniel Borkmann
1
-4
/
+0
[next]