summaryrefslogtreecommitdiff
path: root/net/atm/common.c
AgeCommit message (Expand)Author
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-03-30atm/solos-pci: Don't flap VCs when carrier state changesPhilip A. Prindeville
2010-08-16net/atm: Adjust confusing if indentationJulia Lawall
2010-07-09atm: propagate signal changes via notifierKarl Hiramoto
2010-05-01net: sock_def_readable() and friends RCU conversionEric Dumazet
2010-04-20net: sk_sleep() helperEric Dumazet
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-26net/atm/common.c: checkpatch cleanupsJoe Perches
2010-01-26net/atm: Convert printk to pr_<level>Joe Perches
2009-10-12net: Generalize socket rx gap / receive queue overflow cmsgNeil Horman
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-07-09net: adding memory barrier to the poll and receive callbacksJiri Olsa
2009-06-18atm: sk_wmem_alloc initial value is oneEric Dumazet
2008-06-17atm: use const where reasonableMitchell Blank Jr
2008-01-28[NET]: Name magic constants in sock_wake_async()Pavel Emelyanov
2007-11-01[NET]: Forget the zero_it argument of sk_alloc()Pavel Emelyanov
2007-10-10[NET]: Make socket creation namespace safe.Eric W. Biederman
2007-10-10[ATM]: Replace DPRINTK() with pr_debug().Stephen Hemminger
2007-02-10[NET] ATM: Fix whitespace errors.YOSHIFUJI Hideaki
2007-02-08[ATM]: Fix for crash in adummy_init()Daniel Walker
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-29[ATM]: basic sysfs support for ATM devicesRoman Kagan
2006-03-20[NET]: sem2mutex part 2Ingo Molnar
2005-11-29[ATM]: deregistration removes device from atm_devs list immediatelyStanislaw Gruszka
2005-11-29[ATM]: avoid race conditions related to atm_devs listStanislaw Gruszka
2005-11-29[ATM]: attempt to autoload atm driversMitchell Blank Jr
2005-11-29[ATM]: always return the first interface for ATM_ITF_ANYMitchell Blank Jr
2005-10-03[INET]: speedup inet (tcp/dccp) lookupsEric Dumazet
2005-09-28[ATM]: track and close listen sockets when sigd exitsChas Williams
2005-05-01[PATCH] misc verify_area cleanupsJesper Juhl
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo
2005-03-22[ATM]: assorted cleanupsChas Williams
2005-03-22[ATM]: Remove bridge/lec interdependencyChas Williams
2005-01-20[ATM] stop using sk_protinfoArnaldo Carvalho de Melo
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2004-10-25[ATM]: Mark vcc_remove_socket staticChristoph Hellwig
2004-10-20[ATM]: use RCV_SHUTDOWN to exit skb_recv_datagram()Chas Williams
2004-06-26[ATM]: fix sparse checker warnings (by Stephen Hemminger <shemminger@osdl.org>)Chas Williams
2004-06-03[PATCH] sparse: atm annotation (core)Alexander Viro
2004-02-03[PATCH] gcc-3.5: net/atm/common.cAndrew Morton
2004-01-14[ATM]: better behavior for sendmsg/recvmsg during async closesChas Williams
2004-01-08[ATM]: Use size_t for size in {send,recv}msg.Stephen Hemminger
2003-10-07[ATM]: Convert VCC list to hash.Chas Williams
2003-10-07[ATM]: Eliminate atm_find_ci().Chas Williams
2003-09-25[ATM]: Add struct net_bridge decl to net/atm/common.cDavid S. Miller
2003-09-25[ATM]: [ioctl][1/8] Move vcc_ioctl() to ioctl.c (from levon@movementarian.org)Chas Williams
2003-09-04[ATM]: reduce CONFIG_PROC_FS #ifdef clutter in .c code (from levon@movementar...Chas Williams
2003-09-04[ATM]: fix atm_dev module refcount bug (from levon@movementarian.org)Chas Williams
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell
2003-08-30[ATM]: Missing sk_set_owner().Stephen Hemminger