aboutsummaryrefslogtreecommitdiffstats
path: root/tun (follow)
Commit message (Expand)AuthorAgeFilesLines
* tun: use %w for errors on linuxJason A. Donenfeld2021-01-271-9/+8
* netstack: further sequester with own go.mod and go.sumJason A. Donenfeld2021-01-212-0/+400
* netstack: introduce new module for gvisor tcp tun adapterJason A. Donenfeld2021-01-213-6/+106
* tun: fix fmt.Errorf format stringsJosh Bleecher Snyder2021-01-201-3/+3
* tun/wintun/memmod: gofmtJosh Bleecher Snyder2021-01-201-1/+1
* tun/wintun/memmod: fix format verbJosh Bleecher Snyder2021-01-201-1/+1
* tun: add tcpip stack tunnel abstractionJason A. Donenfeld2021-01-131-0/+816
* memmod: apply explicit build tags to _32 and _64 filesJason A. Donenfeld2021-01-074-4/+4
* tun: make customization of WintunPool and requested GUID more obviousJason A. Donenfeld2021-01-071-10/+3
* all: use ++ to incrementJosh Bleecher Snyder2021-01-071-1/+1
* wintun: do not load dll in init()Jason A. Donenfeld2021-01-075-14/+21
* tun/tuntest: make genICMPv4 allocate lessJosh Bleecher Snyder2021-01-071-8/+7
* memmod: fix import loading function usageJason A. Donenfeld2020-11-273-26/+4
* wintun: log when reboot is suggested by WindowsSimon Rozman2020-11-251-1/+5
* wintun: keep original error when Wintun session start failsSimon Rozman2020-11-251-1/+1
* wintun: load from filesystem by defaultJason A. Donenfeld2020-11-113-39/+109
* global: switch to using %w instead of %v for ErrorfJason A. Donenfeld2020-11-076-34/+34
* wintun: ring management moved to wintun.dllSimon Rozman2020-11-074-214/+147
* wintun: load wintun.dll from RCDATA resourceSimon Rozman2020-11-0717-1/+1575
* wintun: migrate to wintun.dll APISimon Rozman2020-11-0725-3711/+169
* tun: use SockaddrCtl from golang.org/x/sys/unix on macOSTobias Klauser2020-10-271-29/+6
* tun: use Ioctl{Get,Set}IfreqMTU from golang.org/x/sys/unix on macOSTobias Klauser2020-10-271-35/+10
* tun: use IoctlCtlInfo from golang.org/x/sys/unix on macOSTobias Klauser2020-10-271-20/+6
* tun: use GetsockoptString in (*NativeTun).Name on macOSTobias Klauser2020-10-271-14/+6
* tun/wintun/registry: fix Go 1.15 race/checkptr failureBrad Fitzpatrick2020-10-211-1/+1
* global: update header comments and modulesJason A. Donenfeld2020-05-0227-27/+27
* wintun: make remaining HWID comparisons case insensitiveSimon Rozman2020-05-021-2/+19
* setupapi: extend struct size constant definitions for arm(64)Simon Rozman2020-05-022-0/+4
* tun: return a better error message if /dev/net/tun doesn't existBrad Fitzpatrick2020-05-021-0/+3
* tun: NetlinkListener: don't send EventDown before sending EventUpAvery Pennarun2020-05-021-1/+13
* tuntest: split out testing packageDavid Crawshaw2020-05-021-0/+150
* tun: fix data race on name fieldBrad Fitzpatrick2020-05-021-13/+31
* tun: remove unused isUp methodBrad Fitzpatrick2020-05-021-6/+0
* wintun: split error message for create vs open namespace.Avery Pennarun2020-05-021-1/+4
* global: use RTMGRP_* consts from x/sys/unixTobias Klauser2020-03-171-1/+1
* tun: darwin: ignore ENOMEM errorsJason A. Donenfeld2020-01-151-1/+18
* tun: windows: serialize write callsJason A. Donenfeld2020-01-071-0/+5
* wintun: manage ring memory manuallyJason A. Donenfeld2019-11-222-7/+27
* global: fix a few typos courtesy of codespellJonathan Tooker2019-10-222-2/+2
* namespaceapi: remove tasteless commentJason A. Donenfeld2019-10-211-1/+1
* wintun: normalize variable names for their typesJason A. Donenfeld2019-10-171-72/+72
* wintun: quickly ignore non-Wintun devicesAvery Pennarun2019-10-171-0/+18
* tun: match windows CreateTUN signature to the Linux variantAvery Pennarun2019-10-171-4/+9
* wintun: expose versionJason A. Donenfeld2019-10-082-1/+34
* mod: bump versionsJason A. Donenfeld2019-10-046-6/+6
* winpipe: use x/sys/windows instead of syscallJason A. Donenfeld2019-09-161-3/+2
* wintun: use correct length for security attributesJason A. Donenfeld2019-09-161-1/+1
* tun: windows: unify error message formatJason A. Donenfeld2019-09-081-2/+2
* tun: openbsd: check for interface already being upJason A. Donenfeld2019-09-071-23/+31
* namespaceapi: AddSIDToBoundaryDescriptor modifies the handleJason A. Donenfeld2019-09-051-2/+2