summaryrefslogtreecommitdiff
path: root/net/appletalk
AgeCommit message (Expand)Author
2006-03-28[NET]: Fix ipx/econet/appletalk/irda ioctl crashesPetr Vandrovec
2006-01-11[PATCH] capable/capability.h (net/)Randy Dunlap
2006-01-03[NET]: Add a dev_ioctl() fallback to sock_ioctl()Christoph Hellwig
2006-01-03[NET]: move struct proto_ops to constEric Dumazet
2005-09-27[APPLETALK]: Fix broadcast bug.Oliver Dawid
2005-08-29[TCP]: Move the tcp sock states to net/tcp_states.hArnaldo Carvalho de Melo
2005-08-29[NET]: Kill skb->real_devDavid S. Miller
2005-06-22[ATALK] aarp: replace schedule_timeout() with msleep()Nishanth Aravamudan
2005-06-20[ATALK]: endian annotationsAlexey Dobriyan
2005-05-05[ATALK]: Add alloc_ltalkdev().Christoph Hellwig
2005-04-19[ATALK]: Add missing dev_hold() to atrtr_create().Herbert Xu
2005-03-26[NET] make all protos partially use sk_protArnaldo Carvalho de Melo
2005-03-16[NET] Convert sk_zapped into SOCK_ZAPPED flagThomas Graf
2005-01-20[APPLETALK] stop using sk_protinfoArnaldo Carvalho de Melo
2005-01-13[ATALK]: Add ioctls to allow ifx txqueuelen sets/getsNeil Horman
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner
2004-12-27[APPLETALK]: Make some code static.Adrian Bunk
2004-11-14[PATCH] fix appletalk lockingAndries E. Brouwer
2004-11-13[APPLETALK]: Missing file add in recent commit.David S. Miller
2004-11-10[NET]: Remove net_init.c ifdef clutter.Christoph Hellwig
2004-11-01[APPLETALK]: Remove an unused functionAdrian Bunk
2004-08-18[ATALK]: Fix build with SYSCTL=nStephen Hemminger
2004-07-26[PATCH] appletalk SIOCADDRT fixAlexander Viro
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering
2004-06-03[PATCH] sparse: appletalk annotationAlexander Viro
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen
2004-02-17[APPLETALK]: Use '%Z' for size_t.David S. Miller
2004-01-24[APPLETALK]: Do not use lvalue in assignment.Andrew Morton
2004-01-08[APPLETALK DDP]: Use size_t for size in {send,recv}msg.Stephen Hemminger
2003-12-29[NET]: Missing sysctl strategy entries in net/{core,ipv6,appletalk}Hideaki Yoshifuji
2003-10-30[IPX]: Missing memset()'s in route and interface creation.Arnaldo Carvalho de Melo
2003-10-30[IPX]: Fix checksum computation.David S. Miller
2003-10-30[IPX]: Memset newly allocated atalk private area.Arnaldo Carvalho de Melo
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches
2003-09-09[PATCH] Fix SEQ_START_TOKEN typoJoe Perches
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches
2003-09-04[NET]: Remove all the silly 'NET4.x' init messages.David S. Miller
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell
2003-08-30[DDP]: Convert to new protocol interface.Stephen Hemminger
2003-08-30[DDP]: Missing netdev refcounting.Stephen Hemminger
2003-08-30[ATALK]: Move aarp procfs file into atalk subdirectory.Stephen Hemminger
2003-08-30[DDP]: Fix oops in aecho socket handling.Stephen Hemminger
2003-08-30[DDP]: Fix obsolete comment about module handling.Stephen Hemminger
2003-08-30[ATALK]: Set owner on /proc/net/atalk directory.Stephen Hemminger
2003-08-30[ATALK]: Convert AARP over to seq_file.Stephen Hemminger
2003-08-30[ATALK]: AARP needs to use del_timer_sync().Stephen Hemminger
2003-08-30[ATALK]: Purge AARP table on module unload.Stephen Hemminger