index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
proc_net.c
Age
Commit message (
Expand
)
Author
2024-03-26
fs: Add kernel-doc comments to proc_create_net_data_write()
Yang Li
2023-08-28
Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
2023-07-13
proc: use generic setattr() for /proc/$PID/net
Thomas Weißschuh
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
2022-07-29
proc: add some (hopefully) insightful comments
Alexey Dobriyan
2022-07-17
proc: delete unused <linux/uaccess.h> includes
Alexey Dobriyan
2022-05-09
proc: fix dentry/inode overinstantiating under /proc/${pid}/net
Alexey Dobriyan
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
2021-12-10
net: add netns refcount tracker to struct seq_net_private
Eric Dumazet
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
stat: handle idmapped mounts
Christian Brauner
2020-12-15
proc: fix lookup in /proc/net subdirectories after setns(2)
Alexey Dobriyan
2020-12-15
procfs: delete duplicated words + other fixes
Randy Dunlap
2020-07-25
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
2020-05-09
net: bpf: Add netlink and ipv6_route bpf_iter targets
Yonghong Song
2020-02-04
proc: decouple proc from VFS with "struct proc_ops"
Alexey Dobriyan
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-02-01
proc: fix /proc/net/* after setns(2)
Alexey Dobriyan
2018-05-18
proc: Add a way to make network proc files writable
David Howells
2018-05-16
proc: introduce proc_create_net_single
Christoph Hellwig
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
2018-04-11
proc: use slower rb_first()
Alexey Dobriyan
2018-04-11
proc: move "struct proc_dir_entry" into kmem cache
Alexey Dobriyan
2018-02-06
proc: rearrange args
Alexey Dobriyan
2017-09-08
procfs: use faster rb_first_cached()
Davidlohr Bueso
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2017-03-02
statx: Add a system call to make enhanced file info available
David Howells
2017-03-02
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...
Ingo Molnar
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-08-14
proc: make proc entries inherit ownership from parent
Dmitry Torokhov
2016-05-02
switch all procfs directories ->iterate_shared()
Al Viro
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2014-12-10
fs/proc: use a rb tree for the directory entries
Nicolas Dichtel
2014-08-10
Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...
Linus Torvalds
2014-08-04
proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net
Eric W. Biederman
2014-07-29
namespaces: Use task_lock and not rcu to protect nsproxy
Eric W. Biederman
2013-06-29
[readdir] convert procfs
Al Viro
2013-05-01
proc: Move PDE_NET() to fs/proc/proc_net.c
David Howells
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-02-22
new helper: file_inode(file)
Al Viro
2013-02-18
net: proc: remove proc_net_remove
Gao feng
2013-02-18
net: proc: remove proc_net_fops_create
Gao feng
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-01-03
switch procfs to umode_t use
Al Viro
2011-07-27
proc: make struct proc_dir_entry::name a terminal array rather than a pointer
David Howells
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2009-01-05
proc: stop using BKL
Alexey Dobriyan
2008-07-22
netns: make get_proc_net() static
Adrian Bunk
2008-07-18
proc: consolidate per-net single-release callers
Pavel Emelyanov
[next]