aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/node.c
AgeCommit message (Expand)Author
2014-12-10tipc: fix broadcast wakeup contention after congestionRichard Alpe
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue
2014-11-26tipc: remove node subscription infrastructureYing Xue
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe
2014-11-21tipc: add node get/dump to new netlink apiRichard Alpe
2014-10-21tipc: fix a potential deadlockYing Xue
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy
2014-08-23tipc: use message to abort connections when losing contact to nodeJon Paul Maloy
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy
2014-06-27tipc: make link mtu easily accessible from socketJon Paul Maloy
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy
2014-05-09tipc: don't directly overwrite node action_flagsYing Xue
2014-05-09tipc: rename enum names of node flagsYing Xue
2014-05-05tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue
2014-05-05tipc: remove TIPC_NAMES_GONE node flagYing Xue
2014-05-05tipc: avoid to asynchronously notify subscriptionsYing Xue
2014-05-05tipc: rename setup_blocked variable of node struct to flagsYing Xue
2014-04-28tipc: fix out of bounds indexingErik Hugne
2014-04-26tipc: add ioctl to fetch link namesErik Hugne
2014-04-26tipc: add support for link state subscriptionsErik Hugne
2014-04-22tipc: purge tipc_net_lock lockYing Xue
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue
2014-03-27tipc: use node list lock to protect tipc_num_links variableYing Xue
2014-03-27tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue
2014-03-27tipc: tipc: convert node list and node hlist to RCU listsYing Xue
2014-03-27tipc: rename node create lock to protect node list and hlistYing Xue
2014-03-27tipc: remove unnecessary checking for node objectYing Xue
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue
2014-02-17tipc: fix a loop style problemJon Paul Maloy
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy
2014-01-04tipc: remove unused codestephen hemminger
2013-12-11tipc: eliminate redundant code with kfree_skb_list routineYing Xue
2013-11-07tipc: message reassembly using fragment chainErik Hugne
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2012-11-22tipc: introduce message to synchronize broadcast linkJon Maloy
2012-11-22tipc: rename supported flag to recv_permittedYing Xue
2012-11-22tipc: remove supportable flag from bclink structureYing Xue
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-04-24tipc: remove inline instances from C source files.Paul Gortmaker
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens
2012-02-24tipc: Eliminate support for tipc_mode global variableAllan Stephens
2012-02-24tipc: Minor optimization to broadcast link synchronization logicAllan Stephens
2012-02-24tipc: Remove obsolete comments about routing table updatesAllan Stephens
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens
2012-02-24tipc: Hide internal details of node table implementationAllan Stephens
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens
2012-02-06tipc: Remove obsolete broadcast tag capabilityAllan Stephens