index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
proc_net.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-28
Merge tag 'v6.6-fs.proc.uapi' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+1
2023-08-09
fs: pass the request_mask to generic_fillattr
Jeff Layton
1
-1
/
+1
2023-07-13
proc: use generic setattr() for /proc/$PID/net
Thomas Weißschuh
1
-0
/
+1
2023-01-19
fs: port ->getattr() to pass mnt_idmap
Christian Brauner
1
-2
/
+2
2022-07-30
proc: add some (hopefully) insightful comments
Alexey Dobriyan
1
-0
/
+6
2022-07-18
proc: delete unused <linux/uaccess.h> includes
Alexey Dobriyan
1
-3
/
+0
2022-05-10
proc: fix dentry/inode overinstantiating under /proc/${pid}/net
Alexey Dobriyan
1
-0
/
+3
2022-01-22
proc: remove PDE_DATA() completely
Muchun Song
1
-4
/
+4
2021-12-10
net: add netns refcount tracker to struct seq_net_private
Eric Dumazet
1
-3
/
+16
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
1
-1
/
+2
2021-01-24
stat: handle idmapped mounts
Christian Brauner
1
-1
/
+1
2020-12-16
proc: fix lookup in /proc/net subdirectories after setns(2)
Alexey Dobriyan
1
-16
/
+0
2020-12-16
procfs: delete duplicated words + other fixes
Randy Dunlap
1
-2
/
+2
2020-07-26
bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_t
Yonghong Song
1
-1
/
+1
2020-05-10
net: bpf: Add netlink and ipv6_route bpf_iter targets
Yonghong Song
1
-0
/
+19
2020-02-04
proc: decouple proc from VFS with "struct proc_ops"
Alexey Dobriyan
1
-16
/
+16
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-02-02
proc: fix /proc/net/* after setns(2)
Alexey Dobriyan
1
-0
/
+20
2018-05-18
proc: Add a way to make network proc files writable
David Howells
1
-0
/
+92
2018-05-16
proc: introduce proc_create_net_single
Christoph Hellwig
1
-18
/
+31
2018-05-16
proc: introduce proc_create_net{,_data}
Christoph Hellwig
1
-21
/
+40
2018-04-11
proc: use slower rb_first()
Alexey Dobriyan
1
-1
/
+1
2018-04-11
proc: move "struct proc_dir_entry" into kmem cache
Alexey Dobriyan
1
-3
/
+4
2018-02-07
proc: rearrange args
Alexey Dobriyan
1
-2
/
+2
2017-09-09
procfs: use faster rb_first_cached()
Davidlohr Bueso
1
-1
/
+1
2017-03-03
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-3
/
+3
2017-03-03
statx: Add a system call to make enhanced file info available
David Howells
1
-3
/
+3
2017-03-02
sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...
Ingo Molnar
1
-0
/
+1
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-08-15
proc: make proc entries inherit ownership from parent
Dmitry Torokhov
1
-0
/
+13
2016-05-03
switch all procfs directories ->iterate_shared()
Al Viro
1
-1
/
+1
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
1
-1
/
+1
2014-12-11
fs/proc: use a rb tree for the directory entries
Nicolas Dichtel
1
-0
/
+1
2014-08-11
Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...
Linus Torvalds
1
-1
/
+1
2014-08-04
proc: Point /proc/net at /proc/thread-self/net instead of /proc/self/net
Eric W. Biederman
1
-1
/
+1
2014-07-30
namespaces: Use task_lock and not rcu to protect nsproxy
Eric W. Biederman
1
-1
/
+3
2013-06-29
[readdir] convert procfs
Al Viro
1
-5
/
+4
2013-05-02
proc: Move PDE_NET() to fs/proc/proc_net.c
David Howells
1
-0
/
+4
2013-02-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-23
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-18
net: proc: remove proc_net_remove
Gao feng
1
-6
/
+0
2013-02-18
net: proc: remove proc_net_fops_create
Gao feng
1
-8
/
+0
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
1
-1
/
+1
2012-01-04
switch procfs to umode_t use
Al Viro
1
-1
/
+1
2011-07-27
proc: make struct proc_dir_entry::name a terminal array rather than a pointer
David Howells
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-01-05
proc: stop using BKL
Alexey Dobriyan
1
-1
/
+1
2008-07-23
netns: make get_proc_net() static
Adrian Bunk
1
-6
/
+5
2008-07-18
proc: consolidate per-net single-release callers
Pavel Emelyanov
1
-0
/
+8
2008-07-18
proc: consolidate per-net single_open callers
Pavel Emelyanov
1
-0
/
+24
[next]