summaryrefslogtreecommitdiff
path: root/osdep/MacEthernetTap.cpp
AgeCommit message (Collapse)Author
2019-08-07Put kext back in Mac distro and use on versions older than High Sierra ↵Adam Ierymenko
(which lack the feth device)
2019-07-31Mac multicast bug fix -- GitHub issue #986Adam Ierymenko
2019-03-29More new Mac ethernet tap bugs.Adam Ierymenko
2019-03-29Add bigness to buffers to prevent overflow on high traffic (Mac tap).Adam Ierymenko
2019-01-14Updated licenses for 2019Joseph Henry
2018-11-13More Mac tap improvements and threading efficiency improvements.Adam Ierymenko
2018-11-13Stability improvements for Mac virtual Ethernet tap driver.Adam Ierymenko
2018-10-25Clean up some stuff after new feth tap implementation, and comment agent file.Adam Ierymenko
2018-10-25OSX no longer requires the kext due to feth black magic! The ↵Adam Ierymenko
MacEthernetTapAgent must be installed in /Library/Application Support/ZeroTier/One for ZT to work now. Eventually this can let us do an app bundle, get rid of the pkg, and have ZT itself run with normal or reduced privileges. Also fixes GitHub issue #870 (at least for me) and may be faster than the old kext.