- 9ba74e6 net: add networking namespace refcount tracker by Eric Dumazet · 3 years, 1 month ago
- aed0826 net: net_namespace: Fix undefined member in key_remove_domain() by Yajun Deng · 3 years, 4 months ago
- 41467d2 net: net_namespace: Optimize the code by Yajun Deng · 3 years, 5 months ago
- e34492d net: inline function get_net_ns_by_fd if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
- ea6932d net: make get_net_ns return error if NET_NS is disabled by Changbin Du · 3 years, 7 months ago
- 3d368ab net: initialize net->net_cookie at netns setup by Eric Dumazet · 4 years ago
- f9b4240b Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 1 month ago
- 92acdc5 bpf, net: Rework cookie generator as per-cpu one by Daniel Borkmann · 4 years, 4 months ago
- e1f469c Revert "netns: don't disable BHs when locking "nsid_lock"" by Taehee Yoo · 4 years, 4 months ago
- 8b8f3e6 net: Use generic ns_common::count by Christian Brauner · 4 years, 5 months ago
- f2a8d52 nsproxy: add struct nsset by Christian Brauner · 4 years, 8 months ago
- f318903 bpf: Add netns cookie and enable it for bpf cgroup hooks by Daniel Borkmann · 4 years, 10 months ago
- 56f200c netns: Constify exported functions by Guillaume Nault · 5 years ago
- 8d7e5de netns: don't disable BHs when locking "nsid_lock" by Guillaume Nault · 5 years ago
- 2dce224 netns: protect netns ID lookups with RCU by Guillaume Nault · 5 years ago
- 4905294 netns: Remove __peernet2id_alloc() by Guillaume Nault · 5 years ago
- d4e4fdf netns: fix GFP flags in rtnl_net_notifyid() by Guillaume Nault · 5 years ago
- 82ecff6 keys: Fix memory leak in copy_net_ns by Takeshi Misawa · 5 years ago
- 993e4c9 netns: fix NLM_F_ECHO mechanism for RTM_NEWNSID by Nicolas Dichtel · 5 years ago
- 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
- c84ca91 Merge tag 'keys-namespace-20190627' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
- 9b24261 keys: Network namespace domain tag by David Howells · 6 years ago
- b272a0a netns: restore ops before calling ops_exit_list by Li RongQing · 6 years ago
- d7d9987 netns: add pre_exit method to struct pernet_operations by Eric Dumazet · 6 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 8cb0817 netlink: make validation more configurable for future strictness by Johannes Berg · 6 years ago
- ecce39e netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid() by Guillaume Nault · 6 years ago
- 355b985 netns: provide pure entropy for net_hash_mix() by Eric Dumazet · 6 years ago
- 4d165f6 net: namespace: perform strict checks also for doit handlers by Jakub Kicinski · 6 years ago
- 90cadbbf Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
- 0eb987c net/net_namespace: Check the return value of register_pernet_subsys() by Aditya Pakki · 6 years ago
- 288f06a0 netns: enable to dump full nsid translation table by Nicolas Dichtel · 6 years ago
- 3a4f68b netns: enable to specify a nsid for a get request by Nicolas Dichtel · 6 years ago
- cff478b netns: add support of NETNSA_TARGET_NSID by Nicolas Dichtel · 6 years ago
- a0732ad netns: introduce 'struct net_fill_args' by Nicolas Dichtel · 6 years ago
- 74be39e netns: remove net arg from rtnl_net_fill() by Nicolas Dichtel · 6 years ago
- f80f14c net/namespace: Update rtnl_net_dumpid for strict data checking by David Ahern · 6 years ago
- aba16dc Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-dax by Linus Torvalds · 6 years ago
- 6e77cc4 Convert net_namespace to new IDA API by Matthew Wilcox · 7 years ago
- fbdeaed net: create reusable function for getting ownership info of sysfs inodes by Tyler Hicks · 6 years ago
- 554873e net: Do not take net_rwsem in __rtnl_link_unregister() by Kirill Tkhai · 7 years ago
- f0b07bb1 net: Introduce net_rwsem to protect net_namespace_list by Kirill Tkhai · 7 years ago
- 8518e9b net: Add more comments by Kirill Tkhai · 7 years ago
- 4420bf2 net: Rename net_sem to pernet_ops_rwsem by Kirill Tkhai · 7 years ago
- 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
- 094374e net: Reflect all pernet_operations are converted by Kirill Tkhai · 7 years ago
- d9ff304 net: Replace ip_ra_lock with per-net mutex by Kirill Tkhai · 7 years ago
- 30855ff net: Make account struct net to memcg by Kirill Tkhai · 7 years ago
- 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 7 years ago
- 8349efd net: Queue net_cleanup_work only if there is first net added by Kirill Tkhai · 7 years ago
- 65b7b5b net: Make cleanup_list and net::cleanup_list of llist type by Kirill Tkhai · 7 years ago
- 19efbd9 net: Kill net_mutex by Kirill Tkhai · 7 years ago
- ff291d0 net: Convert net_defaults_ops by Kirill Tkhai · 7 years ago
- 3fc3b82 net: Convert net_ns_ops methods by Kirill Tkhai · 7 years ago
- 447cd7a net: Allow pernet_operations to be executed in parallel by Kirill Tkhai · 7 years ago
- bcab1dd net: Move mutex_unlock() in cleanup_net() up by Kirill Tkhai · 7 years ago
- 1a57feb net: Introduce net_sem for protection of pernet_list by Kirill Tkhai · 7 years ago
- 5ba049a net: Cleanup in copy_net_ns() by Kirill Tkhai · 7 years ago
- 98f6c53 net: Assign net to net_namespace_list in setup_net() by Kirill Tkhai · 7 years ago
- fb07a82 net: Move net:netns_ids destruction out of rtnl_lock() and document locking scheme by Kirill Tkhai · 7 years ago
- 4215727 net: Remove spinlock from get_net_ns_by_id() by Kirill Tkhai · 7 years ago
- 0c06bea9 net: Fix possible race in peernet2id_alloc() by Kirill Tkhai · 7 years ago
- 273c28b net: Convert atomic_t net::count to refcount_t by Kirill Tkhai · 7 years ago
- 21b5944 net: Fix double free and memory corruption in get_net_ns_by_id() by Eric W. Biederman · 7 years ago
- 7cbebc8a net: export peernet2id_alloc by Jiri Benc · 7 years ago
- 165b911 net: call newid/getid without rtnl mutex held by Florian Westphal · 7 years ago
- b97bac6 rtnetlink: make rtnl_register accept a flags parameter by Florian Westphal · 7 years ago
- c122e14 net: convert net.passive from atomic_t to refcount_t by Reshetova, Elena · 8 years ago
- 52a623b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
- 7866cc5 netns: add and use net_ns_barrier by Florian Westphal · 8 years ago
- 10d486a netns: fix error code when the nsid is already used by Nicolas Dichtel · 8 years ago
- 4a7f7bc netns: define extack error msg for nsis cmds by Nicolas Dichtel · 8 years ago
- 7c3f1875 net: move somaxconn init from sysctl code by Roman Kapl · 8 years ago
- b5082df net: Initialise init_net.count to 1 by David Howells · 8 years ago
- c21ef3e net: rtnetlink: plumb extended ack to doit function by David Ahern · 8 years ago
- fceb643 netlink: pass extended ACK struct to parsing functions by Johannes Berg · 8 years ago
- f719ff9b sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h> by Ingo Molnar · 8 years ago
- dcdaa2f Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 8 years ago
- fba143c netns: avoid disabling irq for netns id by Paul Moore · 8 years ago
- 6af2d5f netns: fix net_generic() "id - 1" bloat by Alexey Dobriyan · 8 years ago
- 9bfc7b9 netns: add dummy struct inside "struct net_generic" by Alexey Dobriyan · 8 years ago
- 1a9a0592 netns: publish net_generic correctly by Alexey Dobriyan · 8 years ago
- f9aa9dc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- c7d03a0 netns: make struct pernet_operations::id unsigned int by Alexey Dobriyan · 8 years ago
- cfc44a4 net: check dead netns for peernet2id_alloc() by WANG Cong · 8 years ago
- 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
- 7281a66 net: allow to kill a task which waits net_mutex in copy_new_ns by Andrey Vagin · 8 years ago
- 2a73306 netns: revert "netns: avoid disabling irq for netns id" by Paul Moore · 8 years ago
- 14986a3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 8 years ago
- 2ed6afd netns: move {inc,dec}_net_namespaces into #ifdef by Arnd Bergmann · 8 years ago
- 7872559 Merge branch 'nsfs-ioctls' into HEAD by Eric W. Biederman · 8 years ago
- bcac25a kernel: add a helper to get an owning user namespace for a namespace by Andrey Vagin · 8 years ago
- df75e77 userns: When the per user per user namespace limit is reached return ENOSPC by Eric W. Biederman · 8 years ago
- bc51ddd netns: avoid disabling irq for netns id by WANG Cong · 8 years ago
- 38f507f vxlan: call peernet2id() in fdb notification by WANG Cong · 8 years ago
- 3ee5256 netns: make nla_policy const by stephen hemminger · 8 years ago
- f8c46cb netns: do not call pernet ops for not yet set up init_net namespace by Dmitry Torokhov · 8 years ago
- 7032866 netns: Add a limit on the number of net namespaces by Eric W. Biederman · 8 years ago
- de13346 netns: make nsid_lock per net by WANG Cong · 10 years ago
- 0c58a2d netns: fix unbalanced spin_lock on error by Nicolas Dichtel · 10 years ago