summaryrefslogtreecommitdiff
path: root/net/tipc/node.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-02tipc: remove zeroing assignments to static global variablesAllan Stephens1-1/+1
2011-01-02tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-1/+1
2011-01-02tipc: remove redundant #includesAllan Stephens1-1/+0
2011-01-02tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-3/+0
2011-01-02tipc: Remove internal linked list of node objectsAllan Stephens1-27/+16
2011-01-02tipc: Remove prototype code for supporting multiple clustersAllan Stephens1-19/+18
2011-01-02tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens1-159/+7
2011-01-02tipc: Remove prototype code for supporting slave nodesAllan Stephens1-45/+14
2011-01-02tipc: Remove prototype code for supporting multiple zonesAllan Stephens1-4/+3
2010-12-03tipc: Delete useless function prototypesAllan Stephens1-1/+0
2010-12-03tipc: Remove obsolete inclusions of header filesAllan Stephens1-6/+0
2010-10-16tipc: cleanup function namespacestephen hemminger1-17/+2
2010-10-14tipc: clean out all instances of #if 0'd unused codePaul Gortmaker1-26/+0
2010-09-24net: return operator cleanupEric Dumazet1-3/+3
2010-08-18tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens1-0/+19
2010-08-18tipc: Optimize tipc_node_has_active_links()Allan Stephens1-2/+1
2010-05-13tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens1-6/+6
2010-03-25tipc: remove trailing space in messagesFrans Pop1-1/+1
2009-03-19tipc: fix non-const printf format argumentsStephen Hemminger1-1/+1
2008-09-03tipc: Don't use structure names which easily globally conflict.David S. Miller1-30/+30
2008-07-15tipc: Add missing locks when inspecting node list & link listAllan Stephens1-5/+24
2008-05-22tipc: Prevent node object duplication due to simultaneous discoveryAllan Stephens1-0/+26
2007-08-03[TIPC]: Fix two minor sparse warnings.Florian Westphal1-2/+0
2007-02-11[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-110/+110
2006-12-03[TIPC]: Use kzalloc where appropriateArnaldo Carvalho de Melo1-2/+1
2006-12-03[TIPC]: endianness annotationsAl Viro1-6/+3
2006-10-19[TIPC]: Can now list multicast link on an isolated network nodeAllan Stephens1-1/+1
2006-06-30[TIPC]: Improve response to requests for node/link informationAllan Stephens1-9/+17
2006-06-28[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-26[TIPC]: Fixed link switchover bugsAllan Stephens1-2/+5
2006-06-26[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens1-32/+36
2006-06-26[TIPC]: First phase of assert() cleanupAllan Stephens1-2/+1
2006-03-21[TIPC]: CleanupsAdrian Bunk1-1/+1
2006-03-21[TIPC]: Fix simple sparse warningsSam Ravnborg1-9/+9
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-108/+107
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/+676