summaryrefslogtreecommitdiff
path: root/net/tipc/node.c
AgeCommit message (Expand)Author
2017-04-30tipc: correct error in node fsmJon Paul Maloy
2017-04-27tipc: fix crash during node removalJon Paul Maloy
2016-03-03tipc: fix premature addition of node to lookup tableJon Paul Maloy
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy
2015-10-14tipc: eliminate risk of stalled link synchronizationJon Paul Maloy
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-30tipc: clean up link creationJon Paul Maloy
2015-07-30tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy
2015-07-30tipc: make resetting of links non-atomicJon Paul Maloy
2015-07-30tipc: move received discovery data evaluation inside node.cJon Paul Maloy
2015-07-30tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy
2015-07-30tipc: move protocol message sending away from link FSMJon Paul Maloy
2015-07-30tipc: move link synch and failover to link aggregation levelJon Paul Maloy
2015-07-30tipc: extend node FSMJon Paul Maloy
2015-07-30tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy
2015-07-30tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy
2015-07-30tipc: eliminate function tipc_link_activate()Jon Paul Maloy
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy
2015-07-20tipc: introduce node contact FSMJon Paul Maloy
2015-07-20tipc: move link supervision timer to node levelJon Paul Maloy
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy
2015-07-20tipc: make media xmit call outside node spinlock contextJon Paul Maloy
2015-07-20tipc: use bearer index when looking up active linksJon Paul Maloy
2015-07-20tipc: move link input queue to tipc_nodeJon Paul Maloy
2015-07-20tipc: move link creation from neighbor discoverer to nodeJon Paul Maloy
2015-07-20tipc: 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