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