aboutsummaryrefslogtreecommitdiff
path: root/net/core/net_namespace.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-09net: call newid/getid without rtnl mutex heldGravatar Florian Westphal 1-2/+3
2017-08-09rtnetlink: make rtnl_register accept a flags parameterGravatar Florian Westphal 1-2/+2
2017-07-01net: convert net.passive from atomic_t to refcount_tGravatar Reshetova, Elena 1-2/+2
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextGravatar David S. Miller 1-0/+17
2017-06-19netns: add and use net_ns_barrierGravatar Florian Westphal 1-0/+17
2017-06-10netns: fix error code when the nsid is already usedGravatar Nicolas Dichtel 1-0/+1
2017-06-10netns: define extack error msg for nsis cmdsGravatar Nicolas Dichtel 1-9/+33
2017-05-25net: move somaxconn init from sysctl codeGravatar Roman Kapl 1-0/+19
2017-04-30net: Initialise init_net.count to 1Gravatar David Howells 1-1/+2
2017-04-17net: rtnetlink: plumb extended ack to doit functionGravatar David Ahern 1-4/+6
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-2/+2
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 1-0/+2
2016-12-14Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditGravatar Linus Torvalds 1-20/+15
2016-12-14netns: avoid disabling irq for netns idGravatar Paul Moore 1-20/+15
2016-12-03netns: fix net_generic() "id - 1" bloatGravatar Alexey Dobriyan 1-8/+12
2016-12-03netns: add dummy struct inside "struct net_generic"Gravatar Alexey Dobriyan 1-4/+4
2016-12-03netns: publish net_generic correctlyGravatar Alexey Dobriyan 1-5/+5
2016-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+2
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 1-4/+3
2016-11-17net: check dead netns for peernet2id_alloc()Gravatar WANG Cong 1-0/+2
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-15/+20
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsGravatar Andrey Vagin 1-1/+8
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Gravatar Paul Moore 1-15/+20
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-1/+27
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefGravatar Arnd Bergmann 1-10/+10
2016-09-22Merge branch 'nsfs-ioctls' into HEADGravatar Eric W. Biederman 1-0/+6
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceGravatar Andrey Vagin 1-0/+6
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCGravatar Eric W. Biederman 1-1/+1
2016-09-04netns: avoid disabling irq for netns idGravatar WANG Cong 1-20/+15
2016-09-04vxlan: call peernet2id() in fdb notificationGravatar WANG Cong 1-1/+1
2016-09-01netns: make nla_policy constGravatar stephen hemminger 1-1/+1
2016-08-14netns: do not call pernet ops for not yet set up init_net namespaceGravatar Dmitry Torokhov 1-4/+17
2016-08-08netns: Add a limit on the number of net namespacesGravatar Eric W. Biederman 1-1/+21
2015-05-17netns: make nsid_lock per netGravatar WANG Cong 1-16/+16
2015-05-14netns: fix unbalanced spin_lock on errorGravatar Nicolas Dichtel 1-0/+1
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getGravatar Nicolas Dichtel 1-1/+1
2015-05-09netlink: allow to listen "all" netnsGravatar Nicolas Dichtel 1-1/+9
2015-05-09netns: use a spin_lock to protect nsid managementGravatar Nicolas Dichtel 1-13/+44
2015-05-09netns: notify new nsid outside __peernet2id()Gravatar Nicolas Dichtel 1-14/+27
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Gravatar Nicolas Dichtel 1-2/+2
2015-05-09netns: always provide the id to rtnl_net_fill()Gravatar Nicolas Dichtel 1-20/+11
2015-05-09netns: returns always an id in __peernet2id()Gravatar Nicolas Dichtel 1-11/+8
2015-04-16netns: remove duplicated include from net_namespace.cGravatar Wei Yongjun 1-1/+0
2015-04-07netns: allow to dump netns idsGravatar Nicolas Dichtel 1-1/+48
2015-04-07netns: notify netns id eventsGravatar Nicolas Dichtel 1-8/+44
2015-04-07netns: minor cleanup in rtnl_net_getid()Gravatar Nicolas Dichtel 1-1/+1
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-16/+12
2015-04-03netns: don't allocate an id for dead netnsGravatar Nicolas Dichtel 1-1/+3
2015-04-03Revert "netns: don't clear nsid too early on removal"Gravatar Nicolas Dichtel 1-15/+9