aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-18proc: Add a way to make network proc files writableDavid Howells1-0/+92
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig1-18/+31
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-21/+40
2018-04-11proc: use slower rb_first()Alexey Dobriyan1-1/+1
2018-04-11proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan1-3/+4
2018-02-06proc: rearrange argsAlexey Dobriyan1-2/+2
2017-09-08procfs: use faster rb_first_cached()Davidlohr Bueso1-1/+1
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+3
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells1-3/+3
2017-03-02sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/task.h>Ingo Molnar1-0/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-08-14proc: make proc entries inherit ownership from parentDmitry Torokhov1-0/+13
2016-05-02switch all procfs directories ->iterate_shared()Al Viro1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-1/+1
2014-12-10fs/proc: use a rb tree for the directory entriesNicolas Dichtel1-0/+1
2014-08-10Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} instead of /proc/self/{mounts,net}"Linus Torvalds1-1/+1
2014-08-04proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/netEric W. Biederman1-1/+1
2014-07-29namespaces: Use task_lock and not rcu to protect nsproxyEric W. Biederman1-1/+3
2013-06-29[readdir] convert procfsAl Viro1-5/+4
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells1-0/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2013-02-18net: proc: remove proc_net_removeGao feng1-6/+0
2013-02-18net: proc: remove proc_net_fops_createGao feng1-8/+0
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-01-03switch procfs to umode_t useAl Viro1-1/+1
2011-07-27proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-01-05proc: stop using BKLAlexey Dobriyan1-1/+1
2008-07-22netns: make get_proc_net() staticAdrian Bunk1-6/+5
2008-07-18proc: consolidate per-net single-release callersPavel Emelyanov1-0/+8
2008-07-18proc: consolidate per-net single_open callersPavel Emelyanov1-0/+24
2008-05-02netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev1-11/+0
2008-04-02[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.Denis V. Lunev1-2/+0
2008-03-27[NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev1-0/+2
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-07[NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov1-28/+89
2008-02-08proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan1-6/+1
2008-01-28[ATM]: Oops reading net/atm/arpDenis V. Lunev1-4/+13
2008-01-28[NET]: Consolidate net namespace related proc files creation.Denis V. Lunev1-0/+38
2007-12-02[NETNS]: Fix /proc/net breakageEric W. Biederman1-81/+5
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev1-1/+1
2007-11-07[NET]: Kill proc_net_create()David S. Miller1-7/+0
2007-10-26[NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman1-1/+1
2007-10-26[NET] fs/proc/proc_net.c: make a struct staticAdrian Bunk1-1/+1
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov1-4/+4
2007-10-10[NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman1-0/+6
2007-10-10[NETNS]: Fix export symbols.Daniel Lezcano1-1/+3
2007-10-10[NET]: Fix missed addition of fs/proc/proc_net.cDavid S. Miller1-0/+192