summaryrefslogtreecommitdiff
path: root/tun
AgeCommit message (Expand)Author
2021-04-19tun: freebsd: avoid OOB writesJason A. Donenfeld
2021-04-19tun: freebsd: become controlling process when reopening tun FDJason A. Donenfeld
2021-04-19tun: freebsd: restructure and cleanupJason A. Donenfeld
2021-04-19tun: freebsd: remove horrific hack for getting tunnel nameJason A. Donenfeld
2021-04-18tun: freebsd: set IFF_MULTICAST for routing daemonsJason A. Donenfeld
2021-03-23tun: freebsd: use broadcast mode instead of PPP modeJason A. Donenfeld
2021-03-11tun: linux: do not spam events every second from hack listenerJason A. Donenfeld
2021-03-08tun: freebsd: allow empty namesKay Diam
2021-03-08memmod: use resource functions from x/sysJason A. Donenfeld
2021-03-08memmod: do not use IsBadReadPtrJason A. Donenfeld
2021-03-06tun/netstack: bump deps and apiJason A. Donenfeld
2021-02-23global: remove TODO name graffitiJason A. Donenfeld
2021-02-23device: test up/down using virtual connJason A. Donenfeld
2021-02-22tun: make NativeTun.Close well behaved, not crash on double closeBrad Fitzpatrick
2021-02-17global: stop using ioutilJason A. Donenfeld
2021-02-10device: return error from Up() and Down()Jason A. Donenfeld
2021-02-09rwcancel: add an explicit close callJason A. Donenfeld
2021-02-09tun: use errors.Is for unwrappingJason A. Donenfeld
2021-01-28global: bump copyrightJason A. Donenfeld
2021-01-27tun: use %w for errors on linuxJason A. Donenfeld
2021-01-21netstack: further sequester with own go.mod and go.sumJason A. Donenfeld
2021-01-21netstack: introduce new module for gvisor tcp tun adapterJason A. Donenfeld
2021-01-20tun: fix fmt.Errorf format stringsJosh Bleecher Snyder
2021-01-20tun/wintun/memmod: gofmtJosh Bleecher Snyder
2021-01-20tun/wintun/memmod: fix format verbJosh Bleecher Snyder
2021-01-13tun: add tcpip stack tunnel abstractionJason A. Donenfeld
2021-01-07memmod: apply explicit build tags to _32 and _64 filesJason A. Donenfeld
2021-01-07tun: make customization of WintunPool and requested GUID more obviousJason A. Donenfeld
2021-01-07all: use ++ to incrementJosh Bleecher Snyder
2021-01-07wintun: do not load dll in init()Jason A. Donenfeld
2021-01-07tun/tuntest: make genICMPv4 allocate lessJosh Bleecher Snyder
2020-11-27memmod: fix import loading function usageJason A. Donenfeld
2020-11-25wintun: log when reboot is suggested by WindowsSimon Rozman
2020-11-25wintun: keep original error when Wintun session start failsSimon Rozman
2020-11-11wintun: load from filesystem by defaultJason A. Donenfeld
2020-11-07global: switch to using %w instead of %v for ErrorfJason A. Donenfeld
2020-11-07wintun: ring management moved to wintun.dllSimon Rozman
2020-11-07wintun: load wintun.dll from RCDATA resourceSimon Rozman
2020-11-07wintun: migrate to wintun.dll APISimon Rozman
2020-10-27tun: use SockaddrCtl from golang.org/x/sys/unix on macOSTobias Klauser
2020-10-27tun: use Ioctl{Get,Set}IfreqMTU from golang.org/x/sys/unix on macOSTobias Klauser
2020-10-27tun: use IoctlCtlInfo from golang.org/x/sys/unix on macOSTobias Klauser
2020-10-27tun: use GetsockoptString in (*NativeTun).Name on macOSTobias Klauser
2020-10-21tun/wintun/registry: fix Go 1.15 race/checkptr failureBrad Fitzpatrick
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02wintun: make remaining HWID comparisons case insensitiveSimon Rozman
2020-05-02setupapi: extend struct size constant definitions for arm(64)Simon Rozman
2020-05-02tun: return a better error message if /dev/net/tun doesn't existBrad Fitzpatrick
2020-05-02tun: NetlinkListener: don't send EventDown before sending EventUpAvery Pennarun
2020-05-02tuntest: split out testing packageDavid Crawshaw