index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
proc_net.c
Age
Commit message (
Expand
)
Author
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
2008-07-18
proc: consolidate per-net single_open callers
Pavel Emelyanov
2008-05-02
netns: assign PDE->data before gluing entry into /proc tree
Denis V. Lunev
2008-04-02
[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.
Denis V. Lunev
2008-03-27
[NETNS]: Compile NET /proc support only if CONFIG_NET is set.
Denis V. Lunev
2008-03-26
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
2008-03-07
[NET]: Make /proc/net a symlink on /proc/self/net (v3)
Pavel Emelyanov
2008-02-08
proc: fix ->open'less usage due to ->proc_fops flip
Alexey Dobriyan
2008-01-28
[ATM]: Oops reading net/atm/arp
Denis V. Lunev
2008-01-28
[NET]: Consolidate net namespace related proc files creation.
Denis V. Lunev
2007-12-02
[NETNS]: Fix /proc/net breakage
Eric W. Biederman
2007-11-13
[NET]: Move unneeded data to initdata section.
Denis V. Lunev
2007-11-07
[NET]: Kill proc_net_create()
David S. Miller
2007-10-26
[NET]: Marking struct pernet_operations __net_initdata was inappropriate
Eric W. Biederman
2007-10-26
[NET] fs/proc/proc_net.c: make a struct static
Adrian Bunk
2007-10-10
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
2007-10-10
[NET]: Fix race when opening a proc file while a network namespace is exiting.
Eric W. Biederman
2007-10-10
[NETNS]: Fix export symbols.
Daniel Lezcano
2007-10-10
[NET]: Fix missed addition of fs/proc/proc_net.c
David S. Miller