summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
5 daysnet: sock: fix hardened usercopy panic in sock_recv_errqueueWeiming Shi1-3/+4
2025-12-07net: call cond_resched() less often in __release_sock()Eric Dumazet1-4/+8
2025-12-07net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima1-2/+1
2025-10-02net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-0/+5
2025-06-27sock: Correct error checking condition for (assign|release)_proto_idx()Zijun Hu1-2/+2
2025-05-02net: make sock_inuse_add() availableEric Dumazet1-10/+0
2025-01-09net: restrict SO_REUSEPORT to inet socketsEric Dumazet1-1/+4
2024-07-05ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima1-2/+4
2024-07-05net: do not leave a dangling sk pointer, when socket creation failsIgnat Korchagin1-0/+3
2024-07-05net: inline sock_prot_inuse_add()Eric Dumazet1-11/+0
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li1-2/+2
2024-03-27bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau1-19/+24
2024-03-27net: Change sock_getsockopt() to take the sk ptr instead of the sock ptrMartin KaFai Lau1-3/+9
2024-01-15net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange1-0/+1
2024-01-15net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz1-2/+9
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-1/+1
2023-09-19af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima1-1/+1
2023-09-19af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima1-2/+2
2023-09-19net: read sk->sk_family once in sk_mc_loop()Eric Dumazet1-1/+2
2023-08-26sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-1/+1
2023-08-11net: add missing data-race annotation for sk_ll_usecEric Dumazet1-1/+1
2023-08-11net: add missing data-race annotations around sk->sk_peek_offEric Dumazet1-2/+2
2023-08-11net: add missing READ_ONCE(sk->sk_rcvbuf) annotationEric Dumazet1-1/+1
2023-08-11net: add missing READ_ONCE(sk->sk_sndbuf) annotationEric Dumazet1-1/+1
2023-08-11net: add missing READ_ONCE(sk->sk_rcvlowat) annotationEric Dumazet1-1/+1
2023-08-11net: annotate data-races around sk->sk_max_pacing_rateEric Dumazet1-3/+6
2023-07-23netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-3/+14
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov1-1/+1
2023-03-10net: add sock_init_data_uid()Pietro Borrello1-3/+12
2022-12-31soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2022-08-31net: Fix data-races around sysctl_optmem_max.Kuniyuki Iwashima1-3/+5
2022-08-31net: Fix data-races around sysctl_[rw]mem_(max|default).Kuniyuki Iwashima1-4/+4
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet1-2/+2
2022-01-27net: fix sock_timestamping_bind_phc() to release deviceMiroslav Lichvar1-0/+2
2021-11-25sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa1-3/+3
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-6/+26
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-18/+2
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-14/+23
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin1-1/+0
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-4/+12
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov1-0/+13
2021-07-29mctp: Add MCTP baseJeremy Kerr1-0/+1
2021-07-08sock: unlock on error in sock_setsockopt()Dan Carpenter1-2/+4
2021-07-02sock: fix error in sock_setsockopt()Eric Dumazet1-1/+1
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu1-3/+62
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet1-1/+1
2021-06-29net: sock: add trace for socket errorsAlexander Aring1-0/+10
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-0/+6
2021-06-24net: retrieve netns cookie via getsocketoptMartynas Pumputis1-0/+7