summaryrefslogtreecommitdiff
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-04-17netns: provide pure entropy for net_hash_mix()Eric Dumazet
2018-01-02net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman
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
2016-11-17net: check dead netns for peernet2id_alloc()WANG Cong
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-23net: allow to kill a task which waits net_mutex in copy_new_nsAndrey Vagin
2016-10-22netns: revert "netns: avoid disabling irq for netns id"Paul Moore
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-09-23netns: move {inc,dec}_net_namespaces into #ifdefArnd Bergmann
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman
2016-09-04netns: avoid disabling irq for netns idWANG Cong
2016-09-04vxlan: call peernet2id() in fdb notificationWANG Cong
2016-09-01netns: make nla_policy conststephen hemminger
2016-08-14netns: do not call pernet ops for not yet set up init_net namespaceDmitry Torokhov
2016-08-08netns: Add a limit on the number of net namespacesEric W. Biederman
2015-05-17netns: make nsid_lock per netWANG Cong
2015-05-14netns: fix unbalanced spin_lock on errorNicolas Dichtel
2015-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-12netns: return RTM_NEWNSID instead of RTM_GETNSID on a getNicolas Dichtel
2015-05-09netlink: allow to listen "all" netnsNicolas Dichtel
2015-05-09netns: use a spin_lock to protect nsid managementNicolas Dichtel
2015-05-09netns: notify new nsid outside __peernet2id()Nicolas Dichtel
2015-05-09netns: rename peernet2id() to peernet2id_alloc()Nicolas Dichtel
2015-05-09netns: always provide the id to rtnl_net_fill()Nicolas Dichtel
2015-05-09netns: returns always an id in __peernet2id()Nicolas Dichtel
2015-04-16netns: remove duplicated include from net_namespace.cWei Yongjun
2015-04-07netns: allow to dump netns idsNicolas Dichtel
2015-04-07netns: notify netns id eventsNicolas Dichtel
2015-04-07netns: minor cleanup in rtnl_net_getid()Nicolas Dichtel