aboutsummaryrefslogtreecommitdiffstats
path: root/tun (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* memmod: fix protected delayed load the right wayJason A. Donenfeld2021-07-292-9/+13
* memmod: disable protected delayed load for nowJason A. Donenfeld2021-07-294-2/+155
* tun: linux: account for interface removal from outsideJason A. Donenfeld2021-05-201-25/+28
* tun: formatJason A. Donenfeld2021-05-072-3/+3
* tun: windows: set event before waitingJason A. Donenfeld2021-05-071-18/+18
* tun: windows: rearrange struct to avoid alignment trap on 32bitJason A. Donenfeld2021-05-071-4/+4
* tun: windows: check alignment in unit testJason A. Donenfeld2021-05-071-0/+67
* tun/netstack: update go mod and remove GSO argumentJason A. Donenfeld2021-05-063-16/+18
* tun: windows: send MTU update when forced MTU changesJason A. Donenfeld2021-05-051-0/+4
* tun: windows: protect reads from closingJason A. Donenfeld2021-04-261-6/+19
* tun: freebsd: avoid OOB writesJason A. Donenfeld2021-04-191-0/+7
* tun: freebsd: become controlling process when reopening tun FDJason A. Donenfeld2021-04-191-0/+10
* tun: freebsd: restructure and cleanupJason A. Donenfeld2021-04-191-166/+66
* tun: freebsd: remove horrific hack for getting tunnel nameJason A. Donenfeld2021-04-191-84/+13
* tun: freebsd: set IFF_MULTICAST for routing daemonsJason A. Donenfeld2021-04-181-4/+4
* tun: freebsd: use broadcast mode instead of PPP modeJason A. Donenfeld2021-03-231-0/+17
* tun: linux: do not spam events every second from hack listenerJason A. Donenfeld2021-03-111-6/+17
* tun: freebsd: allow empty namesKay Diam2021-03-081-16/+18
* memmod: use resource functions from x/sysJason A. Donenfeld2021-03-084-266/+2
* memmod: do not use IsBadReadPtrJason A. Donenfeld2021-03-084-61/+1
* tun/netstack: bump deps and apiJason A. Donenfeld2021-03-065-40/+257
* global: remove TODO name graffitiJason A. Donenfeld2021-02-231-2/+2
* device: test up/down using virtual connJason A. Donenfeld2021-02-231-1/+0
* tun: make NativeTun.Close well behaved, not crash on double closeBrad Fitzpatrick2021-02-225-43/+62
* global: stop using ioutilJason A. Donenfeld2021-02-172-4/+2
* device: return error from Up() and Down()Jason A. Donenfeld2021-02-101-1/+4
* rwcancel: add an explicit close callJason A. Donenfeld2021-02-091-0/+1
* tun: use errors.Is for unwrappingJason A. Donenfeld2021-02-092-18/+6
* global: bump copyrightJason A. Donenfeld2021-01-2824-24/+24
* 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