summaryrefslogtreecommitdiff
path: root/net/tipc/name_table.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-25tipc: Revert name table translation optimizationAllan Stephens1-4/+13
2012-02-25tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens1-0/+7
2012-02-25tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens1-23/+1
2011-12-30tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker1-6/+7
2011-12-30tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker1-1/+1
2011-06-25tipc: Eliminate checks for empty zone list during name translationAllan Stephens1-5/+2
2011-06-25tipc: Convert name table publication lists to standard kernel listsAllan Stephens1-157/+83
2011-06-25tipc: Partition name table instance array info into two partsAllan Stephens1-61/+89
2011-01-02tipc: remove extraneous braces from single statementsAllan Stephens1-4/+2
2011-01-02tipc: remove zeroing assignments to static global variablesAllan Stephens1-1/+1
2011-01-02tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-7/+7
2011-01-02tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-31/+2
2010-12-03tipc: Remove obsolete inclusions of header filesAllan Stephens1-5/+0
2010-10-14tipc: clean out all instances of #if 0'd unused codePaul Gortmaker1-17/+0
2010-09-24net: return operator cleanupEric Dumazet1-1/+1
2010-09-07tipc: Minor optimizations to name table translation codeAllan Stephens1-3/+1
2010-08-18tipc: Minor enhancements to name table display formatAllan Stephens1-28/+16
2010-05-13tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens1-1/+1
2008-11-08tipc: trivial endian annotation in debug statementHarvey Harrison1-1/+1
2008-07-15tipc: Optimization to multicast name lookup algorithmAllan Stephens1-13/+30
2008-07-15tipc: Fix bug in scope checking for multicast messagesAllan Stephens1-2/+4
2008-06-05tipc: Add missing spinlock in name table display codeAllan Stephens1-1/+3
2008-06-05tipc: Prevent display of name table types with no publicationsAllan Stephens1-0/+3
2008-05-13tipc: Enhancements to name table initializationAllan Stephens1-5/+2
2007-08-03[TIPC]: Make function tipc_nameseq_subscribe static.Florian Westphal1-1/+1
2007-07-19some kmalloc/memset ->kzalloc (tree wide)Yoann Padioleau1-2/+1
2007-02-11[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-53/+53
2006-07-22[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-12/+4
2006-06-28[PATCH] spin/rwlock init cleanupsIngo Molnar1-2/+2
2006-06-26[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens1-3/+3
2006-06-26[TIPC]: First phase of assert() cleanupAllan Stephens1-85/+94
2006-06-26[TIPC]: Prevent name table corruption if no room for new publicationAllan Stephens1-9/+9
2006-03-21[TIPC]: CleanupsAdrian Bunk1-8/+12
2006-03-21[TIPC]: Remove inlines from *.cSam Ravnborg1-3/+3
2006-03-21[TIPC]: Fix simple sparse warningsSam Ravnborg1-18/+18
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-103/+103
2006-01-13[TIPC] More updates of file headersPer Liden1-1/+1
2006-01-13[TIPC] Update of file headersPer Liden1-2/+1
2006-01-13[TIPC] License header updatePer Liden1-19/+23
2006-01-13[TIPC] Initial mergePer Liden1-0/+1076