aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-23tipc: use message to abort connections when losing contact to nodeJon Paul Maloy1-0/+78
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-0/+12
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy1-10/+3
2014-06-27tipc: make link mtu easily accessible from socketJon Paul Maloy1-4/+21
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy1-4/+3
2014-05-09tipc: don't directly overwrite node action_flagsYing Xue1-2/+4
2014-05-09tipc: rename enum names of node flagsYing Xue1-8/+9
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue1-1/+15
2014-05-05tipc: remove TIPC_NAMES_GONE node flagYing Xue1-18/+4
2014-05-05tipc: avoid to asynchronously notify subscriptionsYing Xue1-2/+21
2014-05-05tipc: rename setup_blocked variable of node struct to flagsYing Xue1-3/+3
2014-04-28tipc: fix out of bounds indexingErik Hugne1-1/+1
2014-04-26tipc: add ioctl to fetch link namesErik Hugne1-0/+27
2014-04-26tipc: add support for link state subscriptionsErik Hugne1-1/+5
2014-04-22tipc: purge tipc_net_lock lockYing Xue1-2/+0
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue1-4/+4
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-18tipc: 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-13tipc: delay delete of link when failover is neededJon Paul Maloy1-1/+7
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy1-2/+2
2014-01-04tipc: remove unused codestephen hemminger1-5/+0
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue1-5/+1
2013-11-07tipc: message reassembly using fragment chainErik Hugne1-3/+4
2013-02-27hlist: 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-13tipc: 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-24tipc: Eliminate support for tipc_mode global variableAllan Stephens1-1/+1
2012-02-24tipc: Minor optimization to broadcast link synchronization logicAllan Stephens1-3/+1
2012-02-24tipc: Remove obsolete comments about routing table updatesAllan Stephens1-46/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens1-2/+2
2012-02-24tipc: Hide internal details of node table implementationAllan Stephens1-0/+13
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens1-0/+1
2012-02-06tipc: Remove obsolete broadcast tag capabilityAllan Stephens1-6/+1
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens1-2/+2
2012-02-06tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens1-1/+2
2011-12-29tipc: 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-17tipc: 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