summaryrefslogtreecommitdiff
path: root/tun
AgeCommit message (Expand)Author
2021-10-16wintun: remove memmod option for dll loadingJason A. Donenfeld
2021-10-12global: remove old-style build tagsJason A. Donenfeld
2021-10-12global: add newer-style build tagsJason A. Donenfeld
2021-10-12wintun: use new swdevice-based API for upcoming Wintun 0.14Jason A. Donenfeld
2021-10-11conn,wintun: use unsafe.Slice instead of unsafeSliceJason A. Donenfeld
2021-10-11memmod: import from wireguard-windowsJason A. Donenfeld
2021-09-23tun: make operateonfd.go build tags more specificTobias Klauser
2021-09-23tun: avoid leaking sock fd in CreateTUN error casesTobias Klauser
2021-09-05global: add new go 1.17 build commentsJason A. Donenfeld
2021-08-05memmod: register exception handler tablesJason A. Donenfeld
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