aboutsummaryrefslogtreecommitdiff
path: root/net/atm/proc.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 1-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-4/+4
2020-01-24vcc_seq_next should increase position indexGravatar Vasily Averin 1-2/+1
2019-02-16atm: clean up vcc_seq_next()Gravatar Dan Carpenter 1-1/+2
2018-05-16atm: switch to proc_create_seq_privateGravatar Christoph Hellwig 1-59/+13
2018-05-16atm: simplify procfs codeGravatar Christoph Hellwig 1-58/+7
2018-03-26net: Use octal not symbolic permissionsGravatar Joe Perches 1-1/+1
2018-01-16net: delete /proc THIS_MODULE referencesGravatar Alexey Dobriyan 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-07-04net, atm: convert atm_dev.refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tGravatar Reshetova, Elena 1-1/+1
2013-04-09procfs: new helper - PDE_DATA(inode)Gravatar Al Viro 1-1/+1
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-1/+1
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGravatar Gao feng 1-1/+1
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-05-24net: convert %p usage to %pKGravatar Dan Rosenberg 1-2/+2
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-03-21atm: Use kasprintfGravatar Eric Dumazet 1-9/+1
2010-02-10net: atm: use seq_list_foo() helpersGravatar Li Zefan 1-1/+1
2010-01-26net/atm/proc.c: checkpatch cleanupsGravatar Joe Perches 1-37/+44
2009-08-05net: mark read-only arrays as constGravatar Jan Engelhardt 1-4/+5
2009-06-18atm: sk_wmem_alloc initial value is oneGravatar Eric Dumazet 1-2/+2
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 1-1/+0
2008-05-02atm: assign PDE->data before gluing PDE into /proc treeGravatar Denis V. Lunev 1-4/+2
2008-04-10[ATM]: Use SEQ_START_TOKENGravatar Joe Perches 1-8/+8
2008-02-29[ATM]: Use seq_open/release_privade instead of manual manipulations.Gravatar Pavel Emelyanov 1-25/+7
2008-02-28[ATM]: Use proc_create() to setup ->proc_fops firstGravatar Wang Chen 1-4/+4
2008-01-28[ATM]: Suppress some sparse warningsGravatar Eric Dumazet 1-0/+2
2008-01-28[ATM]: Oops reading net/atm/arpGravatar Denis V. Lunev 1-2/+2
2007-10-10[NET]: all net/ cleanup with ARRAY_SIZEGravatar Denis Cheng 1-1/+1
2007-10-10[NET]: Make /proc/net per network namespaceGravatar Eric W. Biederman 1-2/+3
2007-07-15fallout from constified seq_operationsGravatar Al Viro 1-1/+1
2007-07-10[NET]: Make all initialized struct seq_operations const.Gravatar Philippe De Muyter 1-4/+4
2007-02-12[PATCH] mark struct file_operations const 7Gravatar Arjan van de Ven 1-6/+6
2007-02-10[NET] ATM: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-29/+29
2006-12-08[PATCH] struct path: convert atmGravatar Josef Sipek 1-1/+1
2006-08-17[ATM]: Compile error on ARMGravatar Kevin Hilman 1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+514