summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_net.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan2008-02-081-6/+1
* [ATM]: Oops reading net/atm/arpDenis V. Lunev2008-01-281-4/+13
* [NET]: Consolidate net namespace related proc files creation.Denis V. Lunev2008-01-281-0/+38
* [NETNS]: Fix /proc/net breakageEric W. Biederman2007-12-021-81/+5
* [NET]: Move unneeded data to initdata section.Denis V. Lunev2007-11-131-1/+1
* [NET]: Kill proc_net_create()David S. Miller2007-11-071-7/+0
* [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-261-1/+1
* [NET] fs/proc/proc_net.c: make a struct staticAdrian Bunk2007-10-261-1/+1
* [NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov2007-10-101-4/+4
* [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-101-0/+6
* [NETNS]: Fix export symbols.Daniel Lezcano2007-10-101-1/+3
* [NET]: Fix missed addition of fs/proc/proc_net.cDavid S. Miller2007-10-101-0/+192