summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2021-12-01net: avoid uninit-value from tcp_conn_requestEric Dumazet
2021-11-29tcp: fix page frag corruption on page faultPaolo Abeni
2021-11-01tcp: rename sk_wmem_free_skbTalal Ahmad
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-28net: cleanup __sk_stream_memory_free()Eric Dumazet
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni
2021-10-27tcp: define macros for a couple reclaim thresholdsPaolo Abeni
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet
2021-10-25net: annotate accesses to sk->sk_rx_queue_mappingEric Dumazet
2021-10-25net: avoid dirtying sk->sk_rx_queue_mappingEric Dumazet
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet
2021-10-15tcp: switch orphan_count to bare per-cpu countersEric Dumazet
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-10-01net: add kerneldoc comment for sk_peer_lockEric Dumazet
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet
2021-09-30tcp: adjust sndbuf according to sk_reserved_memWei Wang
2021-09-30net: add new socket option SO_RESERVE_MEMWei Wang
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-09-23tcp: remove sk_{tr}x_skb_cacheEric Dumazet
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
2021-02-03tcp: use a smaller percpu_counter batch size for sk_allocWei Wang
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev
2021-01-19tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng