summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-021-2/+30
* tipc: add peer removal functionalityRichard Alpe2016-08-181-0/+63
* tipc: dump monitor attributesParthasarathy Bhuvaragan2016-07-261-0/+86
* tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan2016-07-261-0/+52
* tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan2016-07-261-0/+27
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-241-4/+11
|\
| * tipc: reset all unicast links when broadcast send link failsJon Paul Maloy2016-07-111-4/+11
* | tipc: add neighbor monitoring frameworkJon Paul Maloy2016-06-151-14/+12
* | 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-011-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-011-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/+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
OpenPOWER on IntegriCloud