aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
AgeCommit message (Expand)Author
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-26sock: Fix misuse of sk_under_memory_pressure()Abel Wu
2023-07-27netlink: Add __sock_i_ino() for __netlink_diag_dump().Kuniyuki Iwashima
2023-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
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-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima
2023-02-01l2tp: 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-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-08-21inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-08-21net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima
2022-03-23esp: Fix possible buffer overflow in ESP transformationSteffen Klassert
2021-12-08tcp: fix page frag corruption on page faultPaolo Abeni
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet
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-30net: annotate data race in sock_error()Eric Dumazet
2021-06-03net: really orphan skbs tied to closing skPaolo Abeni
2021-04-14net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-01-27tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng
2020-09-24mptcp: add sk_stop_timer_sync helperGeliang Tang
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-08-31net: clean up codestyleMiaohe Lin
2020-08-25bpf: Renames in preparation for bpf_local_storageKP Singh
2020-08-06Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds
2020-08-06net: sock: add sock_set_markAlexander Aring
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-04Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-24net: switch sock_set_timeout to sockptr_tChristoph Hellwig
2020-07-19net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig
2020-07-19net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig
2020-07-19net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig
2020-07-13net/compat: Add missing sock updates for SCM_RIGHTSKees Cook
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau
2020-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2020-06-24sock: Move sock_valbool_flag to headerDmitry Yakunin
2020-06-23net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes
2020-05-29net: add a new bind_add methodChristoph Hellwig