summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)Author
2025-12-07net: call cond_resched() less often in __release_sock()Eric Dumazet
2025-12-07net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima
2025-09-19net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima
2025-06-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu
2025-01-09net: restrict SO_REUSEPORT to inet socketsEric Dumazet
2024-06-27net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li
2024-01-31udp: fix busy pollingEric Dumazet
2024-01-10net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange
2024-01-10net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz
2024-01-10net: annotate data-races around sk->sk_bind_phcEric Dumazet
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-09-23net: Use sockaddr_storage for getsockopt(SO_PEERNAME).Kuniyuki Iwashima
2023-09-19af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima
2023-09-19af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima
2023-09-19net: annotate data-races around sk->sk_forward_allocEric Dumazet
2023-09-19net: use sk_forward_alloc_get() in sk_get_meminfo()Eric Dumazet
2023-09-19net: read sk->sk_family once in sk_mc_loop()Eric Dumazet
2023-09-13net: annotate data-races around sk->sk_lingertimeEric Dumazet
2023-09-13net: annotate data-races around sk->sk_{rcv|snd}timeoEric Dumazet
2023-08-23sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-08-11net: annotate data-races around sk->sk_priorityEric Dumazet
2023-08-11net: add missing data-race annotation for sk_ll_usecEric Dumazet
2023-08-11net: add missing data-race annotations around sk->sk_peek_offEric Dumazet
2023-08-11net: annotate data-races around sk->sk_markEric Dumazet
2023-08-11net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet
2023-08-11net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet
2023-08-11net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet
2023-08-11net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet
2023-08-11net: annotate data-race around sk->sk_txrehashEric Dumazet
2023-08-11net: annotate data-races around sk->sk_reserved_memEric Dumazet
2023-07-19netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-06-28revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-03-17net: use indirect calls helpers for sk_exit_memory_pressure()Brian Vazquez
2023-03-10net: add sock_init_data_uid()Pietro Borrello
2023-02-14txhash: fix sk->sk_txrehash defaultKevin Yang
2022-12-31soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima
2022-10-12ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-02bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau
2022-08-24net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima
2022-08-24net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima
2022-08-18bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()Martin KaFai Lau
2022-08-18bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...Martin KaFai Lau