aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/net.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-14tipc: delete extra semicolon blocking node deletionPaul Gortmaker1-1/+1
2011-03-13tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens1-21/+4
2011-03-13tipc: Convert node object array to a hash tableAllan Stephens1-10/+5
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens1-2/+1
2011-03-13tipc: Split up unified structure of network-related variablesAllan Stephens1-10/+12
2011-03-13tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens1-1/+2
2011-01-01tipc: remove redundant #includesAllan Stephens1-2/+0
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-10/+0
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens1-6/+19
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens1-45/+0
2011-01-01tipc: Remove prototype code for supporting multiple zonesAllan Stephens1-16/+25
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-5/+0
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker1-9/+0
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker1-0/+1
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens1-2/+2
2010-03-30tipc: define needless global scoped variable staticHagen Paul Pfeifer1-1/+1
2010-03-24tipc: remove trailing space in messagesFrans Pop1-1/+1
2010-03-04tipc: Fix oops on send prior to entering networked mode (v3)Neil Horman1-21/+4
2008-09-02tipc: Don't use structure names which easily globally conflict.David S. Miller1-1/+1
2008-07-14tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens1-2/+2
2008-05-21tipc: Fix initialization sequence problems when entering network modeAllan Stephens1-3/+7
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-37/+37
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-4/+1
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-03-20[TIPC]: CleanupsAdrian Bunk1-1/+2
2006-03-20[TIPC]: Fix simple sparse warningsSam Ravnborg1-2/+2
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-63/+63
2006-01-12[TIPC] More updates of file headersPer Liden1-1/+1
2006-01-12[TIPC] Update of file headersPer Liden1-2/+1
2006-01-12[TIPC] License header updatePer Liden1-8/+12
2006-01-12[TIPC] Initial mergePer Liden1-0/+308