summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
AgeCommit message (Expand)AuthorLines
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy-1/+1
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy-2/+30
2016-08-18tipc: add peer removal functionalityRichard Alpe-0/+63
2016-07-26tipc: dump monitor attributesParthasarathy Bhuvaragan-0/+86
2016-07-26tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan-0/+52
2016-07-26tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan-0/+27
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-4/+11
2016-07-11tipc: reset all unicast links when broadcast send link failsJon Paul Maloy-4/+11
2016-06-15tipc: add neighbor monitoring frameworkJon Paul Maloy-14/+12
2016-06-08tipc: change node timer unit from jiffies to msJon Paul Maloy-8/+10
2016-06-08tipc: correct error in node fsmJon Paul Maloy-2/+2
2016-05-12tipc: eliminate risk of double link_up eventsJon Paul Maloy-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+5
2016-05-03tipc: propagate peer node capabilities to socket layerJon Paul Maloy-2/+19
2016-05-01tipc: only process unicast on intended nodeHamish Martin-0/+5
2016-05-01tipc: set 'active' state correctly for first established linkJon Paul Maloy-0/+1
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy-1/+4
2016-04-15tipc: ensure that first packets on link are sent in orderJon Paul Maloy-0/+4
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe-22/+1
2016-03-06tipc: don't check link reset on non existing linkRichard Alpe-1/+1
2016-02-25tipc: fix crash during node removalJon Paul Maloy-13/+11
2016-02-25tipc: eliminate risk of finding to-be-deleted node instanceJon Paul Maloy-9/+9
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-6/+6
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe-22/+32
2016-02-16tipc: fix premature addition of node to lookup tableJon Paul Maloy-6/+6
2016-02-06tipc: fix link attribute propagation bugRichard Alpe-3/+6
2015-12-03tipc: fix node reference count bugJon Paul Maloy-8/+7
2015-11-20tipc: eliminate remnants of hungarian notationJon Paul Maloy-37/+37
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy-55/+53
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy-5/+444
2015-11-20tipc: convert node lock to rwlockJon Paul Maloy-110/+117
2015-11-20tipc: introduce per-link spinlockJon Paul Maloy-21/+18
2015-11-20tipc: reduce code dependency between binding table and node layerJon Paul Maloy-0/+60
2015-11-20tipc: small cleanup of function tipc_node_check_state()Jon Paul Maloy-3/+2
2015-10-25tipc: link_is_bc_sndlink() can be staticWu Fengguang-1/+1
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy-12/+2
2015-10-24tipc: ensure binding table initial distribution is sent via first linkJon Paul Maloy-1/+1
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy-2/+5
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy-2/+5
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy-52/+106
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy-2/+4
2015-10-24tipc: make link implementation independent from struct tipc_bearerJon Paul Maloy-1/+5
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+3
2015-10-15tipc: update node FSM when peer RESET message is receivedJon Paul Maloy-4/+7
2015-10-15tipc: send out RESET immediately when link goes downJon Paul Maloy-2/+3
2015-10-15tipc: delay ESTABLISH state event when link is establishedJon Paul Maloy-9/+22
2015-10-14tipc: eliminate risk of stalled link synchronizationJon Paul Maloy-3/+3
2015-08-23tipc: fix stale link problem during synchronizationJon Paul Maloy-2/+10
2015-08-23tipc: interrupt link synchronization when a link goes downJon Paul Maloy-3/+8
2015-08-23tipc: eliminate risk of premature link setup during failoverJon Paul Maloy-1/+3