aboutsummaryrefslogtreecommitdiffstats
path: root/net/appletalk
AgeCommit message (Expand)AuthorFilesLines
2005-01-13[ATALK]: Add ioctls to allow ifx txqueuelen sets/getsNeil Horman1-0/+3
2005-01-13[NET]: Lock initializer cleanup.Thomas Gleixner2-4/+4
2004-12-27[APPLETALK]: Make some code static.Adrian Bunk3-8/+8
2004-11-14[PATCH] fix appletalk lockingAndries E. Brouwer1-1/+1
2004-11-13[APPLETALK]: Missing file add in recent commit.David S. Miller1-0/+43
2004-11-10[NET]: Remove net_init.c ifdef clutter.Christoph Hellwig1-1/+1
2004-11-01[APPLETALK]: Remove an unused functionAdrian Bunk1-7/+0
2004-08-18[ATALK]: Fix build with SYSCTL=nStephen Hemminger4-40/+4
2004-07-26[PATCH] appletalk SIOCADDRT fixAlexander Viro1-5/+5
2004-06-05[NET]: Fix compat bug in recvmsg/sendmsg wrt MSG_CMSG_COMPAT.Olaf Hering1-1/+1
2004-06-03[PATCH] sparse: appletalk annotationAlexander Viro1-8/+9
2004-05-30[PATCH] sparse: dev_ioctl() callersAlexander Viro1-1/+1
2004-05-29Add __user annotations to sock_get_timestamp()Linus Torvalds1-1/+1
2004-04-15[NET]: Do lazy gettimeofday for network packets.Andi Kleen1-7/+1
2004-02-17[APPLETALK]: Use '%Z' for size_t.David S. Miller1-2/+2
2004-01-24[APPLETALK]: Do not use lvalue in assignment.Andrew Morton1-1/+1
2004-01-08[APPLETALK DDP]: Use size_t for size in {send,recv}msg.Stephen Hemminger1-2/+2
2003-12-29[NET]: Missing sysctl strategy entries in net/{core,ipv6,appletalk}Hideaki Yoshifuji1-0/+3
2003-10-30[IPX]: Missing memset()'s in route and interface creation.Arnaldo Carvalho de Melo1-0/+2
2003-10-30[IPX]: Fix checksum computation.David S. Miller1-2/+6
2003-10-30[IPX]: Memset newly allocated atalk private area.Arnaldo Carvalho de Melo1-0/+1
2003-10-06[NET]: Delete support for old-style protocols, no longer necessary.David S. Miller1-2/+0
2003-09-24[NET]: Add and use PKT_CAN_SHARE_SKB instead of (void *) 1.Joe Perches1-2/+2
2003-09-09[PATCH] Fix SEQ_START_TOKEN typoJoe Perches1-1/+1
2003-09-09[PATCH] Use SEQ_START_TOKEN in include/net/* [3/3]Joe Perches2-12/+12
2003-09-04[NET]: Remove all the silly 'NET4.x' init messages.David S. Miller1-4/+1
2003-09-01[NET]: Use MODULE_ALIAS() in network families.Rusty Russell1-0/+1
2003-08-30[DDP]: Convert to new protocol interface.Stephen Hemminger1-25/+102
2003-08-30[DDP]: Missing netdev refcounting.Stephen Hemminger1-0/+4
2003-08-30[ATALK]: Move aarp procfs file into atalk subdirectory.Stephen Hemminger3-23/+10
2003-08-30[DDP]: Fix oops in aecho socket handling.Stephen Hemminger1-4/+1
2003-08-30[DDP]: Fix obsolete comment about module handling.Stephen Hemminger1-7/+4
2003-08-30[ATALK]: Set owner on /proc/net/atalk directory.Stephen Hemminger1-0/+1
2003-08-30[ATALK]: Convert AARP over to seq_file.Stephen Hemminger1-79/+160
2003-08-30[ATALK]: AARP needs to use del_timer_sync().Stephen Hemminger1-1/+1
2003-08-30[ATALK]: Purge AARP table on module unload.Stephen Hemminger1-0/+27
2003-08-30[ATALK]: AARP ->last_sent field never set.Stephen Hemminger1-0/+1
2003-08-30[ATALK]: Fix whitespace in /proc/net/atalk/interfaces header.Stephen Hemminger1-1/+1
2003-08-30[DDP]: Invert logic for clarity.Stephen Hemminger1-10/+8
2003-08-30[DDP]: Missing sk_set_owner().Stephen Hemminger1-0/+2
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo2-46/+36
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo3-57/+59
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo1-6/+7
2003-05-19[NET]: More device register/unregister fixing.David S. Miller1-2/+1
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller1-1/+2
2003-05-14[APPLETALK]: extern inline --> static inline.David S. Miller1-3/+5
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji1-0/+3
2003-05-02o appletalk: use revised net module infrastructureArnaldo Carvalho de Melo1-0/+1
2003-04-27o appletalk: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo1-20/+9
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise1-2/+2
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris1-6/+8
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski1-2/+0
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst1-3/+0
2002-10-23kbuild: Allow for <mod>-y as well as <mod>-objs for multipart objects.Kai Germaschewski1-1/+0
2002-10-11net/appletalk/ddp.c: Update SOCKOPS_WRAPPED to new AIO recvmsg/sendmsg args.David S. Miller1-4/+4
2002-10-07o Appletalk: convert aarp_lock from spinlock to rwlockArnaldo Carvalho de Melo1-95/+91
2002-10-07o Appletalk: convert some spinlocks to rwlocksArnaldo Carvalho de Melo3-41/+40
2002-10-06o Appletalk: use seq_file for proc stuffArnaldo Carvalho de Melo5-223/+371
2002-08-06make psnap and p8022 use the new LLC stackArnaldo Carvalho de Melo2-27/+13
2002-08-03Appletalk: more cleanups and code reorganizationArnaldo Carvalho de Melo2-283/+303
2002-07-19net/appletalk/ddp.c: More merge botches by yours truly.David S. Miller1-0/+4
2002-07-19net/appletalk/ddp.c: Fix merge botch by yours truly.David S. Miller1-21/+18
2002-07-18Manual content merge with Rusty's ISO struct initializers patch.David S. Miller3-247/+304
2002-07-18NET: Use ISO C struct initializers.Rusty Russell2-21/+21
2002-07-16Appletalk Cleanups, mark some places that need work for shared skb supportArnaldo Carvalho de Melo3-267/+325
2002-05-24kbuild: Use standard multi-part object declaration in net/*Kai Germaschewski1-10/+4
2002-02-10Split protocol specific information out from struct sock.David S. Miller1-83/+82
2002-02-04v2.4.10.1 -> v2.4.10.2Linus Torvalds1-0/+2
2002-02-04v2.4.9.7 -> v2.4.9.8Linus Torvalds1-2/+2
2002-02-04v2.4.9.1 -> v2.4.9.2Linus Torvalds1-2/+10
2002-02-04v2.4.8.4 -> v2.4.9Linus Torvalds1-4/+2
2002-02-04v2.4.5.7 -> v2.4.5.8Linus Torvalds1-10/+4
2002-02-04v2.4.3.2 -> v2.4.3.3Linus Torvalds1-2/+3
2002-02-04v2.4.1.2 -> v2.4.1.3Linus Torvalds1-2/+0
2002-02-04v2.4.0.9 -> v2.4.0.10Linus Torvalds2-958/+564
2002-02-04Import changesetLinus Torvalds4-0/+3484