summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-131-11/+11
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-13/+0
* tipc: remove inline instances from C source files.Paul Gortmaker2012-04-241-1/+1
* tipc: Add routines for safe checking of node's network addressAllan Stephens2012-04-191-1/+1
* tipc: Eliminate support for tipc_mode global variableAllan Stephens2012-02-241-1/+1
* tipc: Minor optimization to broadcast link synchronization logicAllan Stephens2012-02-241-3/+1
* tipc: Remove obsolete comments about routing table updatesAllan Stephens2012-02-241-46/+0
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-2/+2
* tipc: Hide internal details of node table implementationAllan Stephens2012-02-241-0/+13
* tipc: Introduce node signature field in neighbor discovery messageAllan Stephens2012-02-241-0/+1
* tipc: Remove obsolete broadcast tag capabilityAllan Stephens2012-02-061-6/+1
* tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens2012-02-061-2/+2
* tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens2012-02-061-1/+2
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-291-9/+9
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-271-2/+1
* tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens2011-12-271-2/+2
* tipc: Ensure both nodes recognize loss of contact between themAllan Stephens2011-09-171-5/+6
* tipc: Prevent broadcast link stalling when another node failsAllan Stephens2011-09-011-1/+1
* tipc: Enhance cleanup of broadcast link when contact with node is lostAllan Stephens2011-09-011-14/+18
* tipc: Optimizations to link creation codeAllan Stephens2011-03-131-26/+4
* tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker2011-03-131-3/+3
* tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens2011-03-131-0/+2
* tipc: Convert node object array to a hash tableAllan Stephens2011-03-131-27/+43
* tipc: Split up unified structure of network-related variablesAllan Stephens2011-03-131-15/+15
* tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens2011-03-131-3/+4
* tipc: Cosmetic changes to node subscription codeAllan Stephens2011-03-131-8/+1
* tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens2011-03-131-6/+7
* tipc: Add network address mask helper routinesAllan Stephens2011-03-131-1/+1
* tipc: Correct broadcast link peer info when displaying linksAllan Stephens2011-03-131-1/+1
* tipc: Combine bearer structure with tipc_bearer structureAllan Stephens2011-02-231-2/+2
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-011-1/+1
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-1/+1
* tipc: remove redundant #includesAllan Stephens2011-01-011-1/+0
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-3/+0
* tipc: Remove internal linked list of node objectsAllan Stephens2011-01-011-27/+16
* tipc: Remove prototype code for supporting multiple clustersAllan Stephens2011-01-011-19/+18
* tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens2011-01-011-159/+7
* tipc: Remove prototype code for supporting slave nodesAllan Stephens2011-01-011-45/+14
* tipc: Remove prototype code for supporting multiple zonesAllan Stephens2011-01-011-4/+3
* tipc: Delete useless function prototypesAllan Stephens2010-12-021-1/+0
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-6/+0
* tipc: cleanup function namespacestephen hemminger2010-10-161-17/+2
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-131-26/+0
* net: return operator cleanupEric Dumazet2010-09-231-3/+3
* tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens2010-08-171-0/+19
* tipc: Optimize tipc_node_has_active_links()Allan Stephens2010-08-171-2/+1
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-121-6/+6
* tipc: remove trailing space in messagesFrans Pop2010-03-241-1/+1
* tipc: fix non-const printf format argumentsStephen Hemminger2009-03-181-1/+1
* tipc: Don't use structure names which easily globally conflict.David S. Miller2008-09-021-30/+30
OpenPOWER on IntegriCloud