summaryrefslogtreecommitdiffstats
path: root/net/atm/resources.c
Commit message (Expand)AuthorAgeFilesLines
* atm: Use list_for_each_entry() to simplify code in resources.cWang Hai2021-06-101-5/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-4/+4
* atm: lift copyin from atm_dev_ioctl()Al Viro2020-05-201-30/+5
* atm: move copyin from atm_getnames() into the callerAl Viro2020-05-201-18/+1
* atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro2020-05-201-43/+45
* net: atm: Add another IS_ENABLED(CONFIG_COMPAT) in atm_dev_ioctlNathan Chancellor2019-03-071-1/+1
* net: atm: Use IS_ENABLED in atm_dev_ioctlNathan Chancellor2019-03-071-6/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* net, atm: convert atm_dev.refcnt from atomic_t to refcount_tReshetova, Elena2017-07-041-1/+1
* net:atm:fix up ENOIOCTLCMD error handlingWanlong Gao2012-08-311-1/+1
* atm: correct sysfs 'device' link creation and parent relationshipsDan Williams2010-12-101-3/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* net: atm: use seq_list_foo() helpersLi Zefan2010-02-101-16/+2
* net/atm/resources.c: checkpatch cleanupsJoe Perches2010-01-261-198/+192
* net/atm: Convert printk to pr_<level>Joe Perches2010-01-261-8/+4
* atm: 32-bit ioctl compatibilityDavid Woodhouse2008-12-031-20/+68
* [ATM]: Use SEQ_START_TOKENJoe Perches2008-04-101-2/+3
* [NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-8/+8
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-2/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [ATM]: basic sysfs support for ATM devicesRoman Kagan2006-06-291-4/+18
* [NET]: sem2mutex part 2Ingo Molnar2006-03-201-15/+17
* [PATCH] capable/capability.h (net/)Randy Dunlap2006-01-111-0/+1
* [ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka2005-11-291-27/+12
* [ATM]: avoid race conditions related to atm_devs listStanislaw Gruszka2005-11-291-19/+17
* [ATM]: attempt to autoload atm driversMitchell Blank Jr2005-11-291-1/+2
* [ATM]: add support for LECS addresses learned from networkEric Kinzie2005-10-061-5/+15
* [ATM]: net/atm/resources.c: remove __free_atm_devAdrian Bunk2005-04-211-8/+3
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+432