aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-06-24tipc: Eliminate unused field in bearer structureAllan Stephens1-1/+0
2011-05-10tipc: Add monitoring of number of nodes discovered by bearerAllan Stephens1-2/+2
2011-05-10tipc: Enhance handling of discovery object creation failuresAllan Stephens1-12/+18
2011-05-10tipc: Strengthen checks for neighboring node discoveryAllan Stephens1-2/+9
2011-03-13tipc: Remove bearer flag indicating existence of broadcast addressAllan Stephens1-5/+2
2011-03-13tipc: Remove unused field in bearer structureAllan Stephens1-1/+0
2011-03-13tipc: Correct misnamed references to neighbor discovery domainAllan Stephens1-7/+7
2011-02-23tipc: Remove unused message header field for requested number of linksAllan Stephens1-1/+1
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens1-50/+48
2011-01-01tipc: remove extraneous braces from single statementsAllan Stephens1-2/+1
2011-01-01tipc: remove zeroing assignments to static global variablesAllan Stephens1-1/+1
2011-01-01tipc: split variable assignments out of conditional expressionsAllan Stephens1-1/+2
2011-01-01tipc: remove redundant #includesAllan Stephens1-1/+0
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-1/+0
2010-12-02tipc: Eliminate useless return value when disabling a bearerAllan Stephens1-4/+5
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-3/+0
2010-10-21tipc: delete needless memset from bearer enabling.Allan Stephens1-2/+0
2010-10-18tipc: Simplify bearer shutdown logicAllan Stephens1-27/+11
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-05-12tipc: Reduce footprint by un-inlining bearer congestion routineAllan Stephens1-0/+12
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens1-2/+2
2010-03-04tipc: Fix oops on send prior to entering networked mode (v3)Neil Horman1-31/+6
2009-08-29tipc: fix test of bearer_priority range in tipc_register_media()roel kluin1-1/+1
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-4/+4
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-29/+29
2006-10-18[TIPC]: Added duplicate node address detection capabilityAllan Stephens1-4/+4
2006-07-21[NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris1-4/+2
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-25[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens1-31/+39
2006-03-20[TIPC]: Fix simple sparse warningsSam Ravnborg1-10/+10
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-85/+85
2006-01-18[TIPC] Updated link priority macrosPer Liden1-6/+13
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-19/+23
2006-01-12[TIPC] Initial mergePer Liden1-0/+689