aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/discover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-27tipc: Ignore neighbor discovery messages containing invalid addressAllan Stephens1-0/+3
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens1-2/+2
2011-09-17tipc: Ensure both nodes recognize loss of contact between themAllan Stephens1-6/+0
2011-05-10tipc: Revise timings used when sending link request messagesAllan Stephens1-30/+36
2011-05-10tipc: Add monitoring of number of nodes discovered by bearerAllan Stephens1-5/+27
2011-05-10tipc: Enhance sending of discovery object link request messagesAllan Stephens1-1/+13
2011-05-10tipc: Enhance handling of discovery object creation failuresAllan Stephens1-24/+21
2011-05-10tipc: Strengthen checks for neighboring node discoveryAllan Stephens1-2/+5
2011-03-13tipc: Don't respond to neighbor discovery request on blocked bearerAllan Stephens1-1/+1
2011-03-13tipc: Eliminate unnecessary constant for neighbor discovery msg sizeAllan Stephens1-2/+2
2011-03-13tipc: Optimizations to link creation codeAllan Stephens1-1/+1
2011-03-13tipc: Give Tx of discovery responses priority over link messagesAllan Stephens1-7/+9
2011-03-13tipc: Cosmetic changes to neighbor discovery logicAllan Stephens1-44/+59
2011-02-23tipc: Remove unused message header field for requested number of linksAllan Stephens1-8/+3
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens1-13/+13
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-1/+1
2011-01-01tipc: remove redundant #includesAllan Stephens1-2/+0
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-4/+0
2011-01-01tipc: Remove prototype code for supporting slave nodesAllan Stephens1-4/+0
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-2/+0
2010-10-16tipc: cleanup function namespacestephen hemminger1-15/+1
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker1-20/+0
2010-08-17tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens1-0/+8
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens1-3/+3
2010-05-12tipc: Relocate trivial link status functions to header fileAllan Stephens1-1/+1
2008-09-02tipc: Don't use structure names which easily globally conflict.David S. Miller1-1/+1
2008-06-04tipc: Message rejection rework preparatory changesAllan Stephens1-1/+1
2008-06-04tipc: Optimize message initialization routineAllan Stephens1-2/+1
2008-06-04tipc: Minor optimizations to received message processingAllan Stephens1-2/+2
2008-05-21tipc: Optimize null pointer check during neighbor discoveryAllan Stephens1-3/+2
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-25/+25
2006-10-18[TIPC]: Fixed slow link reactivation when link tolerance is largeAllan Stephens1-3/+4
2006-10-18[TIPC]: Added duplicate node address detection capabilityAllan Stephens1-1/+31
2006-07-21[TIPC]: Removing useless castsPanagiotis Issaris1-1/+1
2006-06-25[TIPC]: Fix incorrect correction to discovery timer frequency computation.Allan Stephens1-3/+3
2006-06-25[TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens1-5/+2
2006-03-20[TIPC]: CleanupsAdrian Bunk1-4/+4
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-26/+26
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} Fixed bug in disc_timeout()Jon Maloy1-26/+2
2006-01-12[TIPC] Initial mergePer Liden1-0/+339