summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: check return value of nlmsg_newPan Bian2017-04-241-0/+2
* netlink: pass extended ACK struct where availableJohannes Berg2017-04-131-4/+4
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-6/+6
* tipc: move premature initilalization of stack variablesJon Paul Maloy2017-02-241-5/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-281-2/+7
|\
| * tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan2017-01-241-2/+7
* | tipc: introduce replicast as transport option for multicastJon Paul Maloy2017-01-201-9/+18
* | tipc: reduce risk of user starvation during link congestionJon Paul Maloy2017-01-031-10/+5
|/
* tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-291-1/+1
* 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