index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
/
sock.c
Age
Commit message (
Expand
)
Author
2023-09-23
net: Use sockaddr_storage for getsockopt(SO_PEERNAME).
Kuniyuki Iwashima
2023-09-19
af_unix: Fix data race around sk->sk_err.
Kuniyuki Iwashima
2023-09-19
af_unix: Fix data-races around sk->sk_shutdown.
Kuniyuki Iwashima
2023-09-19
net: annotate data-races around sk->sk_forward_alloc
Eric Dumazet
2023-09-19
net: use sk_forward_alloc_get() in sk_get_meminfo()
Eric Dumazet
2023-09-19
net: read sk->sk_family once in sk_mc_loop()
Eric Dumazet
2023-09-13
net: annotate data-races around sk->sk_lingertime
Eric Dumazet
2023-09-13
net: annotate data-races around sk->sk_{rcv|snd}timeo
Eric Dumazet
2023-08-23
sock: Fix misuse of sk_under_memory_pressure()
Abel Wu
2023-08-11
net: annotate data-races around sk->sk_priority
Eric Dumazet
2023-08-11
net: add missing data-race annotation for sk_ll_usec
Eric Dumazet
2023-08-11
net: add missing data-race annotations around sk->sk_peek_off
Eric Dumazet
2023-08-11
net: annotate data-races around sk->sk_mark
Eric Dumazet
2023-08-11
net: add missing READ_ONCE(sk->sk_rcvbuf) annotation
Eric Dumazet
2023-08-11
net: add missing READ_ONCE(sk->sk_sndbuf) annotation
Eric Dumazet
2023-08-11
net: add missing READ_ONCE(sk->sk_rcvlowat) annotation
Eric Dumazet
2023-08-11
net: annotate data-races around sk->sk_max_pacing_rate
Eric Dumazet
2023-08-11
net: annotate data-race around sk->sk_txrehash
Eric Dumazet
2023-08-11
net: annotate data-races around sk->sk_reserved_mem
Eric Dumazet
2023-07-19
netlink: Add __sock_i_ino() for __netlink_diag_dump().
Kuniyuki Iwashima
2023-06-28
revert "net: align SO_RCVMARK required privileges with SO_MARK"
Maciej Żenczykowski
2023-06-09
udp6: Fix race condition in udp6_sendmsg & connect
Vladislav Efanov
2023-03-17
net: use indirect calls helpers for sk_exit_memory_pressure()
Brian Vazquez
2023-03-10
net: add sock_init_data_uid()
Pietro Borrello
2023-02-14
txhash: fix sk->sk_txrehash default
Kevin Yang
2022-12-31
soreuseport: Fix socket selection for SO_INCOMING_CPU.
Kuniyuki Iwashima
2022-10-12
ipv6: Fix data races around sk->sk_prot.
Kuniyuki Iwashima
2022-09-06
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Paolo Abeni
2022-09-02
bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()
Martin KaFai Lau
2022-09-02
bpf: net: Change sk_getsockopt() to take the sockptr_t argument
Martin KaFai Lau
2022-09-02
net: Change sock_getsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-08-24
net: Fix a data-race around sysctl_net_busy_read.
Kuniyuki Iwashima
2022-08-24
net: Fix data-races around sysctl_optmem_max.
Kuniyuki Iwashima
2022-08-24
net: Fix data-races around sysctl_[rw]mem_(max|default).
Kuniyuki Iwashima
2022-08-18
bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()
Martin KaFai Lau
2022-08-18
bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...
Martin KaFai Lau
2022-08-18
bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpf
Martin KaFai Lau
2022-08-18
net: Add sk_setsockopt() to take the sk ptr instead of the sock ptr
Martin KaFai Lau
2022-07-06
tls: rx: periodically flush socket backlog
Jakub Kicinski
2022-06-13
tcp: sk_forced_mem_schedule() optimization
Eric Dumazet
2022-06-10
net: unexport __sk_mem_{raise|reduce}_allocated
Eric Dumazet
2022-06-10
net: add per_cpu_fw_alloc field to struct proto
Eric Dumazet
2022-06-10
net: remove SK_MEM_QUANTUM and SK_MEM_QUANTUM_SHIFT
Eric Dumazet
2022-06-09
net: use DEBUG_NET_WARN_ON_ONCE() in __release_sock()
Eric Dumazet
2022-05-16
net: core: add READ_ONCE/WRITE_ONCE annotations for sk->sk_bound_dev_if
Eric Dumazet
2022-05-16
net: allow gso_max_size to exceed 65536
Alexander Duyck
2022-05-05
net: align SO_RCVMARK required privileges with SO_MARK
Eyal Birger
2022-05-01
sock: optimise sock_def_write_space barriers
Pavel Begunkov
2022-05-01
sock: optimise UDP sock_wfree() refcounting
Pavel Begunkov
2022-05-01
sock: dedup sock_def_write_space wmem_alloc checks
Pavel Begunkov
[next]