summaryrefslogtreecommitdiff
path: root/net/tipc/node.c
AgeCommit message (Expand)Author
2015-03-14tipc: split link outqueueJon Paul Maloy
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe
2015-02-09tipc: convert legacy nl node dump to nl compatRichard Alpe
2015-02-09tipc: convert legacy nl link dump to nl compatRichard Alpe
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy
2015-02-05tipc: simplify connection abort notifications when links breakJon Paul Maloy
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy
2015-02-04tipc: eliminate race during node creationJon Paul Maloy
2015-02-04tipc: avoid stale link after aborted failoverJon Paul Maloy
2015-01-26tipc: fix excessive network event loggingErik Hugne
2015-01-12tipc: make tipc node address support net namespaceYing Xue
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue
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