aboutsummaryrefslogtreecommitdiff
path: root/net/atm/resources.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-17atm: hide unused procfs functionsGravatar Arnd Bergmann 1-0/+2
2021-06-10atm: Use list_for_each_entry() to simplify code in resources.cGravatar Wang Hai 1-5/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-4/+4
2020-05-20atm: lift copyin from atm_dev_ioctl()Gravatar Al Viro 1-30/+5
2020-05-20atm: move copyin from atm_getnames() into the callerGravatar Al Viro 1-18/+1
2020-05-20atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Gravatar Al Viro 1-43/+45
2019-03-07net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlGravatar Nathan Chancellor 1-1/+1
2019-03-07net: atm: Use IS_ENABLED in atm_dev_ioctlGravatar Nathan Chancellor 1-6/+2
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
2012-08-31net:atm:fix up ENOIOCTLCMD error handlingGravatar Wanlong Gao 1-1/+1
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsGravatar Dan Williams 1-3/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-02-10net: atm: use seq_list_foo() helpersGravatar Li Zefan 1-16/+2
2010-01-26net/atm/resources.c: checkpatch cleanupsGravatar Joe Perches 1-198/+192
2010-01-26net/atm: Convert printk to pr_<level>Gravatar Joe Perches 1-8/+4
2008-12-03atm: 32-bit ioctl compatibilityGravatar David Woodhouse 1-20/+68
2008-04-10[ATM]: Use SEQ_START_TOKENGravatar Joe Perches 1-2/+3
2007-02-10[NET] ATM: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-8/+8
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Gravatar Panagiotis Issaris 1-2/+1
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[ATM]: basic sysfs support for ATM devicesGravatar Roman Kagan 1-4/+18
2006-03-20[NET]: sem2mutex part 2Gravatar Ingo Molnar 1-15/+17
2006-01-11[PATCH] capable/capability.h (net/)Gravatar Randy Dunlap 1-0/+1
2005-11-29[ATM]: deregistration removes device from atm_devs list immediatelyGravatar Stanislaw Gruszka 1-27/+12
2005-11-29[ATM]: avoid race conditions related to atm_devs listGravatar Stanislaw Gruszka 1-19/+17
2005-11-29[ATM]: attempt to autoload atm driversGravatar Mitchell Blank Jr 1-1/+2
2005-10-06[ATM]: add support for LECS addresses learned from networkGravatar Eric Kinzie 1-5/+15
2005-04-21[ATM]: net/atm/resources.c: remove __free_atm_devGravatar Adrian Bunk 1-8/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+432