aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/proc_net.c
Commit message (Expand)AuthorAgeFilesLines
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* proc: stop using BKLAlexey Dobriyan2009-01-051-1/+1
* netns: make get_proc_net() staticAdrian Bunk2008-07-221-6/+5
* proc: consolidate per-net single-release callersPavel Emelyanov2008-07-181-0/+8
* proc: consolidate per-net single_open callersPavel Emelyanov2008-07-181-0/+24
* netns: assign PDE->data before gluing entry into /proc treeDenis V. Lunev2008-05-021-11/+0
* [NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.Denis V. Lunev2008-04-021-2/+0
* [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-261-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/+1
* [ATM]: Oops reading net/atm/arpDenis V. Lunev2008-01-281-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-021-81/+5
* [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/+0
* [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-261-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-101-4/+4
* [NET]: Fix race when opening a proc file while a network namespace is exiting.Eric W. Biederman2007-10-101-0/+6
* [NETNS]: Fix export symbols.Daniel Lezcano2007-10-101-1/+3
* [NET]: Fix missed addition of fs/proc/proc_net.cDavid S. Miller2007-10-101-0/+192