aboutsummaryrefslogtreecommitdiff
path: root/tun
AgeCommit message (Expand)Author
2021-07-29memmod: fix protected delayed load the right wayJason A. Donenfeld
2021-07-29memmod: disable protected delayed load for nowJason A. Donenfeld
2021-05-20tun: linux: account for interface removal from outsideJason A. Donenfeld
2021-05-07tun: formatJason A. Donenfeld
2021-05-07tun: windows: set event before waitingJason A. Donenfeld
2021-05-07tun: windows: rearrange struct to avoid alignment trap on 32bitJason A. Donenfeld
2021-05-07tun: windows: check alignment in unit testJason A. Donenfeld
2021-05-06tun/netstack: update go mod and remove GSO argumentJason A. Donenfeld
2021-05-05tun: windows: send MTU update when forced MTU changesJason A. Donenfeld
2021-04-26tun: windows: protect reads from closingJason A. Donenfeld
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