summaryrefslogtreecommitdiff
path: root/net/atm/proc.c
AgeCommit message (Expand)Author
2019-02-16atm: clean up vcc_seq_next()Dan Carpenter
2018-05-16atm: switch to proc_create_seq_privateChristoph Hellwig
2018-05-16atm: simplify procfs codeChristoph Hellwig
2018-03-26net: Use octal not symbolic permissionsJoe Perches
2018-01-16net: delete /proc THIS_MODULE referencesAlexey Dobriyan
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-04net, atm: convert atm_dev.refcnt from atomic_t to refcount_tReshetova, Elena
2017-07-01net: convert sock.sk_refcnt from atomic_t to refcount_tReshetova, Elena
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-22new helper: file_inode(file)Al Viro
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-05-24net: convert %p usage to %pKDan Rosenberg
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-21atm: Use kasprintfEric Dumazet
2010-02-10net: atm: use seq_list_foo() helpersLi Zefan
2010-01-26net/atm/proc.c: checkpatch cleanupsJoe Perches
2009-08-05net: mark read-only arrays as constJan Engelhardt
2009-06-18atm: sk_wmem_alloc initial value is oneEric Dumazet
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerAlexey Dobriyan
2008-05-02atm: assign PDE->data before gluing PDE into /proc treeDenis V. Lunev
2008-04-10[ATM]: Use SEQ_START_TOKENJoe Perches
2008-02-29[ATM]: Use seq_open/release_privade instead of manual manipulations.Pavel Emelyanov
2008-02-28[ATM]: Use proc_create() to setup ->proc_fops firstWang Chen
2008-01-28[ATM]: Suppress some sparse warningsEric Dumazet
2008-01-28[ATM]: Oops reading net/atm/arpDenis V. Lunev
2007-10-10[NET]: all net/ cleanup with ARRAY_SIZEDenis Cheng
2007-10-10[NET]: Make /proc/net per network namespaceEric W. Biederman
2007-07-15fallout from constified seq_operationsAl Viro
2007-07-10[NET]: Make all initialized struct seq_operations const.Philippe De Muyter
2007-02-12[PATCH] mark struct file_operations const 7Arjan van de Ven
2007-02-10[NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-08[PATCH] struct path: convert atmJosef Sipek
2006-08-17[ATM]: Compile error on ARMKevin Hilman
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2005-01-20[ATM] stop using sk_protinfoArnaldo Carvalho de Melo
2004-06-03[PATCH] sparse: atm annotation (core)Alexander Viro
2003-10-16[ATM]: Minor cleanup for vcc_hash conversionChas Williams
2003-10-07[ATM]: Convert VCC list to hash.Chas Williams
2003-09-25[ATM]: Move lan seq_file ops to lec.c [1/3]Chas Williams
2003-09-25[ATM]: [ioctl][6/8] Move clip seq_file ops to clip.c (from levon@movementaria...Chas Williams
2003-09-25[ATM]: [ioctl][5/8] Change ncc clip info handling (from levon@movementarian.org)Chas Williams
2003-09-22[ATM]: If CLIP is not enabled, try_atm_clp_ops() should always fail.Chas Williams
2003-09-11[ATM]: seq_file conversion of /proc/net/atm [8/8] (from romieu@fr.zoreil.com)Chas Williams
2003-09-11[ATM]: seq_file conversion of /proc/net/atm [7/8]Chas Williams
2003-09-11[ATM]: seq_file for /proc/net/atm (arp) [6/8] (from romieu@fr.zoreil.com)Chas Williams
2003-09-11[ATM]: seq_file for /proc/net/atm (vc) [5/8] (from romieu@fr.zoreil.com)Chas Williams