summaryrefslogtreecommitdiffstats
path: root/net/tipc/discover.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: clean up neigbor discovery message receptionJon Paul Maloy2014-05-141-108/+111
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-141-1/+1
* tipc: fix a possible memory leakYing Xue2014-04-281-1/+3
* tipc: fix race in disc create/deleteYing Xue2014-04-231-18/+35
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-231-7/+10
* tipc: make discovery domain a bearer attributeErik Hugne2014-03-281-12/+7Star
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-2/+2
* tipc: introduce new spinlock to protect struct link_reqYing Xue2014-01-081-2/+9
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-101-13/+4Star
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-181-4/+3Star
* tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy2013-04-171-1/+1
* tipc: remove the bearer congestion mechanismYing Xue2012-11-221-1/+1
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-141-4/+2Star
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-141-2/+2
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-14/+0Star
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-3/+3
* tipc: Detect duplicate nodes using different network interfacesAllan Stephens2012-02-241-14/+58
* tipc: Introduce node signature field in neighbor discovery messageAllan Stephens2012-02-241-0/+3
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-301-10/+10
* tipc: Ignore neighbor discovery messages containing invalid addressAllan Stephens2011-12-271-0/+3
* tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens2011-12-271-2/+2
* tipc: Ensure both nodes recognize loss of contact between themAllan Stephens2011-09-181-6/+0Star
* tipc: Revise timings used when sending link request messagesAllan Stephens2011-05-101-30/+36
* tipc: Add monitoring of number of nodes discovered by bearerAllan Stephens2011-05-101-5/+27
* tipc: Enhance sending of discovery object link request messagesAllan Stephens2011-05-101-1/+13
* tipc: Enhance handling of discovery object creation failuresAllan Stephens2011-05-101-24/+21Star
* tipc: Strengthen checks for neighboring node discoveryAllan Stephens2011-05-101-2/+5
* tipc: Don't respond to neighbor discovery request on blocked bearerAllan Stephens2011-03-131-1/+1
* tipc: Eliminate unnecessary constant for neighbor discovery msg sizeAllan Stephens2011-03-131-2/+2
* tipc: Optimizations to link creation codeAllan Stephens2011-03-131-1/+1
* tipc: Give Tx of discovery responses priority over link messagesAllan Stephens2011-03-131-7/+9
* tipc: Cosmetic changes to neighbor discovery logicAllan Stephens2011-03-131-44/+59
* tipc: Remove unused message header field for requested number of linksAllan Stephens2011-02-241-8/+3Star
* tipc: Combine bearer structure with tipc_bearer structureAllan Stephens2011-02-241-13/+13
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-1/+1
* tipc: remove redundant #includesAllan Stephens2011-01-011-2/+0Star
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-4/+0Star
* tipc: Remove prototype code for supporting slave nodesAllan Stephens2011-01-011-4/+0Star
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-2/+0Star
* tipc: cleanup function namespacestephen hemminger2010-10-161-15/+1Star
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-131-20/+0Star
* tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens2010-08-181-0/+8
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-131-3/+3
* tipc: Relocate trivial link status functions to header fileAllan Stephens2010-05-131-1/+1
* tipc: Don't use structure names which easily globally conflict.David S. Miller2008-09-031-1/+1
* tipc: Message rejection rework preparatory changesAllan Stephens2008-06-051-1/+1
* tipc: Optimize message initialization routineAllan Stephens2008-06-051-2/+1Star
* tipc: Minor optimizations to received message processingAllan Stephens2008-06-051-2/+2
* tipc: Optimize null pointer check during neighbor discoveryAllan Stephens2008-05-211-3/+2Star
* [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-25/+25