summaryrefslogtreecommitdiff
path: root/net/appletalk
AgeCommit message (Expand)Author
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
2003-08-30[ATALK]: AARP ->last_sent field never set.Stephen Hemminger
2003-08-30[ATALK]: Fix whitespace in /proc/net/atalk/interfaces header.Stephen Hemminger
2003-08-30[DDP]: Invert logic for clarity.Stephen Hemminger
2003-08-30[DDP]: Missing sk_set_owner().Stephen Hemminger
2003-06-16o net: use hlist for struct sock hash listsArnaldo Carvalho de Melo
2003-06-04o net: create struct sock_common and use in struct sock & tcp_tw_bucketArnaldo Carvalho de Melo
2003-05-27o net: abstract access to struct sock ->flagsArnaldo Carvalho de Melo
2003-05-19[NET]: More device register/unregister fixing.David S. Miller
2003-05-19[NET]: Fix netdevice unregister races.David S. Miller
2003-05-14[APPLETALK]: extern inline --> static inline.David S. Miller
2003-05-09[NET]: Set file_operations->owner as appropriate.Hideaki Yoshifuji
2003-05-02o appletalk: use revised net module infrastructureArnaldo Carvalho de Melo
2003-04-27o appletalk: remove MOD_{INC,DEC}_USE_COUNTArnaldo Carvalho de Melo
2003-03-05[NET]: Simplify scm handling and sendmsg/recvmsg invocation, consolidate net ...Benjamin LaHaise
2003-03-02[NET]: Convert volatile char socket flags to real bitops mask, work by Pedro ...James Morris
2003-02-03kbuild: Remove export-objs := ... statementsKai Germaschewski
2002-12-14[PATCH] Remove Rules.make from Makefiles (3/3)Brian Gerst
2002-10-23kbuild: Allow for <mod>-y as well as <mod>-objs for multipart objects.Kai Germaschewski
2002-10-11net/appletalk/ddp.c: Update SOCKOPS_WRAPPED to new AIO recvmsg/sendmsg args.David S. Miller
2002-10-07o Appletalk: convert aarp_lock from spinlock to rwlockArnaldo Carvalho de Melo