aboutsummaryrefslogtreecommitdiff
path: root/fs/proc/proc_net.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-29proc: add some (hopefully) insightful commentsGravatar Alexey Dobriyan 1-0/+6
2022-07-17proc: delete unused <linux/uaccess.h> includesGravatar Alexey Dobriyan 1-3/+0
2022-05-09proc: fix dentry/inode overinstantiating under /proc/${pid}/netGravatar Alexey Dobriyan 1-0/+3
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-4/+4
2021-12-10net: add netns refcount tracker to struct seq_net_privateGravatar Eric Dumazet 1-3/+16
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2021-01-24stat: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-12-15proc: fix lookup in /proc/net subdirectories after setns(2)Gravatar Alexey Dobriyan 1-16/+0
2020-12-15procfs: delete duplicated words + other fixesGravatar Randy Dunlap 1-2/+2
2020-07-25bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tGravatar Yonghong Song 1-1/+1
2020-05-09net: bpf: Add netlink and ipv6_route bpf_iter targetsGravatar Yonghong Song 1-0/+19
2020-02-04proc: decouple proc from VFS with "struct proc_ops"Gravatar Alexey Dobriyan 1-16/+16
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-02-01proc: fix /proc/net/* after setns(2)Gravatar Alexey Dobriyan 1-0/+20
2018-05-18proc: Add a way to make network proc files writableGravatar David Howells 1-0/+92
2018-05-16proc: introduce proc_create_net_singleGravatar Christoph Hellwig 1-18/+31
2018-05-16proc: introduce proc_create_net{,_data}Gravatar Christoph Hellwig 1-21/+40
2018-04-11proc: use slower rb_first()Gravatar Alexey Dobriyan 1-1/+1
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheGravatar Alexey Dobriyan 1-3/+4
2018-02-06proc: rearrange argsGravatar Alexey Dobriyan 1-2/+2
2017-09-08procfs: use faster rb_first_cached()Gravatar Davidlohr Bueso 1-1/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-3/+3
2017-03-02statx: Add a system call to make enhanced file info availableGravatar David Howells 1-3/+3
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Gravatar Ingo Molnar 1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-08-14proc: make proc entries inherit ownership from parentGravatar Dmitry Torokhov 1-0/+13
2016-05-02switch all procfs directories ->iterate_shared()Gravatar Al Viro 1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsGravatar David Howells 1-1/+1
2014-12-10fs/proc: use a rb tree for the directory entriesGravatar Nicolas Dichtel 1-0/+1
2014-08-10Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...Gravatar Linus Torvalds 1-1/+1
2014-08-04proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/netGravatar Eric W. Biederman 1-1/+1
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyGravatar Eric W. Biederman 1-1/+3
2013-06-29[readdir] convert procfsGravatar Al Viro 1-5/+4
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cGravatar David Howells 1-0/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-18net: proc: remove proc_net_removeGravatar Gao feng 1-6/+0
2013-02-18net: proc: remove proc_net_fops_createGravatar Gao feng 1-8/+0
2012-07-14stop passing nameidata to ->lookup()Gravatar Al Viro 1-1/+1
2012-01-03switch procfs to umode_t useGravatar Al Viro 1-1/+1
2011-07-27proc: make struct proc_dir_entry::name a terminal array rather than a pointerGravatar David Howells 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-01-05proc: stop using BKLGravatar Alexey Dobriyan 1-1/+1
2008-07-22netns: make get_proc_net() staticGravatar Adrian Bunk 1-6/+5
2008-07-18proc: consolidate per-net single-release callersGravatar Pavel Emelyanov 1-0/+8
2008-07-18proc: consolidate per-net single_open callersGravatar Pavel Emelyanov 1-0/+24
2008-05-02netns: assign PDE->data before gluing entry into /proc treeGravatar Denis V. Lunev 1-11/+0
2008-04-02[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.Gravatar Denis V. Lunev 1-2/+0
2008-03-27[NETNS]: Compile NET /proc support only if CONFIG_NET is set.Gravatar Denis V. Lunev 1-0/+2
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.Gravatar YOSHIFUJI Hideaki 1-3/+3