summaryrefslogtreecommitdiff
path: root/fs/proc/proc_net.c
Commit message (Expand)AuthorAgeFilesLines
* proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan2022-06-271-3/+0
* proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2022-05-091-0/+3
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-4/+4
* net: add netns refcount tracker to struct seq_net_privateEric Dumazet2021-12-101-3/+16
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* stat: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-151-16/+0
* procfs: delete duplicated words + other fixesRandy Dunlap2020-12-151-2/+2
* bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-251-1/+1
* net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song2020-05-091-0/+19
* proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-041-16/+16
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* proc: fix /proc/net/* after setns(2)Alexey Dobriyan2019-02-011-0/+20
* proc: Add a way to make network proc files writableDavid Howells2018-05-181-0/+92
* proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-18/+31
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-21/+40
* proc: use slower rb_first()Alexey Dobriyan2018-04-111-1/+1
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-111-3/+4
* proc: rearrange argsAlexey Dobriyan2018-02-061-2/+2
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-081-1/+1
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+3
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-021-3/+3
* | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+1
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* proc: make proc entries inherit ownership from parentDmitry Torokhov2016-08-141-0/+13
* switch all procfs directories ->iterate_shared()Al Viro2016-05-021-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-101-0/+1
* Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...Linus Torvalds2014-08-101-1/+1
* proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/netEric W. Biederman2014-08-041-1/+1
* namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman2014-07-291-1/+3
* [readdir] convert procfsAl Viro2013-06-291-5/+4
* proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2013-05-011-0/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-261-1/+1
|\
| * new helper: file_inode(file)Al Viro2013-02-221-1/+1
* | net: proc: remove proc_net_removeGao feng2013-02-181-6/+0
* | net: proc: remove proc_net_fops_createGao feng2013-02-181-8/+0
|/
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* switch procfs to umode_t useAl Viro2012-01-031-1/+1
* proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells2011-07-271-2/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* proc: stop using BKLAlexey Dobriyan2009-01-051-1/+1
* netns: make get_proc_net() staticAdrian Bunk2008-07-221-6/+5
* proc: consolidate per-net single-release callersPavel Emelyanov2008-07-181-0/+8
* proc: consolidate per-net single_open callersPavel Emelyanov2008-07-181-0/+24
* netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev2008-05-021-11/+0
* [NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.Denis V. Lunev2008-04-021-2/+0
* [NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev2008-03-271-0/+2
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-261-3/+3
* [NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov2008-03-071-28/+89