summaryrefslogtreecommitdiff
path: root/osdep/LinuxNetLink.cpp
AgeCommit message (Expand)Author
2023-08-01Fix typos (#2075)Brenton Bostick
2022-03-07Merge pull request #1110 from neheb/patch-1Adam Ierymenko
2022-01-07Set a high metric on linux routes that have a via.Travis LaDuke
2020-11-30LinuxNetLink: Add cerrno header for (str)errnoRosen Penev
2020-11-16Linux build fixes.Adam Ierymenko
2020-11-13Linux build fixes, and new route code seems to work.Adam Ierymenko
2020-11-13Add a route DB to LinuxNetLink to make route sync robust.Adam Ierymenko
2020-11-13LinuxNetLink cleanupAdam Ierymenko
2020-11-13Linux netlink and route setting... work in progress.Adam Ierymenko
2020-08-20BSL date bumpAdam Ierymenko
2019-08-23GitHub issue #994Adam Ierymenko
2019-08-23Relicense: GPLv3 -> ZeroTier BSL 1.1Adam Ierymenko
2019-08-14GitHub issue #1000Adam Ierymenko
2019-07-22Commented out rtnetlink error debug traceJoseph Henry
2019-07-08WhoopsGrant Limberg
2019-07-08Give up to a second for the interface to appear to assign IP addressesGrant Limberg
2019-03-28More bug fixing for AARCH64.Adam Ierymenko
2019-03-28One more AARCH64 fix.Adam Ierymenko
2019-03-25Fix more alignment hell in LinuxNetLink for AARCH64 and probably other pedant...Adam Ierymenko
2019-03-25Various other fixes including removal of more mem*() issues and netlink fixes...Adam Ierymenko
2019-01-14Updated licenses for 2019Joseph Henry
2018-06-11quieting things down unless ZT_TRACE is definedGrant Limberg
2018-06-04rtnetlink integrated. no more callouts to iproute2Grant Limberg
2018-05-25comment out addInterface/removeInterface code for nowGrant Limberg
2018-05-25also store binary representation of mac address in the interface lookup table...Grant Limberg
2018-05-25add/remove routes via rtnetlinkGrant Limberg
2018-05-24better data localization in LinuxNetLink now that I know what Im doingGrant Limberg
2018-05-24ManagedRoute uses ioctl to add/remove routes on LinuxGrant Limberg