aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/node.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-01tipc: remove zeroing assignments to static global variablesGravatar Allan Stephens 1-1/+1
2011-01-01tipc: cleanup various cosmetic whitespace issuesGravatar Allan Stephens 1-1/+1
2011-01-01tipc: remove redundant #includesGravatar Allan Stephens 1-1/+0
2011-01-01tipc: remove calls to dbg() and msg_dbg()Gravatar Allan Stephens 1-3/+0
2011-01-01tipc: Remove internal linked list of node objectsGravatar Allan Stephens 1-27/+16
2011-01-01tipc: Remove prototype code for supporting multiple clustersGravatar Allan Stephens 1-19/+18
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingGravatar Allan Stephens 1-159/+7
2011-01-01tipc: Remove prototype code for supporting slave nodesGravatar Allan Stephens 1-45/+14
2011-01-01tipc: Remove prototype code for supporting multiple zonesGravatar Allan Stephens 1-4/+3
2010-12-02tipc: Delete useless function prototypesGravatar Allan Stephens 1-1/+0
2010-12-02tipc: Remove obsolete inclusions of header filesGravatar Allan Stephens 1-6/+0
2010-10-16tipc: cleanup function namespaceGravatar stephen hemminger 1-17/+2
2010-10-13tipc: clean out all instances of #if 0'd unused codeGravatar Paul Gortmaker 1-26/+0
2010-09-23net: return operator cleanupGravatar Eric Dumazet 1-3/+3
2010-08-17tipc: Prevent missing name table entries when link flip-flops rapidlyGravatar Allan Stephens 1-0/+19
2010-08-17tipc: Optimize tipc_node_has_active_links()Gravatar Allan Stephens 1-2/+1
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningGravatar Allan Stephens 1-6/+6
2010-03-24tipc: remove trailing space in messagesGravatar Frans Pop 1-1/+1
2009-03-18tipc: fix non-const printf format argumentsGravatar Stephen Hemminger 1-1/+1
2008-09-02tipc: Don't use structure names which easily globally conflict.Gravatar David S. Miller 1-30/+30
2008-07-14tipc: Add missing locks when inspecting node list & link listGravatar Allan Stephens 1-5/+24
2008-05-21tipc: Prevent node object duplication due to simultaneous discoveryGravatar Allan Stephens 1-0/+26
2007-08-02[TIPC]: Fix two minor sparse warnings.Gravatar Florian Westphal 1-2/+0
2007-02-10[NET] TIPC: Fix whitespace errors.Gravatar YOSHIFUJI Hideaki 1-110/+110
2006-12-02[TIPC]: Use kzalloc where appropriateGravatar Arnaldo Carvalho de Melo 1-2/+1
2006-12-02[TIPC]: endianness annotationsGravatar Al Viro 1-6/+3
2006-10-18[TIPC]: Can now list multicast link on an isolated network nodeGravatar Allan Stephens 1-1/+1
2006-06-29[TIPC]: Improve response to requests for node/link informationGravatar Allan Stephens 1-9/+17
2006-06-27[PATCH] spin/rwlock init cleanupsGravatar Ingo Molnar 1-1/+1
2006-06-25[TIPC]: Fixed link switchover bugsGravatar Allan Stephens 1-2/+5
2006-06-25[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Gravatar Allan Stephens 1-32/+36
2006-06-25[TIPC]: First phase of assert() cleanupGravatar Allan Stephens 1-2/+1
2006-03-20[TIPC]: CleanupsGravatar Adrian Bunk 1-1/+1
2006-03-20[TIPC]: Fix simple sparse warningsGravatar Sam Ravnborg 1-9/+9
2006-01-18[TIPC] Avoid polluting the global namespaceGravatar Per Liden 1-108/+107
2006-01-12[TIPC] More updates of file headersGravatar Per Liden 1-1/+1
2006-01-12[TIPC] Update of file headersGravatar Per Liden 1-2/+1
2006-01-12[TIPC] License header updateGravatar Per Liden 1-19/+23
2006-01-12[TIPC] Initial mergeGravatar Per Liden 1-0/+676