summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy2018-07-071-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-111-2/+13
|\
| * tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue2018-05-101-2/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-041-1/+1
|\|
| * tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy2018-04-271-1/+1
* | tipc: introduce ioctl for fetching node identityJon Maloy2018-04-271-0/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-211-7/+4
|\|
| * tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2018-04-181-7/+4
* | tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna2018-04-201-3/+9
|/
* tipc: permit overlapping service ranges in name tableJon Maloy2018-03-311-1/+1
* tipc: replace name table service range array with rb treeJon Maloy2018-03-311-2/+2
* tipc: tipc_node_create() can be staticWei Yongjun2018-03-271-2/+2
* tipc: handle collisions of 32-bit node address hash valuesJon Maloy2018-03-231-7/+78
* tipc: add 128-bit node identifierJon Maloy2018-03-231-6/+2
* tipc: remove restrictions on node address valuesJon Maloy2018-03-231-6/+2
* tipc: apply bearer link tolerance on running linksJon Maloy2018-02-141-0/+24
* tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-151-12/+14
* tipc: enforce valid ratio between skb truesize and contentsJon Maloy2017-11-161-1/+1
* net: tipc: Convert timers to use timer_setup()Kees Cook2017-11-011-4/+4
* tipc: add new function for sending multiple small messagesJon Maloy2017-10-131-0/+16
* tipc: add ability to obtain node availability status from other filesJon Maloy2017-10-131-5/+21
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-011-1/+3
|\
| * tipc: context imbalance at node read unlockParthasarathy Bhuvaragan2017-08-241-1/+1
| * tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan2017-08-241-0/+2
* | tipc: don't reset stale broadcast send linkJon Paul Maloy2017-08-211-10/+4
|/
* tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy2017-08-091-3/+1
* 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