aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
AgeCommit message (Expand)Author
11 daysnet: fix __dst_negative_advice() raceEric Dumazet
2024-04-13tcp: properly terminate timers for kernel socketsEric Dumazet
2023-11-28net: annotate data-races around sk->sk_dst_pending_confirmEric Dumazet
2023-11-28net: annotate data-races around sk->sk_tx_queue_mappingEric Dumazet
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet
2023-08-30sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-07-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-06-14rfs: annotate lockless accesses to sk->sk_rxhashEric Dumazet
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-05-30net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima
2023-03-11net: add sock_init_data_uid()Pietro Borrello
2023-03-11mptcp: add sk_stop_timer_sync helperGeliang Tang
2023-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2023-02-06l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki
2022-10-26inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima
2022-03-28esp: Fix possible buffer overflow in ESP transformationSteffen Klassert
2021-10-06af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-06-30inet: annotate date races around sk->sk_txhashEric Dumazet
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni
2021-04-14net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2020-10-01net: silence data-races on sk_backlog.tailEric Dumazet
2020-08-21net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-06-30net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-01-09net: annotate lockless accesses to sk->sk_pacing_shiftEric Dumazet
2020-01-04tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet
2019-12-31net: avoid potential false sharing in neighbor related codeEric Dumazet
2019-11-05net: prevent load/store tearing on sk->sk_stampEric Dumazet
2019-10-30net: annotate accesses to sk->sk_incoming_cpuEric Dumazet
2019-10-28net: fix sk_page_frag() recursion from memory reclaimTejun Heo
2019-10-13tcp: annotate sk->sk_wmem_queued lockless readsEric Dumazet
2019-10-13tcp: annotate sk->sk_sndbuf lockless readsEric Dumazet
2019-10-09net: annotate sk->sk_rcvlowat lockless readsEric Dumazet
2019-08-08net/tls: prevent skb_orphan() from leaking TLS plain text with offloadJakub Kicinski
2019-07-08coallocate socket_wq with socket itselfAl Viro
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-15tcp: do not recycle cloned skbsEric Dumazet
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-11net/smc: propagate file from SMC to TCP socketUrsula Braun
2019-03-27tcp: fix zerocopy and notsent_lowat issuesEric Dumazet
2019-03-23tcp: add one skb cache for rxEric Dumazet
2019-03-23tcp: add one skb cache for txEric Dumazet
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet
2019-03-18packets: Always register packet sk in the same orderMaxime Chevallier
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller