summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
5 daysinet: Avoid ehash lookup race in inet_ehash_insert()Xuanqiang Luo1-0/+13
2025-10-29splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+1
2025-10-02net: 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-05-02net: make sock_inuse_add() availableEric Dumazet1-0/+10
2025-01-09tcp_bpf: Charge receive socket buffer in bpf_tcp_ingress()Cong Wang1-2/+8
2024-10-17net: Fix an unsafe loop on the listAnastasia Kovaleva1-0/+2
2024-07-05net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet1-2/+2
2024-07-05net: inline sock_prot_inuse_add()Eric Dumazet1-3/+11
2024-06-16net: fix __dst_negative_advice() raceEric Dumazet1-10/+3
2024-04-10tcp: properly terminate timers for kernel socketsEric Dumazet1-0/+7
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-26sock: Fix misuse of sk_under_memory_pressure()Abel Wu1-0/+6
2023-07-23netlink: 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
2023-02-01l2tp: Serialize access to sk_user_data with sk_callback_lockJakub Sitnicki1-1/+1
2022-11-03net-memcg: avoid stalls when under memory pressureJakub Kicinski1-1/+1
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei1-20/+48
2022-08-17inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet1-3/+0
2022-08-17net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet1-4/+8
2022-08-03net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-4/+4
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet1-2/+2
2021-12-29inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2021-12-29ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet1-0/+2
2021-12-29tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet1-0/+3
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-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang1-1/+7
2021-10-01net: add kerneldoc comment for sk_peer_lockEric Dumazet1-0/+1
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-1/+30
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-0/+1
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin1-0/+1
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-0/+5
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov1-2/+1
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni1-0/+9
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu1-2/+6
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-0/+2
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+13
2021-06-11inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2021-06-11net: annotate data race in sock_error()Eric Dumazet1-1/+6
2021-06-05sock: expose so_timestamping options for mptcpFlorian Westphal1-0/+2
2021-06-05sock: expose so_timestamp options for mptcpFlorian Westphal1-0/+1