summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
...
* | tipc: add neighbor monitoring frameworkJon Paul Maloy2016-06-151-14/+12Star
* | tipc: change node timer unit from jiffies to msJon Paul Maloy2016-06-081-8/+10
* | tipc: correct error in node fsmJon Paul Maloy2016-06-081-2/+2
|/
* tipc: eliminate risk of double link_up eventsJon Paul Maloy2016-05-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-041-0/+5
|\
| * tipc: only process unicast on intended nodeHamish Martin2016-05-021-0/+5
* | tipc: propagate peer node capabilities to socket layerJon Paul Maloy2016-05-031-2/+19
* | tipc: set 'active' state correctly for first established linkJon Paul Maloy2016-05-021-0/+1
* | tipc: let first message on link be a state messageJon Paul Maloy2016-04-151-1/+4
* | tipc: ensure that first packets on link are sent in orderJon Paul Maloy2016-04-151-0/+4
|/
* tipc: move netlink policies to netlink.cRichard Alpe2016-03-071-22/+1Star
* tipc: don't check link reset on non existing linkRichard Alpe2016-03-071-1/+1
* tipc: fix crash during node removalJon Paul Maloy2016-02-251-13/+11Star
* 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/+7Star
* 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/+53Star
* 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/+18Star
* 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/+2Star
* 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/+2Star
* 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-161-4/+7
* | tipc: send out RESET immediately when link goes downJon Paul Maloy2015-10-161-2/+3
* | tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy2015-10-161-9/+22
|/
* 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