summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-26sock: 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-07-27bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-0/+2
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-02-22dccp/tcp: Avoid negative sk_forward_alloc by ipv6_pinfo.pktoptions.Kuniyuki Iwashima1-0/+13
2023-02-01l2tp: 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-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-20/+48
2022-08-31net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-4/+4
2022-08-21inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet1-3/+0
2022-08-21net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet1-4/+8
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-03-23esp: Fix possible buffer overflow in ESP transformationSteffen Klassert1-0/+1
2021-12-08tcp: fix page frag corruption on page faultPaolo Abeni1-5/+8
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-1/+1
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-30net: annotate data race in sock_error()Eric Dumazet1-1/+6
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
2021-01-27tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng1-5/+12
2020-09-25mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+2
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet1-2/+0
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2020-08-31net: clean up codestyleMiaohe Lin1-1/+1
2020-08-26bpf: Renames in preparation for bpf_local_storageKP Singh1-2/+2
2020-08-07Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-0/+1
2020-08-06net: sock: add sock_set_markAlexander Aring1-0/+1
2020-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-17/+13
2020-08-05Merge tag 'seccomp-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-2/+2
2020-07-25net: switch sock_set_timeout to sockptr_tChristoph Hellwig1-1/+2
2020-07-20net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig1-2/+0
2020-07-20net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig1-8/+0
2020-07-20net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig1-4/+0
2020-07-13net/compat: Add missing sock updates for SCM_RIGHTSKees Cook1-0/+4
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-07-09bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau1-1/+2
2020-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+9
2020-06-24sock: Move sock_valbool_flag to headerDmitry Yakunin1-0/+9
2020-06-24net: Do not clear the sock TX queue in sk_set_socket()Tariq Toukan1-1/+0
2020-06-02net: Make locking in sock_bindtoindex optionalFerenc Fejes1-1/+1
2020-05-29net: add a new bind_add methodChristoph Hellwig1-1/+5
2020-05-28net: add sock_set_reuseportChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_rcvbufChristoph Hellwig1-0/+1
2020-05-28net: add sock_set_keepaliveChristoph Hellwig1-0/+1