aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-04-27tipc: introduce ioctl for fetching node identityJon Maloy1-0/+21
2018-04-27tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy1-1/+1
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-7/+4
2018-04-20tipc: confgiure and apply UDP bearer MTU on running linksGhantaKrishnamurthy MohanKrishna1-3/+9
2018-04-18tipc: fix infinite loop when dumping link monitor summaryTung Nguyen1-7/+4
2018-03-31tipc: permit overlapping service ranges in name tableJon Maloy1-1/+1
2018-03-31tipc: replace name table service range array with rb treeJon Maloy1-2/+2
2018-03-27tipc: tipc_node_create() can be staticWei Yongjun1-2/+2
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy1-7/+78
2018-03-23tipc: add 128-bit node identifierJon Maloy1-6/+2
2018-03-23tipc: remove restrictions on node address valuesJon Maloy1-6/+2
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy1-0/+24
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang1-12/+14
2017-11-16tipc: enforce valid ratio between skb truesize and contentsJon Maloy1-1/+1
2017-11-01net: tipc: Convert timers to use timer_setup()Kees Cook1-4/+4
2017-10-13tipc: add new function for sending multiple small messagesJon Maloy1-0/+16
2017-10-13tipc: add ability to obtain node availability status from other filesJon Maloy1-5/+21
2017-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2017-08-24tipc: context imbalance at node read unlockParthasarathy Bhuvaragan1-1/+1
2017-08-24tipc: perform skb_linearize() before parsing the inner headerParthasarathy Bhuvaragan1-0/+2
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy1-10/+4
2017-08-09tipc: remove premature ESTABLISH FSM event at link synchronizationJon Paul Maloy1-3/+1
2017-04-24tipc: check return value of nlmsg_newPan Bian1-0/+2
2017-04-13netlink: pass extended ACK struct where availableJohannes Berg1-4/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-6/+6
2017-02-24tipc: move premature initilalization of stack variablesJon Paul Maloy1-5/+7
2017-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+7
2017-01-24tipc: fix nametbl_lock soft lockup at node/link eventsParthasarathy Bhuvaragan1-2/+7
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy1-9/+18
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy1-10/+5
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy1-1/+1
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy1-2/+30
2016-08-18tipc: add peer removal functionalityRichard Alpe1-0/+63
2016-07-26tipc: dump monitor attributesParthasarathy Bhuvaragan1-0/+86
2016-07-26tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan1-0/+52
2016-07-26tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan1-0/+27
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+11
2016-07-11tipc: reset all unicast links when broadcast send link failsJon Paul Maloy1-4/+11
2016-06-15tipc: add neighbor monitoring frameworkJon Paul Maloy1-14/+12
2016-06-08tipc: change node timer unit from jiffies to msJon Paul Maloy1-8/+10
2016-06-08tipc: correct error in node fsmJon Paul Maloy1-2/+2
2016-05-12tipc: eliminate risk of double link_up eventsJon Paul Maloy1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+5
2016-05-03tipc: propagate peer node capabilities to socket layerJon Paul Maloy1-2/+19
2016-05-01tipc: only process unicast on intended nodeHamish Martin1-0/+5
2016-05-01tipc: set 'active' state correctly for first established linkJon Paul Maloy1-0/+1
2016-04-15tipc: let first message on link be a state messageJon Paul Maloy1-1/+4
2016-04-15tipc: ensure that first packets on link are sent in orderJon Paul Maloy1-0/+4
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe1-22/+1