summaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0
* 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-091-2/+3
* rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal2017-08-091-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
|\
| * netns: add and use net_ns_barrierFlorian Westphal2017-06-191-0/+17
* | netns: fix error code when the nsid is already usedNicolas Dichtel2017-06-101-0/+1
* | netns: define extack error msg for nsis cmdsNicolas Dichtel2017-06-101-9/+33
* | net: move somaxconn init from sysctl codeRoman Kapl2017-05-251-0/+19
|/
* net: Initialise init_net.count to 1David Howells2017-04-301-1/+2
* net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-171-4/+6
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-2/+2
* sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+2
* Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2016-12-141-20/+15
|\
| * netns: avoid disabling irq for netns idPaul Moore2016-12-141-20/+15
* | netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2016-12-031-8/+12
* | netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2016-12-031-4/+4
* | netns: publish net_generic correctlyAlexey Dobriyan2016-12-031-5/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-0/+2
|\ \
| * | net: check dead netns for peernet2id_alloc()WANG Cong2016-11-171-0/+2
* | | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-4/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-15/+20
|\ \ \ | |/ /
| * | netns: revert "netns: avoid disabling irq for netns id"Paul Moore2016-10-221-15/+20
* | | net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin2016-10-231-1/+8
|/ /
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-10-061-1/+27
|\ \
| * | netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann2016-09-231-10/+10
| * | Merge branch 'nsfs-ioctls' into HEADEric W. Biederman2016-09-221-0/+6
| |\ \
| | * | kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin2016-09-221-0/+6
| | |/
| * | userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman2016-09-221-1/+1
| * | netns: Add a limit on the number of net namespacesEric W. Biederman2016-08-081-1/+21
| |/
* | netns: avoid disabling irq for netns idWANG Cong2016-09-041-20/+15
* | vxlan: call peernet2id() in fdb notificationWANG Cong2016-09-041-1/+1
* | netns: make nla_policy conststephen hemminger2016-09-011-1/+1
* | netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov2016-08-141-4/+17
|/
* netns: make nsid_lock per netWANG Cong2015-05-171-16/+16
* netns: fix unbalanced spin_lock on errorNicolas Dichtel2015-05-141-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-131-1/+1
|\
| * netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel2015-05-121-1/+1
* | netlink: allow to listen "all" netnsNicolas Dichtel2015-05-091-1/+9
* | netns: use a spin_lock to protect nsid managementNicolas Dichtel2015-05-091-13/+44
* | netns: notify new nsid outside __peernet2id()Nicolas Dichtel2015-05-091-14/+27
* | netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel2015-05-091-2/+2
* | netns: always provide the id to rtnl_net_fill()Nicolas Dichtel2015-05-091-20/+11
* | netns: returns always an id in __peernet2id()Nicolas Dichtel2015-05-091-11/+8
|/
* netns: remove duplicated include from net_namespace.cWei Yongjun2015-04-161-1/+0
OpenPOWER on IntegriCloud