summaryrefslogtreecommitdiff
path: root/net/tipc/node.c
Commit message (Expand)AuthorAge
* tipc: move netlink policies to netlink.cRichard Alpe2016-03-07
* tipc: don't check link reset on non existing linkRichard Alpe2016-03-06
* tipc: fix crash during node removalJon Paul Maloy2016-02-25
* tipc: eliminate risk of finding to-be-deleted node instanceJon Paul Maloy2016-02-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-23
|\
| * tipc: fix premature addition of node to lookup tableJon Paul Maloy2016-02-16
* | tipc: refactor node xmit and fix memory leaksRichard Alpe2016-02-16
* | tipc: fix link attribute propagation bugRichard Alpe2016-02-06
|/
* tipc: fix node reference count bugJon Paul Maloy2015-12-03
* tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-20
* tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-20
* tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-20
* tipc: convert node lock to rwlockJon Paul Maloy2015-11-20
* tipc: introduce per-link spinlockJon Paul Maloy2015-11-20
* tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-20
* tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy2015-11-20
* tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-25
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-24
* tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-24
* tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-24
* tipc: simplify bearer level broadcastJon Paul Maloy2015-10-24
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-24
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-24
* tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-24
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-20
|\
| * tipc: eliminate risk of stalled link synchronizationJon Paul Maloy2015-10-14
* | tipc: update node FSM when peer RESET message is receivedJon Paul Maloy2015-10-15
* | tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-15
* | tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-15
|/
* tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-23
* tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-23
* tipc: eliminate risk of premature link setup during failoverJon Paul Maloy2015-08-23
* tipc: clean up link creationJon Paul Maloy2015-07-30
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-30
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-30
* tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-30
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-30
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-30
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-30
* tipc: extend node FSMJon Paul Maloy2015-07-30
* tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-30
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-30
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-30
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-20
* tipc: introduce node contact FSMJon Paul Maloy2015-07-20
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-20
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-20
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-20
* tipc: use bearer index when looking up active linksJon Paul Maloy2015-07-20
* tipc: move link input queue to tipc_nodeJon Paul Maloy2015-07-20