summaryrefslogtreecommitdiff
path: root/net/tipc/node.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue1-10/+11
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue1-4/+3
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue1-12/+16
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue1-29/+30
2014-03-27tipc: remove unnecessary checking for node objectYing Xue1-6/+0
2014-02-19tipc: align tipc function names with common naming practice in the networkYing Xue1-1/+1
2014-02-17tipc: fix a loop style problemJon Paul Maloy1-5/+5
2014-02-14tipc: delay delete of link when failover is neededJon Paul Maloy1-1/+7
2014-01-08tipc: rename functions related to link failover and improve commentsJon Paul Maloy1-2/+2
2014-01-05tipc: remove unused codestephen hemminger1-5/+0
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue1-5/+1
2013-11-08tipc: message reassembly using fragment chainErik Hugne1-3/+4
2013-02-28hlist: drop the node parameter from iteratorsSasha Levin1-2/+1
2012-11-22tipc: introduce message to synchronize broadcast linkJon Maloy1-3/+2
2012-11-22tipc: rename supported flag to recv_permittedYing Xue1-3/+3
2012-11-22tipc: remove supportable flag from bclink structureYing Xue1-5/+3
2012-07-14tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-11/+11
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-13/+0
2012-04-24tipc: remove inline instances from C source files.Paul Gortmaker1-1/+1
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens1-1/+1
2012-02-25tipc: Eliminate support for tipc_mode global variableAllan Stephens1-1/+1
2012-02-25tipc: Minor optimization to broadcast link synchronization logicAllan Stephens1-3/+1
2012-02-25tipc: Remove obsolete comments about routing table updatesAllan Stephens1-46/+0
2012-02-25tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-2/+2
2012-02-25tipc: Hide internal details of node table implementationAllan Stephens1-0/+13
2012-02-25tipc: Introduce node signature field in neighbor discovery messageAllan Stephens1-0/+1
2012-02-07tipc: Remove obsolete broadcast tag capabilityAllan Stephens1-6/+1
2012-02-07tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens1-2/+2
2012-02-07tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens1-1/+2
2011-12-30tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-9/+9
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens1-2/+1
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens1-2/+2
2011-09-18tipc: Ensure both nodes recognize loss of contact between themAllan Stephens1-5/+6
2011-09-01tipc: Prevent broadcast link stalling when another node failsAllan Stephens1-1/+1
2011-09-01tipc: Enhance cleanup of broadcast link when contact with node is lostAllan Stephens1-14/+18
2011-03-13tipc: Optimizations to link creation codeAllan Stephens1-26/+4
2011-03-13tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker1-3/+3
2011-03-13tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens1-0/+2
2011-03-13tipc: Convert node object array to a hash tableAllan Stephens1-27/+43
2011-03-13tipc: Split up unified structure of network-related variablesAllan Stephens1-15/+15
2011-03-13tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens1-3/+4
2011-03-13tipc: Cosmetic changes to node subscription codeAllan Stephens1-8/+1
2011-03-13tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens1-6/+7
2011-03-13tipc: Add network address mask helper routinesAllan Stephens1-1/+1
2011-03-13tipc: Correct broadcast link peer info when displaying linksAllan Stephens1-1/+1
2011-02-24tipc: Combine bearer structure with tipc_bearer structureAllan Stephens1-2/+2
2011-01-02tipc: remove zeroing assignments to static global variablesAllan Stephens1-1/+1
2011-01-02tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-1/+1
2011-01-02tipc: remove redundant #includesAllan Stephens1-1/+0
2011-01-02tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-3/+0