summaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: make three functions staticChen Wandun2020-02-101-3/+4
* tipc: introduce variable window congestion controlJon Maloy2019-12-101-7/+9
* tipc: update replicast capability for broadcast send linkHoang Le2019-11-221-1/+7
* tipc: add support for AEAD key setting via netlinkTuong Lien2019-11-081-0/+135
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-19/+80
* tipc: enable creating a "preliminary" nodeTuong Lien2019-11-081-27/+72
* tipc: eliminate checking netns if node establishedHoang Le2019-11-071-9/+5
* tipc: update cluster capabilities if node deletedHoang Le2019-11-061-1/+11
* tipc: improve throughput between nodes in netnsHoang Le2019-10-291-4/+151
* net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-5/+1
* tipc: clean up skb list lock handling on send pathJon Maloy2019-08-181-3/+4
* tipc: add loopback device trackingJohn Rutherford2019-08-081-0/+1
* tipc: optimize link synching mechanismTuong Lien2019-07-251-2/+4
* tipc: initialize 'validated' field of received packetsJon Maloy2019-07-171-0/+1
* tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy2019-06-251-1/+1
* tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2019-06-181-3/+7
* tipc: fix missing Name entries due to half-failoverTuong Lien2019-05-041-7/+47
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-18/+20
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-2/+2
* tipc: use standard write_lock & unlock functions when creating nodeJon Maloy2019-04-111-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-271-3/+4
|\
| * tipc: tipc clang warningJon Maloy2019-03-231-3/+4
* | tipc: introduce new capability flag for clusterHoang Le2019-03-191-0/+18
|/
* tipc: fix link session and re-establish issuesTuong Lien2019-02-111-5/+6
* tipc: add trace_events for tipc nodeTuong Lien2018-12-191-0/+15
* tipc: add trace_events for tipc linkTuong Lien2018-12-191-1/+7
* tipc: enable tracepoints in tipcTuong Lien2018-12-191-0/+63
* tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao2018-12-181-0/+4
* tipc: fix node keep alive interval calculationHoang Le2018-12-051-0/+6
* tipc: fix lockdep warning during node deleteJon Maloy2018-11-271-2/+5
* tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh2018-10-011-2/+3
* tipc: fix failover problemLUU Duc Canh2018-09-291-0/+11
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-2/+5
|\
| * tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy2018-07-071-2/+5
* | tipc: make link capability update thread safeJon Maloy2018-07-201-0/+4
* | tipc: check session number before accepting link protocol messagesJon Maloy2018-07-111-1/+4
* | tipc: add sequence number check for link STATE messagesJon Maloy2018-07-111-0/+7
* | tipc: Auto removal of peer down node instanceGhantaKrishnamurthy MohanKrishna2018-06-301-11/+55
* | tipc: optimize function tipc_node_timeout()Tung Nguyen2018-06-301-3/+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
OpenPOWER on IntegriCloud