summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)Author
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-20inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet
2021-12-10sock: Use sock_owned_by_user_nocheck() instead of sk_lock.owned.Kuniyuki Iwashima
2021-12-10net: add netns refcount tracker to struct sockEric Dumazet
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-01net: avoid uninit-value from tcp_conn_requestEric Dumazet
2021-11-29tcp: fix page frag corruption on page faultPaolo Abeni
2021-11-23neigh: introduce neigh_confirm() helper functionYajun Deng
2021-11-18tcp: add missing htmldocs for skb->ll_node and sk->defer_listEric Dumazet
2021-11-16net: drop nopreempt requirement on sock_prot_inuse_add()Eric Dumazet
2021-11-16net: merge net->core.prot_inuse and net->core.sock_inuseEric Dumazet
2021-11-16net: make sock_inuse_add() availableEric Dumazet
2021-11-16net: inline sock_prot_inuse_add()Eric Dumazet
2021-11-16net: move early demux fields close to sk_refcntEric Dumazet
2021-11-16tcp: defer skb freeing after socket lock is releasedEric Dumazet
2021-11-16tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet
2021-11-16net: forward_alloc_get depends on CONFIG_MPTCPEric Dumazet
2021-11-16net: shrink struct sock by 8 bytesEric Dumazet
2021-11-16net: remove sk_route_nocapsEric Dumazet
2021-11-16net: remove sk_route_forced_capsEric Dumazet
2021-11-16net: use sk_is_tcp() in more placesEric Dumazet
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