aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
AgeCommit message (Expand)Author
2019-12-05net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki
2019-11-10netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault
2019-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-08-21Convert net_namespace to new IDA APIMatthew Wilcox
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai
2018-03-27net: Add more commentsKirill Tkhai
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai
2018-03-27net: Reflect all pernet_operations are convertedKirill Tkhai
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai
2018-03-07net: Make account struct net to memcgKirill Tkhai
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan
2018-02-20net: Queue net_cleanup_work only if there is first net addedKirill Tkhai
2018-02-20net: Make cleanup_list and net::cleanup_list of llist typeKirill Tkhai
2018-02-20net: Kill net_mutexKirill Tkhai
2018-02-13net: Convert net_defaults_opsKirill Tkhai
2018-02-13net: Convert net_ns_ops methodsKirill Tkhai
2018-02-13net: Allow pernet_operations to be executed in parallelKirill Tkhai
2018-02-13net: Move mutex_unlock() in cleanup_net() upKirill Tkhai
2018-02-13net: Introduce net_sem for protection of pernet_listKirill Tkhai
2018-02-13net: Cleanup in copy_net_ns()Kirill Tkhai
2018-02-13net: Assign net to net_namespace_list in setup_net()Kirill Tkhai
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai
2018-01-17net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai
2018-01-17net: Fix possible race in peernet2id_alloc()Kirill Tkhai
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman
2017-11-05net: export peernet2id_allocJiri Benc
2017-08-09net: call newid/getid without rtnl mutex heldFlorian Westphal
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2017-06-19netns: add and use net_ns_barrierFlorian Westphal
2017-06-10netns: fix error code when the nsid is already usedNicolas Dichtel
2017-06-10netns: define extack error msg for nsis cmdsNicolas Dichtel
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl
2017-04-30net: Initialise init_net.count to 1David Howells
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds
2016-12-14netns: avoid disabling irq for netns idPaul Moore
2016-12-03netns: fix net_generic() "id - 1" bloatAlexey Dobriyan
2016-12-03netns: add dummy struct inside "struct net_generic"Alexey Dobriyan
2016-12-03netns: publish net_generic correctlyAlexey Dobriyan
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan