aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/node.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-29tipc: fix broadcast link synchronization problemGravatar Jon Paul Maloy 1-1/+1
2016-09-02tipc: transfer broadcast nacks in link state messagesGravatar Jon Paul Maloy 1-2/+30
2016-08-18tipc: add peer removal functionalityGravatar Richard Alpe 1-0/+63
2016-07-26tipc: dump monitor attributesGravatar Parthasarathy Bhuvaragan 1-0/+86
2016-07-26tipc: get monitor threshold for the clusterGravatar Parthasarathy Bhuvaragan 1-0/+52
2016-07-26tipc: make cluster size threshold for monitoring configurableGravatar Parthasarathy Bhuvaragan 1-0/+27
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+11
2016-07-11tipc: reset all unicast links when broadcast send link failsGravatar Jon Paul Maloy 1-4/+11
2016-06-15tipc: add neighbor monitoring frameworkGravatar Jon Paul Maloy 1-14/+12
2016-06-08tipc: change node timer unit from jiffies to msGravatar Jon Paul Maloy 1-8/+10
2016-06-08tipc: correct error in node fsmGravatar Jon Paul Maloy 1-2/+2
2016-05-12tipc: eliminate risk of double link_up eventsGravatar Jon Paul Maloy 1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+5
2016-05-03tipc: propagate peer node capabilities to socket layerGravatar Jon Paul Maloy 1-2/+19
2016-05-01tipc: only process unicast on intended nodeGravatar Hamish Martin 1-0/+5
2016-05-01tipc: set 'active' state correctly for first established linkGravatar Jon Paul Maloy 1-0/+1
2016-04-15tipc: let first message on link be a state messageGravatar Jon Paul Maloy 1-1/+4
2016-04-15tipc: ensure that first packets on link are sent in orderGravatar Jon Paul Maloy 1-0/+4
2016-03-07tipc: move netlink policies to netlink.cGravatar Richard Alpe 1-22/+1
2016-03-06tipc: don't check link reset on non existing linkGravatar Richard Alpe 1-1/+1
2016-02-25tipc: fix crash during node removalGravatar Jon Paul Maloy 1-13/+11
2016-02-25tipc: eliminate risk of finding to-be-deleted node instanceGravatar Jon Paul Maloy 1-9/+9
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-6/+6
2016-02-16tipc: refactor node xmit and fix memory leaksGravatar Richard Alpe 1-22/+32
2016-02-16tipc: fix premature addition of node to lookup tableGravatar Jon Paul Maloy 1-6/+6
2016-02-06tipc: fix link attribute propagation bugGravatar Richard Alpe 1-3/+6
2015-12-03tipc: fix node reference count bugGravatar Jon Paul Maloy 1-8/+7
2015-11-20tipc: eliminate remnants of hungarian notationGravatar Jon Paul Maloy 1-37/+37
2015-11-20tipc: narrow down interface towards struct tipc_linkGravatar Jon Paul Maloy 1-55/+53
2015-11-20tipc: narrow down exposure of struct tipc_nodeGravatar Jon Paul Maloy 1-5/+444
2015-11-20tipc: convert node lock to rwlockGravatar Jon Paul Maloy 1-110/+117
2015-11-20tipc: introduce per-link spinlockGravatar Jon Paul Maloy 1-21/+18
2015-11-20tipc: reduce code dependency between binding table and node layerGravatar Jon Paul Maloy 1-0/+60
2015-11-20tipc: small cleanup of function tipc_node_check_state()Gravatar Jon Paul Maloy 1-3/+2
2015-10-25tipc: link_is_bc_sndlink() can be staticGravatar Wu Fengguang 1-1/+1
2015-10-24tipc: clean up unused code and structuresGravatar Jon Paul Maloy 1-12/+2
2015-10-24tipc: ensure binding table initial distribution is sent via first linkGravatar Jon Paul Maloy 1-1/+1
2015-10-24tipc: eliminate link's reference to owner nodeGravatar Jon Paul Maloy 1-2/+5
2015-10-24tipc: simplify bearer level broadcastGravatar Jon Paul Maloy 1-2/+5
2015-10-24tipc: let broadcast packet reception use new link receive functionGravatar Jon Paul Maloy 1-52/+106
2015-10-24tipc: introduce capability bit for broadcast synchronizationGravatar Jon Paul Maloy 1-2/+4
2015-10-24tipc: make link implementation independent from struct tipc_bearerGravatar Jon Paul Maloy 1-1/+5
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+3
2015-10-15tipc: update node FSM when peer RESET message is receivedGravatar Jon Paul Maloy 1-4/+7
2015-10-15tipc: send out RESET immediately when link goes downGravatar Jon Paul Maloy 1-2/+3
2015-10-15tipc: delay ESTABLISH state event when link is establishedGravatar Jon Paul Maloy 1-9/+22
2015-10-14tipc: eliminate risk of stalled link synchronizationGravatar Jon Paul Maloy 1-3/+3
2015-08-23tipc: fix stale link problem during synchronizationGravatar Jon Paul Maloy 1-2/+10
2015-08-23tipc: interrupt link synchronization when a link goes downGravatar Jon Paul Maloy 1-3/+8
2015-08-23tipc: eliminate risk of premature link setup during failoverGravatar Jon Paul Maloy 1-1/+3