summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix bug in multicast congestion handlingJon Maloy2014-10-071-0/+5
* tipc: use message to abort connections when losing contact to nodeJon Paul Maloy2014-08-231-0/+78
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-231-0/+12
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-161-10/+3
* tipc: make link mtu easily accessible from socketJon Paul Maloy2014-06-271-4/+21
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-141-4/+3
* 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/+4
* 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-221-2/+0
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-221-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/+3
* 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/+0
* 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-071-2/+2
* tipc: remove unused codestephen hemminger2014-01-041-5/+0
* tipc: eliminate redundant code with kfree_skb_list routineYing Xue2013-12-111-5/+1
* tipc: message reassembly using fragment chainErik Hugne2013-11-071-3/+4
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-2/+1
* tipc: introduce message to synchronize broadcast linkJon Maloy2012-11-221-3/+2
* tipc: rename supported flag to recv_permittedYing Xue2012-11-221-3/+3
* tipc: remove supportable flag from bclink structureYing Xue2012-11-221-5/+3
* 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
OpenPOWER on IntegriCloud