summaryrefslogtreecommitdiff
path: root/net/tipc/node.c
Commit message (Expand)AuthorAge
* tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-02
* tipc: add peer removal functionalityRichard Alpe2016-08-18
* tipc: dump monitor attributesParthasarathy Bhuvaragan2016-07-26
* tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan2016-07-26
* tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan2016-07-26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-24
|\
| * tipc: reset all unicast links when broadcast send link failsJon Paul Maloy2016-07-11
* | tipc: add neighbor monitoring frameworkJon Paul Maloy2016-06-15
* | tipc: change node timer unit from jiffies to msJon Paul Maloy2016-06-08
* | tipc: correct error in node fsmJon Paul Maloy2016-06-08
|/
* tipc: eliminate risk of double link_up eventsJon Paul Maloy2016-05-12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-04
|\
| * tipc: only process unicast on intended nodeHamish Martin2016-05-01
* | tipc: propagate peer node capabilities to socket layerJon Paul Maloy2016-05-03
* | tipc: set 'active' state correctly for first established linkJon Paul Maloy2016-05-01
* | tipc: let first message on link be a state messageJon Paul Maloy2016-04-15
* | tipc: ensure that first packets on link are sent in orderJon Paul Maloy2016-04-15
|/
* 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