summaryrefslogtreecommitdiff
path: root/net/atm/common.c
AgeCommit message (Expand)Author
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
2003-08-19[ATM]: atmdev api cleanup -- remove sg_send() and feedback() (mitch@sfgoth.com).Chas Williams
2003-07-20[ATM]: Return ENODEV if !dev.Chas Williams
2003-07-15[ATM]: Replace vcc->reply with sk->sk_err; implement sk_write_space.Chas Williams
2003-07-15[ATM]: Use sk_data_ready and sk_change_state instead of wake_up.Chas Williams
2003-07-15[ATM]: Eliminate vcc->sleep in favor of sk->sk_sleep.Chas Williams
2003-07-15[ATM]: Use sk_state_change() and eliminate vcc->callback().Chas Williams
2003-07-14[ATM]: Cleanup br2684_ioctl_hook.Chas Williams
2003-07-14[ATM]: Cleanup pppoatm_ioctl_hook.Chas Williams
2003-06-22[ATM]: Move vccs to global sk-based linked list.Chas Williams
2003-06-16[ATM]: Revert vcc global list changes, broke the build.David S. Miller
2003-06-16[ATM]: Keep vcc's on global list instead of per device.Chas Williams
2003-06-16[ATM]: Remove recvmsg and rename atm_async_release_vcc.Chas Williams
2003-06-16[ATM]: Split atm_ioctl into vcc_ioctl and atm_dev_ioctl.Chas Williams
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-28[ATM]: lane and mpoa module refcounting and locking cleanup.Chas Williams
2003-05-18[ATM]: Need to use try_module_get not __module_get.Chas Williams
2003-05-16[ATM]: Fix modular CLIP.Chas Williams
2003-05-15[ATM]: common.c needs linux/init.hDavid S. Miller
2003-05-15[ATM]: Allow ATM to be loaded as a module.Chas Williams
2003-05-15[ATM]: Add refcounting to atmdev.Chas Williams
2003-05-13[ATM]: Make clip modular.Chas Williams
2003-05-06[ATM] remove iovcnt from atm_skbChas Williams
2003-05-06[ATM]: assorted atm patchesChas Williams
2003-05-06[ATM]: Clip locking and more atmvcc cleanup.Chas Williams
2003-05-06[ATM]: Forward port br2864 to 2.5.xChas Williams
2003-04-03o linux/net.h: bye bye struct net_protoArnaldo Carvalho de Melo
2003-03-07[ATM]: Obsolete some atm_vcc members.Chas Williams
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise
2003-02-19[ATM]: use sock timestampChas Williams
2002-11-25[PATCH] quieten ATM noiseAlan Cox