aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-17tipc: initialize 'validated' field of received packetsJon Maloy1-0/+1
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy1-1/+1
2019-06-18tipc: fix issues with early FAILOVER_MSG from peerTuong Lien1-3/+7
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien1-7/+47
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg1-18/+20
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek1-2/+2
2019-04-11tipc: use standard write_lock & unlock functions when creating nodeJon Maloy1-2/+3
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2019-03-23tipc: tipc clang warningJon Maloy1-3/+4
2019-03-19tipc: introduce new capability flag for clusterHoang Le1-0/+18
2019-02-11tipc: fix link session and re-establish issuesTuong Lien1-5/+6
2018-12-19tipc: add trace_events for tipc nodeTuong Lien1-0/+15
2018-12-19tipc: add trace_events for tipc linkTuong Lien1-1/+7
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-0/+63
2018-12-18tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao1-0/+4
2018-12-05tipc: fix node keep alive interval calculationHoang Le1-0/+6
2018-11-27tipc: fix lockdep warning during node deleteJon Maloy1-2/+5
2018-10-01tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh1-2/+3
2018-09-29tipc: fix failover problemLUU Duc Canh1-0/+11
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-2/+5
2018-07-20tipc: make link capability update thread safeJon Maloy1-0/+4
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy1-1/+4
2018-07-11tipc: add sequence number check for link STATE messagesJon Maloy1-0/+7
2018-07-07tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy1-2/+5
2018-06-30tipc: Auto removal of peer down node instanceGhantaKrishnamurthy MohanKrishna1-11/+55
2018-06-30tipc: optimize function tipc_node_timeout()Tung Nguyen1-3/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2018-05-10tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue1-2/+13
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