summaryrefslogtreecommitdiff
path: root/include/net/sock.h
AgeCommit message (Expand)AuthorFilesLines
2022-03-02net-timestamp: convert sk->sk_tskey to atomic_tEric Dumazet1-2/+2
2021-12-29inet: fully convert sk->sk_rx_dst to RCU rulesEric Dumazet1-1/+1
2021-12-29ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet1-0/+2
2021-12-29tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet1-0/+3
2021-12-08tcp: fix page frag corruption on page faultPaolo Abeni1-5/+8
2021-11-18tcp: switch orphan_count to bare per-cpu countersEric Dumazet1-1/+1
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang1-1/+7
2021-10-01net: add kerneldoc comment for sk_peer_lockEric Dumazet1-0/+1
2021-09-30af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet1-0/+2
2021-09-30net: introduce and use lock_sock_fast_nested()Paolo Abeni1-1/+30
2021-09-19net: core: Correct the sock::sk_lock.owned lockdep annotationsThomas Gleixner1-0/+1
2021-08-26sock: remove one redundant SKB_FRAG_PAGE_ORDER macroYunsheng Lin1-0/+1
2021-08-18net-memcg: pass in gfp_t mask to mem_cgroup_charge_skmem()Wei Wang1-0/+5
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov1-2/+1
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni1-0/+9
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu1-2/+6
2021-06-29net: sock: introduce sk_error_reportAlexander Aring1-0/+2
2021-06-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+13
2021-06-11inet: annotate date races around sk->sk_txhashEric Dumazet1-3/+7
2021-06-11net: annotate data race in sock_error()Eric Dumazet1-1/+6
2021-06-05sock: expose so_timestamping options for mptcpFlorian Westphal1-0/+2
2021-06-05sock: expose so_timestamp options for mptcpFlorian Westphal1-0/+1
2021-05-12net: really orphan skbs tied to closing skPaolo Abeni1-1/+3
2021-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+4
2021-04-12skmsg: Pass psock pointer to ->psock_update_sk_prot()Cong Wang1-1/+4
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+14
2021-04-01sock: Introduce sk->sk_prot->psock_update_sk_prot()Cong Wang1-0/+3
2021-04-01Revert "net: correct sk_acceptq_is_full()"Eric Dumazet1-1/+5
2021-03-30net: let skb_orphan_partial wake-up waiters.Paolo Abeni1-0/+9
2021-03-12net: correct sk_acceptq_is_full()liuyacan1-1/+1
2021-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+2
2021-02-12net/sock: Add kernel config SOCK_RX_QUEUE_MAPPINGTariq Toukan1-6/+6
2021-02-04tcp: use a smaller percpu_counter batch size for sk_allocWei Wang1-2/+6
2021-01-21bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev1-0/+2
2021-01-20tcp: fix TCP socket rehash stats mis-accountingYuchung Cheng1-5/+12
2020-12-16Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-4/+24
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-0/+6
2020-12-01mptcp: open code mptcp variant for lock_sockPaolo Abeni1-0/+1
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel1-0/+2
2020-12-01net: Introduce preferred busy-pollingBjörn Töpel1-0/+4
2020-11-20net: stream: fix TCP references when INET is not enabledRandy Dunlap1-0/+5
2020-11-20net: add annotation for sock_{lock,unlock}_fastPaolo Abeni1-3/+7
2020-11-15tcp: avoid indirect call to tcp_stream_memory_free()Eric Dumazet1-2/+6
2020-11-03net: Un-hide lockdep_sock_is_held() for !LOCKDEPJakub Kicinski1-2/+0
2020-09-25mptcp: add sk_stop_timer_sync helperGeliang Tang1-0/+2
2020-09-14tcp: remove SOCK_QUEUE_SHRUNKEric Dumazet1-2/+0
2020-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-2/+2
2020-08-31net: clean up codestyleMiaohe Lin1-1/+1
2020-08-26bpf: Renames in preparation for bpf_local_storageKP Singh1-2/+2
2020-08-07Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds1-0/+1