summaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAge
* net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai2018-03-31
* net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-29
* net: Add more commentsKirill Tkhai2018-03-27
* net: Rename net_sem to pernet_ops_rwsemKirill Tkhai2018-03-27
* net: Drop pernet_operations::asyncKirill Tkhai2018-03-27
* net: Reflect all pernet_operations are convertedKirill Tkhai2018-03-27
* net: Replace ip_ra_lock with per-net mutexKirill Tkhai2018-03-22
* net: Make account struct net to memcgKirill Tkhai2018-03-07
* net: make kmem caches as __ro_after_initAlexey Dobriyan2018-02-26
* net: Queue net_cleanup_work only if there is first net addedKirill Tkhai2018-02-20
* net: Make cleanup_list and net::cleanup_list of llist typeKirill Tkhai2018-02-20
* net: Kill net_mutexKirill Tkhai2018-02-20
* net: Convert net_defaults_opsKirill Tkhai2018-02-13
* net: Convert net_ns_ops methodsKirill Tkhai2018-02-13
* net: Allow pernet_operations to be executed in parallelKirill Tkhai2018-02-13
* net: Move mutex_unlock() in cleanup_net() upKirill Tkhai2018-02-13
* net: Introduce net_sem for protection of pernet_listKirill Tkhai2018-02-13
* net: Cleanup in copy_net_ns()Kirill Tkhai2018-02-13
* net: Assign net to net_namespace_list in setup_net()Kirill Tkhai2018-02-13
* net: Move net:netns_ids destruction out of rtnl_lock() and document locking s...Kirill Tkhai2018-01-25
* net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai2018-01-17
* net: Fix possible race in peernet2id_alloc()Kirill Tkhai2018-01-17
* net: Convert atomic_t net::count to refcount_tKirill Tkhai2018-01-15
* net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman2017-12-20
* net: export peernet2id_allocJiri Benc2017-11-05
* net: call newid/getid without rtnl mutex heldFlorian Westphal2017-08-09
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-09
* net: convert net.passive from atomic_t to refcount_tReshetova, Elena2017-07-01
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2017-06-30
|\
| * netns: add and use net_ns_barrierFlorian Westphal2017-06-19
* | netns: fix error code when the nsid is already usedNicolas Dichtel2017-06-10
* | netns: define extack error msg for nsis cmdsNicolas Dichtel2017-06-10
* | net: move somaxconn init from sysctl codeRoman Kapl2017-05-25
|/
* net: Initialise init_net.count to 1David Howells2017-04-30
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-17
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-13
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-02
* Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-14
|\
| * netns: avoid disabling irq for netns idPaul Moore2016-12-14
* | netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2016-12-03
* | netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2016-12-03
* | netns: publish net_generic correctlyAlexey Dobriyan2016-12-03
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-22
|\ \
| * | net: check dead netns for peernet2id_alloc()WANG Cong2016-11-17
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-30
|\ \ \ | |/ /
| * | netns: revert "netns: avoid disabling irq for netns id"Paul Moore2016-10-22
* | | net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin2016-10-23
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-06
|\ \
| * | netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann2016-09-23