summaryrefslogtreecommitdiff
path: root/net/atm/ioctl.c
AgeCommit message (Expand)Author
2024-06-14atm: clean up a put_user() callsDan Carpenter
2023-12-12atm: Fix Use-After-Free in do_vcc_ioctlHyunwoo Kim
2020-05-20atm: switch do_atmif_sioc() to direct use of atm_dev_ioctl()Al Viro
2020-05-20atm: lift copyin from atm_dev_ioctl()Al Viro
2020-05-20atm: switch do_atm_iobuf() to direct use of atm_getnames()Al Viro
2020-05-20atm: move copyin from atm_getnames() into the callerAl Viro
2020-05-20atm: separate ATM_GETNAMES handling from the rest of atm_dev_ioctl()Al Viro
2019-04-19net: rework SIOCGSTAMP ioctl handlingArnd Bergmann
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches
2010-01-26net/atm/ioctl.c: checkpatch cleanupsJoe Perches
2010-01-26net/atm: Convert printk to pr_<level>Joe Perches
2009-11-11net/atm: move all compat_ioctl handling to atm/ioctl.cArnd Bergmann
2009-06-18atm: sk_wmem_alloc initial value is oneEric Dumazet
2008-12-03atm: 32-bit ioctl compatibilityDavid Woodhouse
2007-04-25[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolutionEric Dumazet
2007-02-10[NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-03-20[NET] sem2mutex: net/Arjan van de Ven
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap
2005-09-28[ATM]: net/atm/ioctl.c: autoload pppoatm and br2684Roman Kagan
2005-09-05[ATM]: net/atm/ioctl.c should #include "common.h"Adrian Bunk
2005-01-20[ATM] stop using sk_protinfoArnaldo Carvalho de Melo
2004-06-03[PATCH] sparse: atm annotation (core)Alexander Viro
2004-05-30[PATCH] sparse: missed piece of sock_get_timestamp() annotationAlexander Viro
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen
2003-09-25[ATM]: Use new ioctl code for lane [3/3]Chas Williams
2003-09-25[ATM]: [ioctl][8/8] Use new code for atmtcp (from levon@movementarian.org)Chas Williams
2003-09-25[ATM]: [ioctl][7/8] Use new code for clip (from levon@movementarian.org)Chas Williams
2003-09-25[ATM]: [ioctl][4/8] Use new code for mpoa (from levon@movementarian.org)Chas Williams
2003-09-25[ATM]: [ioctl][3/8] Use new code for pppoatm and br2684 (from levon@movementa...Chas Williams
2003-09-25[ATM]: [ioctl][2/8] Add registration functions (from levon@movementarian.org)Chas Williams
2003-09-25[ATM]: [ioctl][1/8] Move vcc_ioctl() to ioctl.c (from levon@movementarian.org)Chas Williams