aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy1-2/+10
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy1-3/+8
2015-08-23tipc: eliminate risk of premature link setup during failoverJon Paul Maloy1-1/+3
2015-07-30tipc: clean up link creationJon Paul Maloy1-32/+16
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy1-19/+7
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy1-69/+97
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy1-21/+102
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy1-13/+18
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy1-0/+1
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy1-101/+190
2015-07-30tipc: extend node FSMJon Paul Maloy1-7/+82
2015-07-30tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy1-9/+21
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy1-3/+81
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy1-2/+4
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy1-7/+98
2015-07-20tipc: introduce node contact FSMJon Paul Maloy1-5/+125
2015-07-20tipc: move link supervision timer to node levelJon Paul Maloy1-4/+62
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy1-1/+1
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy1-0/+78
2015-07-20tipc: use bearer index when looking up active linksJon Paul Maloy1-62/+44
2015-07-20tipc: move link input queue to tipc_nodeJon Paul Maloy1-1/+3
2015-07-20tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy1-0/+27
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy1-85/+78
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy1-1/+1
2015-05-14tipc: simplify include dependenciesJon Paul Maloy1-0/+1
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy1-5/+4
2015-04-02tipc: eliminate delayed link deletion at link failoverJon Paul Maloy1-7/+6
2015-03-29tipc: involve reference counter for node structureYing Xue1-24/+61
2015-03-29tipc: fix potential deadlock when all links are resetYing Xue1-1/+4
2015-03-14tipc: split link outqueueJon Paul Maloy1-2/+2
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-1/+1
2015-02-09tipc: convert legacy nl node dump to nl compatRichard Alpe1-54/+0
2015-02-09tipc: convert legacy nl link dump to nl compatRichard Alpe1-73/+0
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-1/+1
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy1-4/+7
2015-02-05tipc: simplify connection abort notifications when links breakJon Paul Maloy1-40/+29
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy1-19/+24
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy1-1/+1
2015-02-04tipc: eliminate race during node creationJon Paul Maloy1-6/+5
2015-02-04tipc: avoid stale link after aborted failoverJon Paul Maloy1-0/+4
2015-01-26tipc: fix excessive network event loggingErik Hugne1-11/+11
2015-01-12tipc: make tipc node address support net namespaceYing Xue1-10/+13
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue1-3/+3
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue1-61/+69
2014-12-10tipc: fix broadcast wakeup contention after congestionRichard Alpe1-1/+1
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue1-2/+2
2014-11-26tipc: remove node subscription infrastructureYing Xue1-3/+3
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe1-1/+1
2014-11-21tipc: add node get/dump to new netlink apiRichard Alpe1-0/+96
2014-10-21tipc: fix a potential deadlockYing Xue1-18/+28