summaryrefslogtreecommitdiff
path: root/tun
AgeCommit message (Expand)Author
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
2020-05-02tun: fix data race on name fieldBrad Fitzpatrick
2020-05-02tun: remove unused isUp methodBrad Fitzpatrick
2020-05-02wintun: split error message for create vs open namespace.Avery Pennarun
2020-03-17global: use RTMGRP_* consts from x/sys/unixTobias Klauser
2020-01-15tun: darwin: ignore ENOMEM errorsJason A. Donenfeld
2020-01-07tun: windows: serialize write callsJason A. Donenfeld
2019-11-22wintun: manage ring memory manuallyJason A. Donenfeld
2019-10-22global: fix a few typos courtesy of codespellJonathan Tooker
2019-10-21namespaceapi: remove tasteless commentJason A. Donenfeld
2019-10-17wintun: normalize variable names for their typesJason A. Donenfeld
2019-10-17wintun: quickly ignore non-Wintun devicesAvery Pennarun
2019-10-17tun: match windows CreateTUN signature to the Linux variantAvery Pennarun
2019-10-08wintun: expose versionJason A. Donenfeld
2019-10-04mod: bump versionsJason A. Donenfeld
2019-09-16winpipe: use x/sys/windows instead of syscallJason A. Donenfeld