summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
8 daysinet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo1-0/+13
2025-09-19net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-2/+38
2025-06-27net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-01-02tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8
2024-12-14net: use unrcu_pointer() helperEric Dumazet1-1/+1
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-10/+3
2024-05-02net: fix sk_memory_allocated_{add|sub} vs softirqsEric Dumazet1-18/+20
2024-05-02net: make SK_MEMORY_PCPU_RESERV tunableAdam Li1-2/+3
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet1-0/+7
2024-02-01udp: fix busy pollingEric Dumazet1-1/+17
2024-01-10bpf: syzkaller found null ptr deref in unix_bpf proto addJohn Fastabend1-0/+5
2024-01-10splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+1
2024-01-10net: annotate data-races around sk->sk_tsflagsEric Dumazet1-7/+10
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-10-25tcp: allow again tcp_disconnect() when threads are waitingPaolo Abeni1-6/+4
2023-09-19net: annotate data-races around sk->sk_forward_allocEric Dumazet1-3/+9
2023-08-30sock: annotate data-races around prot->memory_pressureEric Dumazet1-3/+4
2023-08-23sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6
2023-07-19netlink: 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-24net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima1-1/+1
2023-03-10net: 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
2022-11-16l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-1/+1
2022-10-29net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov1-0/+7
2022-10-24net-memcg: avoid stalls when under memory pressureJakub Kicinski1-1/+1
2022-10-12treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-09-26net: Remove unused inline function sk_nulls_node_init()Gaosheng Cui1-5/+0
2022-09-07Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-0/+9
2022-09-03bpf: Change bpf_getsockopt(SOL_SOCKET) to reuse sk_getsockopt()Martin KaFai Lau1-0/+2
2022-08-25net: Add a bhash2 table hashed by port and addressJoanne Koong1-0/+14
2022-08-19bpf: Change bpf_setsockopt(SOL_SOCKET) to reuse sk_setsockopt()Martin KaFai Lau1-0/+2
2022-08-19bpf: net: Consider has_current_bpf_ctx() when testing capable() in sk_setsock...Martin KaFai Lau1-0/+2
2022-08-19bpf: net: Avoid sk_setsockopt() taking sk lock when called from bpfMartin KaFai Lau1-0/+3
2022-08-18net: Fix suspicious RCU usage in bpf_sk_reuseport_detach()David Howells1-0/+25
2022-08-11net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-20/+48
2022-07-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2022-07-25net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-4/+4
2022-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-07-08net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-07-01net: remove SK_RECLAIM_THRESHOLD and SK_RECLAIM_CHUNKPaolo Abeni1-5/+0
2022-06-25net: helper function skb_len_addRichard Gobert1-3/+1
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+0
2022-06-16Revert "net: Add a second bind table hashed by port and address"Joanne Koong1-14/+0
2022-06-13tcp: sk_forced_mem_schedule() optimizationEric Dumazet1-2/+1
2022-06-11net: keep sk->sk_forward_alloc as small as possibleEric Dumazet1-27/+2
2022-06-11net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet1-4/+8