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
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
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
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-17
net: sock: fix hardened usercopy panic in sock_recv_errqueue
Weiming Shi
1
-3
/
+4
2025-11-24
net: call cond_resched() less often in __release_sock()
Eric Dumazet
1
-4
/
+8
2025-11-24
net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.
Kuniyuki Iwashima
1
-2
/
+1
2025-09-19
net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.
Kuniyuki Iwashima
1
-0
/
+5
2025-08-28
net: better track kernel sockets lifetime
Eric Dumazet
1
-5
/
+22
2025-06-27
sock: Correct error checking condition for (assign|release)_proto_idx()
Zijun Hu
1
-2
/
+2
2025-01-09
net: restrict SO_REUSEPORT to inet sockets
Eric Dumazet
1
-1
/
+4
2024-09-12
net/socket: Break down __sys_getsockopt
Breno Leitao
1
-8
/
+0
2024-06-27
net: do not leave a dangling sk pointer, when socket creation fails
Ignat Korchagin
1
-0
/
+3
2024-05-17
net: mark racy access on sk->sk_rcvbuf
linke li
1
-2
/
+2
2024-05-02
net: make SK_MEMORY_PCPU_RESERV tunable
Adam Li
1
-0
/
+1
2024-01-31
udp: fix busy polling
Eric Dumazet
1
-2
/
+9
2024-01-10
net: Implement missing SO_TIMESTAMPING_NEW cmsg support
Thomas Lange
1
-0
/
+1
2024-01-10
net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
Jörn-Thorben Hinz
1
-2
/
+9
2023-11-28
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
1
-1
/
+1
2023-09-04
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
1
-1
/
+1
2023-09-04
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
1
-2
/
+2
2023-09-01
net: annotate data-races around sk->sk_bind_phc
Eric Dumazet
1
-2
/
+2
2023-09-01
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
1
-2
/
+2
2023-09-01
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
1
-4
/
+4
2023-09-01
net: use sk_forward_alloc_get() in sk_get_meminfo()
Eric Dumazet
1
-1
/
+1
2023-08-31
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
1
-1
/
+2
2023-08-21
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
1
-9
/
+9
2023-08-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-17
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
1
-1
/
+1
2023-08-16
inet: move inet->mc_loop to inet->inet_frags
Eric Dumazet
1
-1
/
+1
2023-08-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2023-08-09
net: annotate data-races around sock->ops
Eric Dumazet
1
-7
/
+17
2023-08-08
net/unix: use consistent error code in SO_PEERPIDFD
David Rheinsberg
1
-1
/
+1
2023-08-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-29
/
+40
2023-07-31
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
Kuniyuki Iwashima
1
-3
/
+3
2023-07-29
net: annotate data-races around sk->sk_priority
Eric Dumazet
1
-3
/
+3
2023-07-29
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
1
-2
/
+2
2023-07-29
net: annotate data-races around sk->sk_mark
Eric Dumazet
1
-2
/
+2
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
1
-10
/
+14
2023-07-29
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
1
-1
/
+1
2023-07-29
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
1
-3
/
+6
2023-07-29
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
1
-2
/
+5
2023-07-29
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
1
-3
/
+4
2023-07-11
net/core: Make use of assign_bit() API
Andy Shevchenko
1
-12
/
+3
2023-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+14
2023-06-27
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
1
-3
/
+14
2023-06-24
sock: Remove ->sendpage*() in favour of sendmsg(MSG_SPLICE_PAGES)
David Howells
1
-33
/
+2
2023-06-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-6
/
+0
2023-06-22
revert "net: align SO_RCVMARK required privileges with SO_MARK"
Maciej Żenczykowski
1
-6
/
+0
2023-06-20
net: remove sk_is_ipmr() and sk_is_icmpv6() helpers
Eric Dumazet
1
-2
/
+2
2023-06-15
net: ioctl: Use kernel memory on protocol ioctl callbacks
Breno Leitao
1
-0
/
+64
[next]