index
:
mesalab_git/zhangyang/zerotierone.git
dev
dev_zy
Repository for zhangyang/zerotierone
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
osdep
/
LinuxNetLink.cpp
Age
Commit message (
Expand
)
Author
2023-08-01
Fix typos (#2075)
Brenton Bostick
2022-03-07
Merge pull request #1110 from neheb/patch-1
Adam Ierymenko
2022-01-07
Set a high metric on linux routes that have a via.
Travis LaDuke
2020-11-30
LinuxNetLink: Add cerrno header for (str)errno
Rosen Penev
2020-11-16
Linux build fixes.
Adam Ierymenko
2020-11-13
Linux build fixes, and new route code seems to work.
Adam Ierymenko
2020-11-13
Add a route DB to LinuxNetLink to make route sync robust.
Adam Ierymenko
2020-11-13
LinuxNetLink cleanup
Adam Ierymenko
2020-11-13
Linux netlink and route setting... work in progress.
Adam Ierymenko
2020-08-20
BSL date bump
Adam Ierymenko
2019-08-23
GitHub issue #994
Adam Ierymenko
2019-08-23
Relicense: GPLv3 -> ZeroTier BSL 1.1
Adam Ierymenko
2019-08-14
GitHub issue #1000
Adam Ierymenko
2019-07-22
Commented out rtnetlink error debug trace
Joseph Henry
2019-07-08
Whoops
Grant Limberg
2019-07-08
Give up to a second for the interface to appear to assign IP addresses
Grant Limberg
2019-03-28
More bug fixing for AARCH64.
Adam Ierymenko
2019-03-28
One more AARCH64 fix.
Adam Ierymenko
2019-03-25
Fix more alignment hell in LinuxNetLink for AARCH64 and probably other pedant...
Adam Ierymenko
2019-03-25
Various other fixes including removal of more mem*() issues and netlink fixes...
Adam Ierymenko
2019-01-14
Updated licenses for 2019
Joseph Henry
2018-06-11
quieting things down unless ZT_TRACE is defined
Grant Limberg
2018-06-04
rtnetlink integrated. no more callouts to iproute2
Grant Limberg
2018-05-25
comment out addInterface/removeInterface code for now
Grant Limberg
2018-05-25
also store binary representation of mac address in the interface lookup table...
Grant Limberg
2018-05-25
add/remove routes via rtnetlink
Grant Limberg
2018-05-24
better data localization in LinuxNetLink now that I know what Im doing
Grant Limberg
2018-05-24
ManagedRoute uses ioctl to add/remove routes on Linux
Grant Limberg