summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: only process unicast on intended nodeHamish Martin2016-05-011-0/+5
* tipc: move netlink policies to netlink.cRichard Alpe2016-03-071-22/+1
* tipc: don't check link reset on non existing linkRichard Alpe2016-03-061-1/+1
* tipc: fix crash during node removalJon Paul Maloy2016-02-251-13/+11
* tipc: eliminate risk of finding to-be-deleted node instanceJon Paul Maloy2016-02-251-9/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-231-6/+6
|\
| * tipc: fix premature addition of node to lookup tableJon Paul Maloy2016-02-161-6/+6
* | tipc: refactor node xmit and fix memory leaksRichard Alpe2016-02-161-22/+32
* | tipc: fix link attribute propagation bugRichard Alpe2016-02-061-3/+6
|/
* tipc: fix node reference count bugJon Paul Maloy2015-12-031-8/+7
* tipc: eliminate remnants of hungarian notationJon Paul Maloy2015-11-201-37/+37
* tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-201-55/+53
* tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-201-5/+444
* tipc: convert node lock to rwlockJon Paul Maloy2015-11-201-110/+117
* tipc: introduce per-link spinlockJon Paul Maloy2015-11-201-21/+18
* tipc: reduce code dependency between binding table and node layerJon Paul Maloy2015-11-201-0/+60
* tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy2015-11-201-3/+2
* tipc: link_is_bc_sndlink() can be staticWu Fengguang2015-10-251-1/+1
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-241-12/+2
* tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy2015-10-241-1/+1
* tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-241-2/+5
* tipc: simplify bearer level broadcastJon Paul Maloy2015-10-241-2/+5
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-241-52/+106
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-241-2/+4
* tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy2015-10-241-1/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-3/+3
|\
| * tipc: eliminate risk of stalled link synchronizationJon Paul Maloy2015-10-141-3/+3
* | tipc: update node FSM when peer RESET message is receivedJon Paul Maloy2015-10-151-4/+7
* | tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-151-2/+3
* | tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-151-9/+22
|/
* tipc: fix stale link problem during synchronizationJon Paul Maloy2015-08-231-2/+10
* tipc: interrupt link synchronization when a link goes downJon Paul Maloy2015-08-231-3/+8
* tipc: eliminate risk of premature link setup during failoverJon Paul Maloy2015-08-231-1/+3
* tipc: clean up link creationJon Paul Maloy2015-07-301-32/+16
* tipc: remove implicit message delivery in node_unlock()Jon Paul Maloy2015-07-301-19/+7
* tipc: make resetting of links non-atomicJon Paul Maloy2015-07-301-69/+97
* tipc: move received discovery data evaluation inside node.cJon Paul Maloy2015-07-301-21/+102
* tipc: merge link->exec_mode and link->state into one FSMJon Paul Maloy2015-07-301-13/+18
* tipc: move protocol message sending away from link FSMJon Paul Maloy2015-07-301-0/+1
* tipc: move link synch and failover to link aggregation levelJon Paul Maloy2015-07-301-101/+190
* tipc: extend node FSMJon Paul Maloy2015-07-301-7/+82
* tipc: reverse call order for link_reset()->node_link_down()Jon Paul Maloy2015-07-301-9/+21
* tipc: move all link_reset() calls to link aggregation levelJon Paul Maloy2015-07-301-3/+81
* tipc: eliminate function tipc_link_activate()Jon Paul Maloy2015-07-301-2/+4
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-201-7/+98
* tipc: introduce node contact FSMJon Paul Maloy2015-07-201-5/+125
* tipc: move link supervision timer to node levelJon Paul Maloy2015-07-201-4/+62
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-201-1/+1
* tipc: make media xmit call outside node spinlock contextJon Paul Maloy2015-07-201-0/+78
* tipc: use bearer index when looking up active linksJon Paul Maloy2015-07-201-62/+44
OpenPOWER on IntegriCloud