summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-141-4/+3Star
* tipc: don't directly overwrite node action_flagsYing Xue2014-05-091-2/+4
* tipc: rename enum names of node flagsYing Xue2014-05-091-8/+9
* tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue2014-05-051-1/+15
* tipc: remove TIPC_NAMES_GONE node flagYing Xue2014-05-051-18/+4Star
* tipc: avoid to asynchronously notify subscriptionsYing Xue2014-05-051-2/+21
* tipc: rename setup_blocked variable of node struct to flagsYing Xue2014-05-051-3/+3
* tipc: fix out of bounds indexingErik Hugne2014-04-281-1/+1
* tipc: add ioctl to fetch link namesErik Hugne2014-04-261-0/+27
* tipc: add support for link state subscriptionsErik Hugne2014-04-261-1/+5
* tipc: purge tipc_net_lock lockYing Xue2014-04-231-2/+0Star
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-231-4/+4
* tipc: use node list lock to protect tipc_num_links variableYing Xue2014-03-271-10/+11
* tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue2014-03-271-4/+3Star
* tipc: tipc: convert node list and node hlist to RCU listsYing Xue2014-03-271-12/+16
* tipc: rename node create lock to protect node list and hlistYing Xue2014-03-271-29/+30
* tipc: remove unnecessary checking for node objectYing Xue2014-03-271-6/+0Star
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-1/+1
* tipc: fix a loop style problemJon Paul Maloy2014-02-171-5/+5
* tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-131-1/+7
* tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-081-2/+2
* tipc: remove unused codestephen hemminger2014-01-051-5/+0Star
* tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-111-5/+1Star
* tipc: message reassembly using fragment chainErik Hugne2013-11-081-3/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-281-2/+1Star
* tipc: introduce message to synchronize broadcast linkJon Maloy2012-11-221-3/+2Star
* tipc: rename supported flag to recv_permittedYing Xue2012-11-221-3/+3
* tipc: remove supportable flag from bclink structureYing Xue2012-11-221-5/+3Star
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-141-11/+11
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-13/+0Star
* 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/+1Star
* tipc: Remove obsolete comments about routing table updatesAllan Stephens2012-02-241-46/+0Star
* 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/+1Star
* 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-301-9/+9
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-271-2/+1Star
* 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-181-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/+4Star
* 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