aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/discover.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-27tipc: fix a possible memory leakYing Xue1-1/+3
2014-04-22tipc: fix race in disc create/deleteYing Xue1-18/+35
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue1-7/+10
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne1-12/+7
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue1-2/+2
2014-01-07tipc: introduce new spinlock to protect struct link_reqYing Xue1-2/+9
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne1-13/+4
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker1-4/+3
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy1-1/+1
2012-11-21tipc: remove the bearer congestion mechanismYing Xue1-1/+1
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne1-4/+2
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-2/+2
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-14/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-3/+3
2012-02-24tipc: Detect duplicate nodes using different network interfacesAllan Stephens1-14/+58
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens1-0/+3
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-10/+10
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