index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-15
net: Implement missing SO_TIMESTAMPING_NEW cmsg support
Thomas Lange
1
-0
/
+1
2023-11-28
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
1
-1
/
+1
2023-09-23
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-23
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-2
/
+2
2023-09-23
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
1
-1
/
+2
2023-08-30
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
1
-1
/
+1
2023-08-11
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
1
-1
/
+1
2023-08-11
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
1
-2
/
+2
2023-08-11
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-08-11
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-08-11
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
1
-1
/
+1
2023-08-11
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
1
-3
/
+6
2023-07-27
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
1
-3
/
+14
2023-06-09
udp6: Fix race condition in udp6_sendmsg & connect
Vladislav Efanov
1
-1
/
+1
2023-03-11
net: add sock_init_data_uid()
Pietro Borrello
1
-3
/
+12
2023-03-11
mptcp: add sk_stop_timer_sync helper
Geliang Tang
1
-0
/
+7
2022-09-05
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
1
-1
/
+1
2022-03-28
esp: Fix possible buffer overflow in ESP transformation
Steffen Klassert
1
-2
/
+0
2021-10-06
af_unix: fix races in sk_peer_pid and sk_peer_cred accesses
Eric Dumazet
1
-6
/
+26
2021-07-31
net: annotate data race around sk_ll_usec
Eric Dumazet
1
-1
/
+1
2021-06-03
net: really orphan skbs tied to closing sk
Paolo Abeni
1
-4
/
+4
2021-04-14
net: let skb_orphan_partial wake-up waiters.
Paolo Abeni
1
-9
/
+3
2020-11-01
socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled
Christian Eggers
1
-1
/
+0
2020-10-29
net: Properly typecast int values to set sk_max_pacing_rate
Ke Li
1
-1
/
+1
2020-10-29
socket: fix option SO_TIMESTAMPING_NEW
Christian Eggers
1
-7
/
+3
2020-08-21
net/compat: Add missing sock updates for SCM_RIGHTS
Kees Cook
1
-0
/
+21
2020-08-19
net: Fix potential memory leak in proto_register()
Miaohe Lin
1
-10
/
+15
2020-07-22
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
1
-1
/
+1
2020-06-30
net: increment xmit_recursion level in dev_direct_xmit()
Eric Dumazet
1
-1
/
+1
2020-06-30
net: Do not clear the sock TX queue in sk_set_socket()
Tariq Toukan
1
-0
/
+2
2020-03-18
net: memcg: late association of sock to memcg
Shakeel Butt
1
-1
/
+4
2020-01-09
net: annotate lockless accesses to sk->sk_pacing_shift
Eric Dumazet
1
-1
/
+1
2019-10-30
net: annotate accesses to sk->sk_incoming_cpu
Eric Dumazet
1
-2
/
+2
2019-10-28
net: use skb_queue_empty_lockless() in busy poll contexts
Eric Dumazet
1
-1
/
+1
2019-10-13
tcp: annotate sk->sk_wmem_queued lockless reads
Eric Dumazet
1
-1
/
+1
2019-10-13
tcp: annotate sk->sk_sndbuf lockless reads
Eric Dumazet
1
-6
/
+9
2019-10-13
tcp: annotate sk->sk_rcvbuf lockless reads
Eric Dumazet
1
-2
/
+3
2019-10-10
net: silence KCSAN warnings about sk->sk_backlog.len reads
Eric Dumazet
1
-1
/
+1
2019-10-10
net: annotate sk->sk_rcvlowat lockless reads
Eric Dumazet
1
-1
/
+1
2019-10-10
net: silence KCSAN warnings around sk_add_backlog() calls
Eric Dumazet
1
-1
/
+1
2019-10-10
net: avoid possible false sharing in sk_leave_memory_pressure()
Eric Dumazet
1
-2
/
+2
2019-10-05
net: make sock_prot_memory_pressure() return "const char *"
Alexey Dobriyan
1
-1
/
+1
2019-10-01
net: Unpublish sk from sk_reuseport_cb before call_rcu
Martin KaFai Lau
1
-3
/
+8
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+6
2019-08-25
sock: fix potential memory leak in proto_register()
zhanglin
1
-10
/
+21
2019-08-18
bpf: support cloning sk storage on accept()
Stanislav Fomichev
1
-3
/
+6
2019-08-09
net/tls: prevent skb_orphan() from leaking TLS plain text with offload
Jakub Kicinski
1
-5
/
+14
2019-07-12
mm: security: introduce init_on_alloc=1 and init_on_free=1 boot options
Alexander Potapenko
1
-1
/
+1
2019-07-09
coallocate socket_wq with socket itself
Al Viro
1
-1
/
+1
2019-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-3
/
+0
[next]