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
5 days
net: sock: fix hardened usercopy panic in sock_recv_errqueue
Weiming Shi
1
-3
/
+4
2025-12-07
net: call cond_resched() less often in __release_sock()
Eric Dumazet
1
-4
/
+8
2025-12-07
net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
Kuniyuki Iwashima
1
-2
/
+1
2025-10-02
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-0
/
+5
2025-06-27
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
1
-2
/
+2
2024-07-05
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
1
-2
/
+4
2024-05-17
net: mark racy access on sk->sk_rcvbuf
linke li
1
-2
/
+2
2024-03-15
lsm: make security_socket_getpeersec_stream() sockptr_t safe
Paul Moore
1
-1
/
+2
2024-03-15
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
1
-19
/
+24
2024-03-15
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
1
-3
/
+9
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-19
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-19
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-2
/
+2
2023-09-19
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
1
-1
/
+2
2023-08-26
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
2022-08-31
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
1
-1
/
+1
2022-08-31
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
1
-3
/
+5
2022-08-31
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
1
-4
/
+4
2021-11-26
sock: fix /proc/net/sockstat underflow in sk_clone_lock()
Tetsuo Handa
1
-3
/
+3
2021-11-26
net: reduce indentation level in sk_clone_lock()
Eric Dumazet
1
-96
/
+93
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-10
net: sock: fix in-kernel mark setting
Alexander Aring
1
-4
/
+12
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-10-22
net: Properly typecast int values to set sk_max_pacing_rate
Ke Li
1
-1
/
+1
2020-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-8
/
+3
2020-10-14
socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabled
Christian Eggers
1
-1
/
+0
2020-10-14
socket: fix option SO_TIMESTAMPING_NEW
Christian Eggers
1
-7
/
+3
2020-09-25
mptcp: add sk_stop_timer_sync helper
Geliang Tang
1
-0
/
+7
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-1
/
+1
2020-08-27
net: Fix some comments
Miaohe Lin
1
-1
/
+1
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-19
net: Stop warning about SO_BSDCOMPAT usage
Miaohe Lin
1
-14
/
+0
2020-08-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-10
/
+15
2020-08-12
net: Fix potential memory leak in proto_register()
Miaohe Lin
1
-10
/
+15
2020-08-07
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2020-08-07
mm, treewide: rename kzfree() to kfree_sensitive()
Waiman Long
1
-1
/
+1
2020-08-07
Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...
Linus Torvalds
1
-0
/
+8
[next]