summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: move early demux fields close to sk_refcntEric Dumazet2021-11-161-3/+5
* tcp: defer skb freeing after socket lock is releasedEric Dumazet2021-11-161-0/+3
* tcp: add RETPOLINE mitigation to sk_backlog_rcvEric Dumazet2021-11-161-1/+7
* net: forward_alloc_get depends on CONFIG_MPTCPEric Dumazet2021-11-161-4/+7
* net: shrink struct sock by 8 bytesEric Dumazet2021-11-161-1/+1
* net: remove sk_route_nocapsEric Dumazet2021-11-161-6/+5
* net: remove sk_route_forced_capsEric Dumazet2021-11-161-3/+0
* net: use sk_is_tcp() in more placesEric Dumazet2021-11-161-0/+5
* tcp: rename sk_wmem_free_skbTalal Ahmad2021-11-011-7/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-281-1/+7
|\
| * net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-261-1/+7
* | net: cleanup __sk_stream_memory_free()Eric Dumazet2021-10-281-8/+2
* | net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-271-0/+11
* | tcp: define macros for a couple reclaim thresholdsPaolo Abeni2021-10-271-2/+7
* | tcp: rename sk_stream_alloc_skbEric Dumazet2021-10-261-3/+0
* | net: annotate accesses to sk->sk_rx_queue_mappingEric Dumazet2021-10-251-3/+7
* | net: avoid dirtying sk->sk_rx_queue_mappingEric Dumazet2021-10-251-4/+2
* | ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-10-251-0/+2
* | tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-10-251-0/+3
* | tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-10-151-1/+1
* | vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe2021-10-081-0/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-071-0/+1
|\|
| * net: add kerneldoc comment for sk_peer_lockEric Dumazet2021-10-011-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-301-1/+32
|\|
| * af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-09-301-0/+2
| * net: introduce and use lock_sock_fast_nested()Paolo Abeni2021-09-301-1/+30
* | tcp: adjust sndbuf according to sk_reserved_memWei Wang2021-09-301-0/+1
* | net: add new socket option SO_RESERVE_MEMWei Wang2021-09-301-5/+39
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-09-231-0/+1
|\|
| * net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner2021-09-191-0/+1
* | tcp: remove sk_{tr}x_skb_cacheEric Dumazet2021-09-231-19/+0
|/
* sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin2021-08-261-0/+1
* net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang2021-08-181-0/+5
* sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-2/+1
* skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2021-07-291-0/+9
* net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu2021-07-011-2/+6
* net: sock: introduce sk_error_reportAlexander Aring2021-06-291-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-06-181-4/+13
|\
| * inet: annotate date races around sk->sk_txhashEric Dumazet2021-06-101-3/+7
| * net: annotate data race in sock_error()Eric Dumazet2021-06-101-1/+6
* | sock: expose so_timestamping options for mptcpFlorian Westphal2021-06-041-0/+2
* | sock: expose so_timestamp options for mptcpFlorian Westphal2021-06-041-0/+1
|/
* net: really orphan skbs tied to closing skPaolo Abeni2021-05-121-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-251-1/+4
|\
| * skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang2021-04-121-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-091-1/+14
|\ \ | |/ |/|
| * Revert "net: correct sk_acceptq_is_full()"Eric Dumazet2021-03-311-1/+5
| * net: let skb_orphan_partial wake-up waiters.Paolo Abeni2021-03-301-0/+9
* | sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang2021-04-011-0/+3
|/
* net: correct sk_acceptq_is_full()liuyacan2021-03-121-1/+1