index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node
/
Network.cpp
Age
Commit message (
Expand
)
Author
2019-06-17
Fix valgrind warning... not sure if it is an actual issue.
Adam Ierymenko
2019-06-17
More stack->heap...
Adam Ierymenko
2019-03-22
Get rid of ZT_FAST_MEMCPY because this is not really needed.
Adam Ierymenko
2019-03-19
.
Adam Ierymenko
2019-03-14
Clean out some unnecessarily pedantic auth stuff in favor of a simpler way of...
Adam Ierymenko
2019-01-14
Updated licenses for 2019
Joseph Henry
2018-07-11
Added basic QoS rule handling
Joseph Henry
2018-07-10
Rough draft of fq-codel implementation
Joseph Henry
2018-03-21
Add anchor and multicast hub address field to new multicast enabled ad-hoc ad...
Adam Ierymenko
2018-03-09
Other fixes to IPv4 ad-hoc networks.
Adam Ierymenko
2018-03-08
Some work on IPv4 enabled ad-hoc networks.
Adam Ierymenko
2018-01-26
Tie up the rest of hub and spoke designated replicator multicast mode.
Adam Ierymenko
2018-01-26
Clean up some multicast code.
Adam Ierymenko
2018-01-25
More work on GitHub issue #666
Adam Ierymenko
2018-01-08
Copyright updates for 2018.
Adam Ierymenko
2017-12-15
Some micro-optimizations, including a memcpy that is faster than Linux for mo...
Adam Ierymenko
2017-10-24
Full and clearer implementation of GitHub issue #588
Adam Ierymenko
2017-10-02
timestamps changed from uint64_t to int64_t
Grant Limberg
2017-09-01
Add UDP MTU configurability.
Adam Ierymenko
2017-07-13
Bunch of remote tracing work.
Adam Ierymenko
2017-07-07
Remote trace: plumbing, replace old TRACE with calls to Trace object.
Adam Ierymenko
2017-07-06
Cleanup.
Adam Ierymenko
2017-07-06
.
Adam Ierymenko
2017-06-30
.
Adam Ierymenko
2017-06-27
Rename Utils::snprintf due to it being a #define on one platform.
Adam Ierymenko
2017-06-23
Remove Cluster.hpp
Adam Ierymenko
2017-06-05
.
Adam Ierymenko
2017-06-01
More clustering work.
Adam Ierymenko
2017-05-04
First pass of configurable MTU and max MTU increase.
Adam Ierymenko
2017-04-27
License header update.
Adam Ierymenko
2017-04-11
Pass tptr on leave.
Adam Ierymenko
2017-04-04
Logic simplification, cleanup, and memory use improvements in Membership. Als...
Adam Ierymenko
2017-03-27
Add thread PTR that gets passed through the entire ZT core call stack and the...
Adam Ierymenko
2017-03-17
.
Adam Ierymenko
2017-03-17
Fixes for possible ARM issues, cleanup, fix for spurious meaningless exceptio...
Adam Ierymenko
2017-03-06
Send revocations automatically on deauth for instant kill, also fix some issu...
Adam Ierymenko
2017-03-01
Fix FILTER_TRACE breakage.
Adam Ierymenko
2017-03-01
Merge branch 'dev' of http://10.6.6.2/zerotier/ZeroTierOne into dev
Adam Ierymenko
2017-03-01
Circuit tests now report link quality. Also fixed a little thing in revocatio...
Adam Ierymenko
2017-03-01
comment broken TRACE message
Grant Limberg
2017-02-28
Match on tag sender equals or tag recipient equals.
Adam Ierymenko
2017-02-28
Add ipauth handling of IPv6 NDP neighbor solicitations and advertisements. IP...
Adam Ierymenko
2017-02-27
ipauth characteristic now works with ARP
Adam Ierymenko
2017-02-23
Helps if you actually add the ipauth mask to the characteristics mask.
Adam Ierymenko
2017-02-23
Finish wiring up ipauth and macauth to Network filter.
Adam Ierymenko
2017-02-22
Ad-hoc networks, a cool and easy to implement little feature that allows cont...
Adam Ierymenko
2017-02-07
Tags work.
Adam Ierymenko
2017-02-07
Add a mask and value range to the IP tos rule field. This allows TOS to be ma...
Adam Ierymenko
2017-02-06
Capabilities basically work but need to refactor a bit for performance reasons.
Adam Ierymenko
2017-02-06
Add a break action to rules engine to make capabilities easier to use.
Adam Ierymenko
[next]