summaryrefslogtreecommitdiffstats
path: root/include/net/sock.h
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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
|/
* Merge tag 'dlm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland...Linus Torvalds2020-08-061-0/+1
|\
| * net: sock: add sock_set_markAlexander Aring2020-08-061-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-17/+13
|\ \
| * | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-2/+2
| * | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-1/+2
| * | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
| * | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-191-8/+0
| * | net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-1/+2
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-0/+9
| |\ \ \
| | * | | sock: Move sock_valbool_flag to headerDmitry Yakunin2020-06-241-0/+9
| | | |/ | | |/|