summaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* 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-231-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-091-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-291-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-251-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-281-6/+26
* | netns: enable to specify a nsid for a get requestNicolas Dichtel2018-11-281-0/+5
* | netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel2018-11-281-11/+75
* | netns: introduce 'struct net_fill_args'Nicolas Dichtel2018-11-281-14/+34
* | netns: remove net arg from rtnl_net_fill()Nicolas Dichtel2018-11-281-6/+4Star
|/
* 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/+6Star
|\
| * Convert net_namespace to new IDA APIMatthew Wilcox2018-08-221-10/+6Star
* | net: create reusable function for getting ownership info of sysfs inodesTyler Hicks2018-07-211-0/+28
|/
* net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2018-04-011-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/+0Star
* net: Reflect all pernet_operations are convertedKirill Tkhai2018-03-271-37/+6Star
* 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/+6Star
* net: Kill net_mutexKirill Tkhai2018-02-201-21/+32
* net: Convert net_defaults_opsKirill Tkhai2018-02-131-0/+1
* net: Convert net_ns_ops methodsKirill Tkhai2018-02-131-0/+1
* net: Allow pernet_operations to be executed in parallelKirill Tkhai2018-02-131-10/+20
* net: Move mutex_unlock() in cleanup_net() upKirill Tkhai2018-02-131-1/+2
* net: Introduce net_sem for protection of pernet_listKirill Tkhai2018-02-131-13/+26
* net: Cleanup in copy_net_ns()Kirill Tkhai2018-02-131-11/+9Star
* net: Assign net to net_namespace_list in setup_net()Kirill Tkhai2018-02-131-10/+3Star
* net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai2018-01-251-18/+44
* net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai2018-01-171-2/+0Star
* net: Fix possible race in peernet2id_alloc()Kirill Tkhai2018-01-171-2/+11
* net: Convert atomic_t net::count to refcount_tKirill Tkhai2018-01-151-4/+4
* net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-201-1/+1
* net: export peernet2id_allocJiri Benc2017-11-051-0/+1
* net: call newid/getid without rtnl mutex heldFlorian Westphal2017-08-101-2/+3
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-101-2/+2
* net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-011-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-301-0/+17
|\