summaryrefslogtreecommitdiff
path: root/net/tipc/node.c
AgeCommit message (Expand)Author
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy
2015-08-23tipc: eliminate risk of premature link setup during failoverJon Paul Maloy
2015-07-31tipc: clean up link creationJon Paul Maloy
2015-07-31tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy
2015-07-31tipc: make resetting of links non-atomicJon Paul Maloy
2015-07-31tipc: move received discovery data evaluation inside node.cJon Paul Maloy
2015-07-31tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy
2015-07-31tipc: move protocol message sending away from link FSMJon Paul Maloy
2015-07-31tipc: move link synch and failover to link aggregation levelJon Paul Maloy
2015-07-31tipc: extend node FSMJon Paul Maloy
2015-07-31tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy
2015-07-31tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy
2015-07-31tipc: eliminate function tipc_link_activate()Jon Paul Maloy
2015-07-21tipc: reduce locking scope during packet receptionJon Paul Maloy
2015-07-21tipc: introduce node contact FSMJon Paul Maloy
2015-07-21tipc: move link supervision timer to node levelJon Paul Maloy
2015-07-21tipc: clean up definitions and usage of link flagsJon Paul Maloy
2015-07-21tipc: make media xmit call outside node spinlock contextJon Paul Maloy
2015-07-21tipc: use bearer index when looking up active linksJon Paul Maloy
2015-07-21tipc: move link input queue to tipc_nodeJon Paul Maloy
2015-07-21tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy
2015-07-21tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy
2015-05-14tipc: simplify include dependenciesJon Paul Maloy
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy
2015-03-29tipc: involve reference counter for node structureYing Xue
2015-03-29tipc: fix potential deadlock when all links are resetYing Xue
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-06tipc: eliminate race condition at multicast receptionJon Paul Maloy
2015-02-06tipc: simplify connection abort notifications when links breakJon Paul Maloy
2015-02-06tipc: resolve race problem at unicast message receptionJon Paul Maloy
2015-02-06tipc: reduce usage of context info in socket and linkJon Paul Maloy
2015-02-05tipc: eliminate race during node creationJon Paul Maloy
2015-02-05tipc: avoid stale link after aborted failoverJon Paul Maloy
2015-01-27tipc: 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