index
:
Linux Stable
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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: Implement missing SO_TIMESTAMPING_NEW cmsg support
Thomas Lange
2024-01-10
1
-0
/
+1
*
net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)
Jörn-Thorben Hinz
2024-01-10
1
-2
/
+9
*
net: annotate data-races around sk->sk_bind_phc
Eric Dumazet
2024-01-10
1
-2
/
+2
*
net: annotate data-races around sk->sk_tsflags
Eric Dumazet
2024-01-10
1
-2
/
+2
*
net: annotate data-races around sk->sk_dst_pending_confirm
Eric Dumazet
2023-11-28
1
-1
/
+1
*
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
Kuniyuki Iwashima
2023-09-23
1
-3
/
+3
*
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
2023-09-19
1
-1
/
+1
*
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
2023-09-19
1
-2
/
+2
*
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
2023-09-19
1
-4
/
+4
*
net: use sk_forward_alloc_get() in sk_get_meminfo()
Eric Dumazet
2023-09-19
1
-1
/
+1
*
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
2023-09-19
1
-1
/
+2
*
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
2023-09-13
1
-9
/
+9
*
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
2023-09-13
1
-10
/
+14
*
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
2023-08-23
1
-1
/
+1
*
net: annotate data-races around sk->sk_priority
Eric Dumazet
2023-08-11
1
-3
/
+3
*
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
2023-08-11
1
-1
/
+1
*
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2023-08-11
1
-2
/
+2
*
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-08-11
1
-2
/
+2
*
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
2023-08-11
1
-1
/
+1
*
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
2023-08-11
1
-1
/
+1
*
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
2023-08-11
1
-1
/
+1
*
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
2023-08-11
1
-3
/
+6
*
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
2023-08-11
1
-2
/
+5
*
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
2023-08-11
1
-3
/
+4
*
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
2023-07-19
1
-3
/
+14
*
revert "net: align SO_RCVMARK required privileges with SO_MARK"
Maciej Żenczykowski
2023-06-28
1
-6
/
+0
*
udp6: Fix race condition in udp6_sendmsg & connect
Vladislav Efanov
2023-06-09
1
-1
/
+1
*
net: use indirect calls helpers for sk_exit_memory_pressure()
Brian Vazquez
2023-03-17
1
-1
/
+2
*
net: add sock_init_data_uid()
Pietro Borrello
2023-03-10
1
-3
/
+12
*
txhash: fix sk->sk_txrehash default
Kevin Yang
2023-02-14
1
-1
/
+2
*
soreuseport: Fix socket selection for SO_INCOMING_CPU.
Kuniyuki Iwashima
2022-12-31
1
-1
/
+1
*
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
2022-10-12
1
-2
/
+4
*
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-06
1
-40
/
+94
|
\
|
*
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-02
1
-2
/
+2
|
*
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
1
-19
/
+24
|
*
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-09-02
1
-3
/
+9
|
*
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2022-08-18
1
-3
/
+3
|
*
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
2022-08-18
1
-13
/
+25
|
*
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-08-18
1
-3
/
+27
|
*
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-08-18
1
-3
/
+10
*
|
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
2022-08-24
1
-1
/
+1
*
|
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
2022-08-24
1
-3
/
+5
*
|
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-08-24
1
-4
/
+4
|
/
*
tls: rx: periodically flush socket backlog
Jakub Kicinski
2022-07-06
1
-0
/
+1
*
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
2022-06-13
1
-3
/
+6
*
net: unexport __sk_mem_{raise|reduce}_allocated
Eric Dumazet
2022-06-10
1
-2
/
+0
*
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-06-10
1
-0
/
+4
*
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
2022-06-10
1
-8
/
+8
*
net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()
Eric Dumazet
2022-06-09
1
-1
/
+1
*
net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_if
Eric Dumazet
2022-05-16
1
-4
/
+7
[next]