aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-09net: call newid/getid without rtnl mutex heldFlorian Westphal1-2/+3
2017-08-09rtnetlink: make rtnl_register accept a flags parameterFlorian Westphal1-2/+2
2017-07-01net: convert net.passive from atomic_t to refcount_tReshetova, Elena1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+17
2017-06-19netns: add and use net_ns_barrierFlorian Westphal1-0/+17
2017-06-10netns: fix error code when the nsid is already usedNicolas Dichtel1-0/+1
2017-06-10netns: define extack error msg for nsis cmdsNicolas Dichtel1-9/+33
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl1-0/+19
2017-04-30net: Initialise init_net.count to 1David Howells1-1/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern1-4/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-2/+2
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+2
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-20/+15
2016-12-14netns: avoid disabling irq for netns idPaul Moore1-20/+15
2016-12-03netns: fix net_generic() "id - 1" bloatAlexey Dobriyan1-8/+12
2016-12-03netns: add dummy struct inside "struct net_generic"Alexey Dobriyan1-4/+4
2016-12-03netns: publish net_generic correctlyAlexey Dobriyan1-5/+5
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2
2016-11-18netns: make struct pernet_operations::id unsigned intAlexey Dobriyan1-4/+3
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong1-0/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-15/+20
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin1-1/+8
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore1-15/+20
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+27
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann1-10/+10
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman1-1/+1
2016-09-04netns: avoid disabling irq for netns idWANG Cong1-20/+15
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong1-1/+1
2016-09-01netns: make nla_policy conststephen hemminger1-1/+1
2016-08-14netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov1-4/+17
2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman1-1/+21
2015-05-17netns: make nsid_lock per netWANG Cong1-16/+16
2015-05-14netns: fix unbalanced spin_lock on errorNicolas Dichtel1-0/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel1-1/+1
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel1-1/+9
2015-05-09netns: use a spin_lock to protect nsid managementNicolas Dichtel1-13/+44
2015-05-09netns: notify new nsid outside __peernet2id()Nicolas Dichtel1-14/+27
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel1-2/+2
2015-05-09netns: always provide the id to rtnl_net_fill()Nicolas Dichtel1-20/+11
2015-05-09netns: returns always an id in __peernet2id()Nicolas Dichtel1-11/+8
2015-04-16netns: remove duplicated include from net_namespace.cWei Yongjun1-1/+0
2015-04-07netns: allow to dump netns idsNicolas Dichtel1-1/+48
2015-04-07netns: notify netns id eventsNicolas Dichtel1-8/+44
2015-04-07netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel1-1/+1
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+12
2015-04-03netns: don't allocate an id for dead netnsNicolas Dichtel1-1/+3
2015-04-03Revert "netns: don't clear nsid too early on removal"Nicolas Dichtel1-15/+9