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
2024-07-05ipv6: Fix data races around sk->sk_prot.Kuniyuki Iwashima1-2/+4
2024-05-17net: mark racy access on sk->sk_rcvbuflinke li1-2/+2
2024-03-15lsm: make security_socket_getpeersec_stream() sockptr_t safePaul Moore1-1/+2
2024-03-15bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau1-19/+24
2024-03-15net: 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
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-27netlink: 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-11net: add sock_init_data_uid()Pietro Borrello1-3/+12
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
2021-11-26sock: fix /proc/net/sockstat underflow in sk_clone_lock()Tetsuo Handa1-3/+3
2021-11-26net: reduce indentation level in sk_clone_lock()Eric Dumazet1-96/+93
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-6/+26
2021-07-31net: annotate data race around sk_ll_usecEric Dumazet1-1/+1
2021-06-10net: sock: fix in-kernel mark settingAlexander Aring1-4/+12
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni1-4/+4
2021-04-14net: let skb_orphan_partial wake-up waiters.Paolo Abeni1-9/+3
2020-10-22net: Properly typecast int values to set sk_max_pacing_rateKe Li1-1/+1
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+3
2020-10-14socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers1-1/+0
2020-10-14socket: fix option SO_TIMESTAMPING_NEWChristian Eggers1-7/+3
2020-09-25mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+7
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-08-27net: Fix some commentsMiaohe Lin1-1/+1
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-19net: Stop warning about SO_BSDCOMPAT usageMiaohe Lin1-14/+0
2020-08-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-10/+15
2020-08-12net: Fix potential memory leak in proto_register()Miaohe Lin1-10/+15
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-1/+1
2020-08-07Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-0/+8