aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn1-2/+2
2020-06-17tipc: update a binding service via broadcastHoang Huu Le1-6/+23
2020-06-02Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien1-1/+0
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien1-8/+53
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien1-1/+1
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien1-2/+8
2020-04-18tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang1-1/+3
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le1-1/+2
2020-02-10tipc: make three functions staticChen Wandun1-3/+4
2019-12-10tipc: introduce variable window congestion controlJon Maloy1-7/+9
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le1-1/+7
2019-11-08tipc: add support for AEAD key setting via netlinkTuong Lien1-0/+135
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien1-19/+80
2019-11-08tipc: enable creating a "preliminary" nodeTuong Lien1-27/+72
2019-11-07tipc: eliminate checking netns if node establishedHoang Le1-9/+5
2019-11-06tipc: update cluster capabilities if node deletedHoang Le1-1/+11
2019-10-29tipc: improve throughput between nodes in netnsHoang Le1-4/+151
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko1-5/+1
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy1-3/+4
2019-08-08tipc: add loopback device trackingJohn Rutherford1-0/+1
2019-07-25tipc: optimize link synching mechanismTuong Lien1-2/+4
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