summaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* net: net_namespace: Optimize the codeYajun Deng2021-08-181-28/+24
* net: inline function get_net_ns_by_fd if NET_NS is disabledChangbin Du2021-06-151-7/+1
* net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-121-0/+12
* net: initialize net->net_cookie at netns setupEric Dumazet2021-02-111-16/+3
* Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-3/+3
|\
| * net: Use generic ns_common::countChristian Brauner2020-08-191-3/+3
* | bpf, net: Rework cookie generator as per-cpu oneDaniel Borkmann2020-09-301-4/+8
* | Revert "netns: don't disable BHs when locking "nsid_lock""Taehee Yoo2020-09-071-11/+11
|/
* nsproxy: add struct nssetChristian Brauner2020-05-091-2/+3
* bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-0/+15
* netns: Constify exported functionsGuillaume Nault2020-01-171-3/+3
* netns: don't disable BHs when locking "nsid_lock"Guillaume Nault2020-01-141-11/+11
* netns: protect netns ID lookups with RCUGuillaume Nault2020-01-141-15/+7
* netns: Remove __peernet2id_alloc()Guillaume Nault2020-01-141-32/+23
* netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-8/+9
* keys: Fix memory leak in copy_net_nsTakeshi Misawa2019-10-241-0/+1
* netns: fix NLM_F_ECHO mechanism for RTM_NEWNSIDNicolas Dichtel2019-10-091-6/+11
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-0/+28
|\
| * netns: restore ops before calling ops_exit_listLi RongQing2019-06-221-1/+1
| * netns: add pre_exit method to struct pernet_operationsEric Dumazet2019-06-191-0/+28
* | Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-081-0/+20
|\ \ | |/ |/|
| * keys: Network namespace domain tagDavid Howells2019-06-261-0/+20
* | treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
|/
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-8/+11
* netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault2019-04-111-1/+1
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-281-0/+1
* net: namespace: perform strict checks also for doit handlersJakub Kicinski2019-01-191-2/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-241-1/+2
|\
| * net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki2018-12-241-1/+2
* | netns: enable to dump full nsid translation tableNicolas Dichtel2018-11-271-6/+26
* | netns: enable to specify a nsid for a get requestNicolas Dichtel2018-11-271-0/+5
* | netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel2018-11-271-11/+75
* | netns: introduce 'struct net_fill_args'Nicolas Dichtel2018-11-271-14/+34
* | netns: remove net arg from rtnl_net_fill()Nicolas Dichtel2018-11-271-6/+4
|/
* net/namespace: Update rtnl_net_dumpid for strict data checkingDavid Ahern2018-10-081-0/+6
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-261-10/+6
|\
| * Convert net_namespace to new IDA APIMatthew Wilcox2018-08-211-10/+6
* | net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2018-07-201-0/+28
|/
* net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2018-03-311-0/+1
* net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-5/+13
* net: Add more commentsKirill Tkhai2018-03-271-0/+2
* net: Rename net_sem to pernet_ops_rwsemKirill Tkhai2018-03-271-20/+20
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-271-2/+0
* net: Reflect all pernet_operations are convertedKirill Tkhai2018-03-271-37/+6
* net: Replace ip_ra_lock with per-net mutexKirill Tkhai2018-03-221-0/+1
* net: Make account struct net to memcgKirill Tkhai2018-03-071-1/+1
* net: make kmem caches as __ro_after_initAlexey Dobriyan2018-02-261-1/+1
* net: Queue net_cleanup_work only if there is first net addedKirill Tkhai2018-02-201-2/+2
* net: Make cleanup_list and net::cleanup_list of llist typeKirill Tkhai2018-02-201-14/+6
* net: Kill net_mutexKirill Tkhai2018-02-201-21/+32