aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAge
* tipc: simplify link mtu negotiationJon Paul Maloy2015-04-02
* tipc: eliminate delayed link deletion at link failoverJon Paul Maloy2015-04-02
* tipc: involve reference counter for node structureYing Xue2015-03-29
* tipc: fix potential deadlock when all links are resetYing Xue2015-03-29
* tipc: split link outqueueJon Paul Maloy2015-03-14
* tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe2015-02-09
* tipc: convert legacy nl node dump to nl compatRichard Alpe2015-02-09
* tipc: convert legacy nl link dump to nl compatRichard Alpe2015-02-09
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-09
* tipc: eliminate race condition at multicast receptionJon Paul Maloy2015-02-05
* tipc: simplify connection abort notifications when links breakJon Paul Maloy2015-02-05
* tipc: resolve race problem at unicast message receptionJon Paul Maloy2015-02-05
* tipc: reduce usage of context info in socket and linkJon Paul Maloy2015-02-05
* tipc: eliminate race during node creationJon Paul Maloy2015-02-04
* tipc: avoid stale link after aborted failoverJon Paul Maloy2015-02-04
* tipc: fix excessive network event loggingErik Hugne2015-01-26
* tipc: make tipc node address support net namespaceYing Xue2015-01-12
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-12
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-12
* tipc: fix broadcast wakeup contention after congestionRichard Alpe2014-12-10
* tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-26
* tipc: remove node subscription infrastructureYing Xue2014-11-26
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-24
* tipc: add node get/dump to new netlink apiRichard Alpe2014-11-21
* tipc: fix a potential deadlockYing Xue2014-10-21
* tipc: fix bug in multicast congestion handlingJon Maloy2014-10-07
* tipc: use message to abort connections when losing contact to nodeJon Paul Maloy2014-08-23
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-23
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-17
* tipc: make link mtu easily accessible from socketJon Paul Maloy2014-06-27
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-14
* tipc: don't directly overwrite node action_flagsYing Xue2014-05-09
* tipc: rename enum names of node flagsYing Xue2014-05-09
* tipc: avoid to asynchronously deliver name tables to peer nodeYing Xue2014-05-05
* tipc: remove TIPC_NAMES_GONE node flagYing Xue2014-05-05
* tipc: avoid to asynchronously notify subscriptionsYing Xue2014-05-05
* tipc: rename setup_blocked variable of node struct to flagsYing Xue2014-05-05
* tipc: fix out of bounds indexingErik Hugne2014-04-28
* tipc: add ioctl to fetch link namesErik Hugne2014-04-26
* tipc: add support for link state subscriptionsErik Hugne2014-04-26
* tipc: purge tipc_net_lock lockYing Xue2014-04-22
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-22
* tipc: use node list lock to protect tipc_num_links variableYing Xue2014-03-27
* tipc: use node_list_lock to protect tipc_num_nodes variableYing Xue2014-03-27
* tipc: tipc: convert node list and node hlist to RCU listsYing Xue2014-03-27
* tipc: rename node create lock to protect node list and hlistYing Xue2014-03-27
* tipc: remove unnecessary checking for node objectYing Xue2014-03-27
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-18
* tipc: fix a loop style problemJon Paul Maloy2014-02-17
* tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-13