summaryrefslogtreecommitdiff
path: root/net/atm/signaling.c
AgeCommit message (Expand)Author
2005-03-22[NET] use sk_acceptq_is_fullArnaldo Carvalho de Melo
2005-01-20[ATM] stop using sk_protinfoArnaldo Carvalho de Melo
2004-10-27[ATM]: don't leak skb on as_indicate failure; don't wakeup twice on as_closeChas Williams
2004-10-20[ATM]: point to multipoint signalling (from ekinzie@cmf.nrl.navy.mil)Chas Williams
2004-10-20[ATM]: use RCV_SHUTDOWN to exit skb_recv_datagram()Chas Williams
2004-07-12[PATCH] sparse: net/* NULL noise removalAlexander Viro
2003-10-07[ATM]: Convert VCC list to hash.Chas Williams
2003-08-02[NET]: janitor: don't init statics to 0.Randy Dunlap
2003-07-20[ATM]: Make sigd_sleep conditional with WAIT_FOR_DEMON.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-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-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-15[ATM]: Add refcounting to atmdev.Chas Williams
2003-05-06[ATM]: assorted atm patchesChas Williams
2003-05-06[ATM]: Clip locking and more atmvcc cleanup.Chas Williams
2003-03-07[ATM]: Obsolete some atm_vcc members.Chas Williams
2002-07-18NET: Use ISO C struct initializers.Rusty Russell
2002-06-08[PATCH] atm warning fix (vs 2.5.21)Mitchell Blank Jr.
2002-02-04v2.4.5.5 -> v2.4.5.6Linus Torvalds
2002-02-04Import changesetLinus Torvalds