summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet1-3/+3
2023-11-28net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet1-4/+16
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-30sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6
2023-07-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima1-0/+1
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet1-5/+13
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet1-0/+4
2023-05-30net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima1-1/+1
2023-03-11net: add sock_init_data_uid()Pietro Borrello1-1/+6
2023-03-11mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+2
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-0/+13
2023-02-06l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-1/+1
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-03-28esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-0/+3
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni1-1/+3
2021-04-14net: let skb_orphan_partial wake-up waiters.Paolo Abeni1-0/+9
2020-10-01net: silence data-races on sk_backlog.tailEric Dumazet1-2/+2
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+4
2020-06-30net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-1/+0
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet1-2/+2
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet1-0/+5
2019-12-31net: avoid potential false sharing in neighbor related codeEric Dumazet1-6/+6
2019-11-06net: prevent load/store tearing on sk->sk_stampEric Dumazet1-2/+2
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet1-2/+2
2019-10-29net: fix sk_page_frag() recursion from memory reclaimTejun Heo1-3/+8
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet1-5/+10
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet1-7/+11
2019-10-10net: annotate sk->sk_rcvlowat lockless readsEric Dumazet1-1/+3
2019-08-09net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski1-1/+9
2019-07-09coallocate socket_wq with socket itselfAl Viro1-2/+2
2019-06-15net: add high_order_alloc_disable sysctl/static keyEric Dumazet1-0/+2
2019-06-15tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-1/+3
2019-06-15tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-4/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-15tcp: do not recycle cloned skbsEric Dumazet1-1/+1
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau1-0/+5
2019-04-20net: rework SIOCGSTAMP ioctl handlingArnd Bergmann1-2/+2
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+0
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun1-6/+0
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet1-3/+4
2019-03-24tcp: add one skb cache for rxEric Dumazet1-0/+10
2019-03-24tcp: add one skb cache for txEric Dumazet1-0/+5
2019-03-24net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet1-1/+1
2019-03-19packets: Always register packet sk in the same orderMaxime Chevallier1-0/+6
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2019-02-14net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-02-03socket: Add SO_TIMESTAMP[NS]_NEWDeepa Dinamani1-0/+1