aboutsummaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17netns: no longer hold RTNL in rtnl_net_dumpid()Gravatar Eric Dumazet 1-2/+3
2024-02-12net: use synchronize_rcu_expedited in cleanup_net()Gravatar Eric Dumazet 1-1/+1
2024-02-07net: add exit_batch_rtnl() methodGravatar Eric Dumazet 1-1/+30
2023-12-15net: Namespace-ify sysctl_optmem_maxGravatar Eric Dumazet 1-0/+4
2023-12-02netns-ipv4: reorganize netns_ipv4 fast path variablesGravatar Coco Li 1-0/+45
2023-06-05lib/ref_tracker: improve printing statsGravatar Andrzej Hajda 1-2/+2
2023-04-20kill the last remaining user of proc_ns_fget()Gravatar Al Viro 1-12/+11
2023-02-09net: initialize net->notrefcnt_tracker earlierGravatar Eric Dumazet 1-1/+9
2023-01-20net: fix UaF in netns ops registration error pathGravatar Paolo Abeni 1-1/+1
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+7
2022-10-24net: fix UAF issue in nfqnl_nf_hook_drop() when ops_init() failedGravatar Zhengchao Shao 1-0/+7
2022-10-24net: add a refcount tracker for kernel socketsGravatar Eric Dumazet 1-0/+5
2022-09-28Revert "net: set proper memcg for net_init hooks allocations"Gravatar Shakeel Butt 1-7/+0
2022-06-16net: set proper memcg for net_init hooks allocationsGravatar Vasily Averin 1-0/+7
2022-02-06net: initialize init_net earlierGravatar Eric Dumazet 1-12/+5
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlGravatar Akhmat Karakotov 1-0/+2
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-0/+1
2022-01-18net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFGravatar Kumar Kartikeya Dwivedi 1-0/+1
2022-01-18netns: add schedule point in ops_exit_list()Gravatar Eric Dumazet 1-1/+3
2021-12-10net: add networking namespace refcount trackerGravatar Eric Dumazet 1-0/+3
2021-09-19net: net_namespace: Fix undefined member in key_remove_domain()Gravatar Yajun Deng 1-0/+4
2021-08-18net: net_namespace: Optimize the codeGravatar Yajun Deng 1-28/+24
2021-06-15net: inline function get_net_ns_by_fd if NET_NS is disabledGravatar Changbin Du 1-7/+1
2021-06-12net: make get_net_ns return error if NET_NS is disabledGravatar Changbin Du 1-0/+12
2021-02-11net: initialize net->net_cookie at netns setupGravatar Eric Dumazet 1-16/+3
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-3/+3
2020-09-30bpf, net: Rework cookie generator as per-cpu oneGravatar Daniel Borkmann 1-4/+8
2020-09-07Revert "netns: don't disable BHs when locking "nsid_lock""Gravatar Taehee Yoo 1-11/+11
2020-08-19net: Use generic ns_common::countGravatar Christian Brauner 1-3/+3
2020-05-09nsproxy: add struct nssetGravatar Christian Brauner 1-2/+3
2020-03-27bpf: Add netns cookie and enable it for bpf cgroup hooksGravatar Daniel Borkmann 1-0/+15
2020-01-17netns: Constify exported functionsGravatar Guillaume Nault 1-3/+3
2020-01-14netns: don't disable BHs when locking "nsid_lock"Gravatar Guillaume Nault 1-11/+11
2020-01-14netns: protect netns ID lookups with RCUGravatar Guillaume Nault 1-15/+7
2020-01-14netns: Remove __peernet2id_alloc()Gravatar Guillaume Nault 1-32/+23
2019-10-25netns: fix GFP flags in rtnl_net_notifyid()Gravatar Guillaume Nault 1-8/+9
2019-10-24keys: Fix memory leak in copy_net_nsGravatar Takeshi Misawa 1-0/+1
2019-10-09netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDGravatar Nicolas Dichtel 1-6/+11
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+28
2019-07-08Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+20
2019-06-26keys: Network namespace domain tagGravatar David Howells 1-0/+20
2019-06-22netns: restore ops before calling ops_exit_listGravatar Li RongQing 1-1/+1
2019-06-19netns: add pre_exit method to struct pernet_operationsGravatar Eric Dumazet 1-0/+28
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-8/+11
2019-04-11netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Gravatar Guillaume Nault 1-1/+1
2019-03-28netns: provide pure entropy for net_hash_mix()Gravatar Eric Dumazet 1-0/+1
2019-01-19net: namespace: perform strict checks also for doit handlersGravatar Jakub Kicinski 1-2/+36
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2018-12-24net/net_namespace: Check the return value of register_pernet_subsys()Gravatar Aditya Pakki 1-1/+2