aboutsummaryrefslogtreecommitdiffstats
path: root/net/core/net_namespace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-12-24net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki1-1/+2
2018-11-27netns: enable to dump full nsid translation tableNicolas Dichtel1-6/+26
2018-11-27netns: enable to specify a nsid for a get requestNicolas Dichtel1-0/+5
2018-11-27netns: add support of NETNSA_TARGET_NSIDNicolas Dichtel1-11/+75
2018-11-27netns: introduce 'struct net_fill_args'Nicolas Dichtel1-14/+34
2018-11-27netns: remove net arg from rtnl_net_fill()Nicolas Dichtel1-6/+4
2018-10-08net/namespace: Update rtnl_net_dumpid for strict data checkingDavid Ahern1-0/+6
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-10/+6
2018-08-21Convert net_namespace to new IDA APIMatthew Wilcox1-10/+6
2018-07-20net: create reusable function for getting ownership info of sysfs inodesTyler Hicks1-0/+28
2018-03-31net: Do not take net_rwsem in __rtnl_link_unregister()Kirill Tkhai1-0/+1
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai1-5/+13
2018-03-27net: Add more commentsKirill Tkhai1-0/+2
2018-03-27net: Rename net_sem to pernet_ops_rwsemKirill Tkhai1-20/+20
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai1-2/+0
2018-03-27net: Reflect all pernet_operations are convertedKirill Tkhai1-37/+6
2018-03-22net: Replace ip_ra_lock with per-net mutexKirill Tkhai1-0/+1
2018-03-07net: Make account struct net to memcgKirill Tkhai1-1/+1
2018-02-26net: make kmem caches as __ro_after_initAlexey Dobriyan1-1/+1
2018-02-20net: Queue net_cleanup_work only if there is first net addedKirill Tkhai1-2/+2
2018-02-20net: Make cleanup_list and net::cleanup_list of llist typeKirill Tkhai1-14/+6
2018-02-20net: Kill net_mutexKirill Tkhai1-21/+32
2018-02-13net: Convert net_defaults_opsKirill Tkhai1-0/+1
2018-02-13net: Convert net_ns_ops methodsKirill Tkhai1-0/+1
2018-02-13net: Allow pernet_operations to be executed in parallelKirill Tkhai1-10/+20
2018-02-13net: Move mutex_unlock() in cleanup_net() upKirill Tkhai1-1/+2
2018-02-13net: Introduce net_sem for protection of pernet_listKirill Tkhai1-13/+26
2018-02-13net: Cleanup in copy_net_ns()Kirill Tkhai1-11/+9
2018-02-13net: Assign net to net_namespace_list in setup_net()Kirill Tkhai1-10/+3
2018-01-25net: Move net:netns_ids destruction out of rtnl_lock() and document locking schemeKirill Tkhai1-18/+44
2018-01-17net: Remove spinlock from get_net_ns_by_id()Kirill Tkhai1-2/+0
2018-01-17net: Fix possible race in peernet2id_alloc()Kirill Tkhai1-2/+11
2018-01-15net: Convert atomic_t net::count to refcount_tKirill Tkhai1-4/+4
2017-12-20net: Fix double free and memory corruption in get_net_ns_by_id()Eric W. Biederman1-1/+1
2017-11-05net: export peernet2id_allocJiri Benc1-0/+1
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