aboutsummaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)AuthorFilesLines
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-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
2018-11-27netns: enable to dump full nsid translation tableGravatar Nicolas Dichtel 1-6/+26
2018-11-27netns: enable to specify a nsid for a get requestGravatar Nicolas Dichtel 1-0/+5
2018-11-27netns: add support of NETNSA_TARGET_NSIDGravatar Nicolas Dichtel 1-11/+75
2018-11-27netns: introduce 'struct net_fill_args'Gravatar Nicolas Dichtel 1-14/+34
2018-11-27netns: remove net arg from rtnl_net_fill()Gravatar Nicolas Dichtel 1-6/+4
2018-10-08net/namespace: Update rtnl_net_dumpid for strict data checkingGravatar David Ahern 1-0/+6
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxGravatar Linus Torvalds 1-10/+6
2018-08-21Convert net_namespace to new IDA APIGravatar Matthew Wilcox 1-10/+6
2018-07-20net: create reusable function for getting ownership info of sysfs inodesGravatar Tyler Hicks 1-0/+28
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Gravatar Kirill Tkhai 1-0/+1
2018-03-29net: Introduce net_rwsem to protect net_namespace_listGravatar Kirill Tkhai 1-5/+13
2018-03-27net: Add more commentsGravatar Kirill Tkhai 1-0/+2
2018-03-27net: Rename net_sem to pernet_ops_rwsemGravatar Kirill Tkhai 1-20/+20
2018-03-27net: Drop pernet_operations::asyncGravatar Kirill Tkhai 1-2/+0
2018-03-27net: Reflect all pernet_operations are convertedGravatar Kirill Tkhai 1-37/+6
2018-03-22net: Replace ip_ra_lock with per-net mutexGravatar Kirill Tkhai 1-0/+1
2018-03-07net: Make account struct net to memcgGravatar Kirill Tkhai 1-1/+1
2018-02-26net: make kmem caches as __ro_after_initGravatar Alexey Dobriyan 1-1/+1
2018-02-20net: Queue net_cleanup_work only if there is first net addedGravatar Kirill Tkhai 1-2/+2
2018-02-20net: Make cleanup_list and net::cleanup_list of llist typeGravatar Kirill Tkhai 1-14/+6
2018-02-20net: Kill net_mutexGravatar Kirill Tkhai 1-21/+32
2018-02-13net: Convert net_defaults_opsGravatar Kirill Tkhai 1-0/+1
2018-02-13net: Convert net_ns_ops methodsGravatar Kirill Tkhai 1-0/+1
2018-02-13net: Allow pernet_operations to be executed in parallelGravatar Kirill Tkhai 1-10/+20
2018-02-13net: Move mutex_unlock() in cleanup_net() upGravatar Kirill Tkhai 1-1/+2
2018-02-13net: Introduce net_sem for protection of pernet_listGravatar Kirill Tkhai 1-13/+26
2018-02-13net: Cleanup in copy_net_ns()Gravatar Kirill Tkhai 1-11/+9