aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2024-04-10tcp: 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-23netlink: 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-24net: Fix load-tearing on sk->sk_stamp in sock_recv_cmsgs().Kuniyuki Iwashima
2023-03-10net: 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-11-03net-memcg: avoid stalls when under memory pressureJakub Kicinski
2022-09-05net: fix refcount bug in sk_psock_get (2)Hawkins Jiawei
2022-08-17inet: add READ_ONCE(sk->sk_bound_dev_if) in INET_MATCH()Eric Dumazet
2022-08-17net: fix sk_wmem_schedule() and sk_rmem_schedule() errorsEric Dumazet
2022-08-03net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet
2021-12-29inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2021-12-29ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet
2021-12-29tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet
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-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-01net: add kerneldoc comment for sk_peer_lockEric Dumazet
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu
2021-06-29net: sock: introduce sk_error_reportAlexander Aring
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-06-10inet: annotate date races around sk->sk_txhashEric Dumazet
2021-06-10net: annotate data race in sock_error()Eric Dumazet
2021-06-04sock: expose so_timestamping options for mptcpFlorian Westphal
2021-06-04sock: expose so_timestamp options for mptcpFlorian Westphal
2021-05-12net: really orphan skbs tied to closing skPaolo Abeni
2021-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang
2021-03-31Revert "net: correct sk_acceptq_is_full()"Eric Dumazet
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni
2021-03-12net: correct sk_acceptq_is_full()liuyacan
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-02-11net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan