summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
* net: Fix data-races around sysctl_mem.Kuniyuki Iwashima2022-07-211-1/+1
* net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet2022-03-021-2/+2
* inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet2021-12-291-1/+1
* ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-12-291-0/+2
* tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-12-291-0/+3
* tcp: fix page frag corruption on page faultPaolo Abeni2021-12-081-5/+8
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-11-181-1/+1
* net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2021-10-261-1/+7
* net: add kerneldoc comment for sk_peer_lockEric Dumazet2021-10-011-0/+1
* 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
* net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner2021-09-191-0/+1
* 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
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-161-0/+2
|\
| * bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+2
* | net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan2021-02-111-6/+6
* | tcp: use a smaller percpu_counter batch size for sk_allocWei Wang2021-02-031-2/+6
|/
* tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng2021-01-191-5/+12
* Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-4/+24
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2020-12-041-0/+6
| |\
| | * net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-0/+2
| | * net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-0/+4
| * | mptcp: open code mptcp variant for lock_sockPaolo Abeni2020-11-301-0/+1
| * | net: stream: fix TCP references when INET is not enabledRandy Dunlap2020-11-201-0/+5
| * | net: add annotation for sock_{lock,unlock}_fastPaolo Abeni2020-11-201-3/+7
| * | tcp: avoid indirect call to tcp_stream_memory_free()Eric Dumazet2020-11-141-2/+6
| |/
* / net: Un-hide lockdep_sock_is_held() for !LOCKDEPJakub Kicinski2020-11-021-2/+0
|/
* mptcp: add sk_stop_timer_sync helperGeliang Tang2020-09-241-0/+2
* tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet2020-09-141-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-09-011-2/+2
|\
| * bpf: Renames in preparation for bpf_local_storageKP Singh2020-08-251-2/+2
* | net: clean up codestyleMiaohe Lin2020-08-311-1/+1
|/