index
:
~thomash/linux
async_vma10
coherent-rebased
drm-fixes
drm-next
feature/thellstrom/render-nodes
gb-objects-3.13
ickle-wip-migrate
linux-3.13.y
locking-rework
master
original_dg1
pagewalk
thellstrom/locking-rework
topic/migration_fence_2
topic/ttm_accel_branch
topic/ttm_accel_v3
topic/ttm_accel_v9
topic/ttm_branch
topic/ttm_branch_ready
topic/ttm_branch_v2
topic/ttm_branch_v3
topic/ttm_branch_v5
topic/ttm_rebased
topic/ttm_region
ttm-fixes-3.12
ttm-fixes-3.13
ttm-fixes-3.14
ttm-next
ttm-next-3.13
ttm-prot-fix
ttm-transhuge
ttm_branch_for_mesa
vm_open2
vmwgfx-coherent
vmwgfx-fixes-3.12
vmwgfx-fixes-3.13
vmwgfx-fixes-3.14
vmwgfx-fixes-3.15
vmwgfx-fixes-3.16
vmwgfx-fixes-3.17
vmwgfx-fixes-3.18
vmwgfx-fixes-3.19
vmwgfx-fixes-4.0
vmwgfx-fixes-4.11
vmwgfx-fixes-4.12
vmwgfx-fixes-4.15
vmwgfx-fixes-4.16
vmwgfx-fixes-4.17
vmwgfx-fixes-4.19
vmwgfx-fixes-4.2
vmwgfx-fixes-4.20
vmwgfx-fixes-4.3
vmwgfx-fixes-4.4
vmwgfx-fixes-5.0
vmwgfx-fixes-5.0-2
vmwgfx-fixes-5.1
vmwgfx-fixes-5.2
vmwgfx-fixes-5.3
vmwgfx-next
vmwgfx-next-3.13
vmwgfx-next-stage
vmwgfx and ttm linux repo
thomash
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
2014-12-10
fs/proc: use a rb tree for the directory entries
Nicolas Dichtel
1
-0
/
+1
2014-08-10
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-29
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-01
proc: Move PDE_NET() to fs/proc/proc_net.c
David Howells
1
-0
/
+4
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-22
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-03
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-22
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
2008-05-02
netns: assign PDE->data before gluing entry into /proc tree
Denis V. Lunev
1
-11
/
+0
2008-04-02
[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.
Denis V. Lunev
1
-2
/
+0
2008-03-27
[NETNS]: Compile NET /proc support only if CONFIG_NET is set.
Denis V. Lunev
1
-0
/
+2
2008-03-26
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-3
/
+3
2008-03-07
[NET]: Make /proc/net a symlink on /proc/self/net (v3)
Pavel Emelyanov
1
-28
/
+89
2008-02-08
proc: fix ->open'less usage due to ->proc_fops flip
Alexey Dobriyan
1
-6
/
+1
2008-01-28
[ATM]: Oops reading net/atm/arp
Denis V. Lunev
1
-4
/
+13
2008-01-28
[NET]: Consolidate net namespace related proc files creation.
Denis V. Lunev
1
-0
/
+38
2007-12-02
[NETNS]: Fix /proc/net breakage
Eric W. Biederman
1
-81
/
+5
2007-11-13
[NET]: Move unneeded data to initdata section.
Denis V. Lunev
1
-1
/
+1
2007-11-07
[NET]: Kill proc_net_create()
David S. Miller
1
-7
/
+0
2007-10-26
[NET]: Marking struct pernet_operations __net_initdata was inappropriate
Eric W. Biederman
1
-1
/
+1
2007-10-26
[NET] fs/proc/proc_net.c: make a struct static
Adrian Bunk
1
-1
/
+1
2007-10-10
[NETNS]: Move some code into __init section when CONFIG_NET_NS=n
Pavel Emelyanov
1
-4
/
+4
2007-10-10
[NET]: Fix race when opening a proc file while a network namespace is exiting.
Eric W. Biederman
1
-0
/
+6
2007-10-10
[NETNS]: Fix export symbols.
Daniel Lezcano
1
-1
/
+3
2007-10-10
[NET]: Fix missed addition of fs/proc/proc_net.c
David S. Miller
1
-0
/
+192