summaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_net.c
Commit message (Expand)AuthorAgeFilesLines
* [NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.Denis V. Lunev2008-04-021-2/+0Star
* [NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev2008-03-271-0/+2
* [NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-3/+3
* [NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov2008-03-071-28/+89
* proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan2008-02-081-6/+1Star
* [ATM]: Oops reading net/atm/arpDenis V. Lunev2008-01-291-4/+13
* [NET]: Consolidate net namespace related proc files creation.Denis V. Lunev2008-01-281-0/+38
* [NETNS]: Fix /proc/net breakageEric W. Biederman2007-12-011-81/+5Star
* [NET]: Move unneeded data to initdata section.Denis V. Lunev2007-11-131-1/+1
* [NET]: Kill proc_net_create()David S. Miller2007-11-071-7/+0Star
* [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-271-1/+1
* [NET] fs/proc/proc_net.c: make a struct staticAdrian Bunk2007-10-261-1/+1
* [NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov2007-10-111-4/+4
* [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-111-0/+6
* [NETNS]: Fix export symbols.Daniel Lezcano2007-10-111-1/+3
* [NET]: Fix missed addition of fs/proc/proc_net.cDavid S. Miller2007-10-111-0/+192