summaryrefslogtreecommitdiff
path: root/net/core/sock.c
AgeCommit message (Expand)AuthorFilesLines
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-23af_unix: Fix data race around sk->sk_err.Kuniyuki Iwashima1-1/+1
2023-09-23af_unix: Fix data-races around sk->sk_shutdown.Kuniyuki Iwashima1-2/+2
2023-09-23net: read sk->sk_family once in sk_mc_loop()Eric Dumazet1-1/+2
2023-08-30sock: 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
2023-03-11mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+7
2022-09-05net: Fix a data-race around sysctl_net_busy_read.Kuniyuki Iwashima1-1/+1
2022-03-28esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-2/+0
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-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-11-01socket: don't clear SOCK_TSTAMP_NEW when SO_TIMESTAMPNS is disabledChristian Eggers1-1/+0
2020-10-29net: Properly typecast int values to set sk_max_pacing_rateKe Li1-1/+1
2020-10-29socket: fix option SO_TIMESTAMPING_NEWChristian Eggers1-7/+3
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+21
2020-08-19net: Fix potential memory leak in proto_register()Miaohe Lin1-10/+15
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-1/+1
2020-06-30net: increment xmit_recursion level in dev_direct_xmit()Eric Dumazet1-1/+1
2020-06-30net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-0/+2
2020-03-18net: memcg: late association of sock to memcgShakeel Butt1-1/+4
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-1/+1
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-28net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet1-1/+1
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-1/+1
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-6/+9
2019-10-13tcp: annotate sk->sk_rcvbuf lockless readsEric Dumazet1-2/+3
2019-10-10net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+1
2019-10-10net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+1
2019-10-10net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-1/+1
2019-10-10net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2019-10-05net: make sock_prot_memory_pressure() return "const char *"Alexey Dobriyan1-1/+1
2019-10-01net: Unpublish sk from sk_reuseport_cb before call_rcuMartin KaFai Lau1-3/+8
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+6
2019-08-25sock: fix potential memory leak in proto_register()zhanglin1-10/+21
2019-08-18bpf: support cloning sk storage on accept()Stanislav Fomichev1-3/+6
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-5/+14
2019-07-12mm: security: introduce init_on_alloc=1 and init_on_free=1 boot optionsAlexander Potapenko1-1/+1
2019-07-09coallocate socket_wq with socket itselfAl Viro1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0