aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* netstack: further sequester with own go.mod and go.sumJason A. Donenfeld2021-01-214-376/+400
* netstack: introduce new module for gvisor tcp tun adapterJason A. Donenfeld2021-01-213-6/+106
* device: allow compiling with Go 1.15Jason A. Donenfeld2021-01-204-6/+19
* device: remove unused fields from DummyDatagram and DummyBindJosh Bleecher Snyder2021-01-201-3/+0
* device: remove unused trie test codeJosh Bleecher Snyder2021-01-201-20/+0
* conn: remove _ method receiverJosh Bleecher Snyder2021-01-201-1/+1
* tun: fix fmt.Errorf format stringsJosh Bleecher Snyder2021-01-201-3/+3
* device: remove unnecessary zeroingJosh Bleecher Snyder2021-01-201-5/+0
* device: remove QueueInboundElement.droppedJosh Bleecher Snyder2021-01-201-30/+5
* device: remove QueueOutboundElement.droppedJosh Bleecher Snyder2021-01-201-23/+0
* tun/wintun/memmod: gofmtJosh Bleecher Snyder2021-01-201-1/+1
* tun/wintun/memmod: fix format verbJosh Bleecher Snyder2021-01-201-1/+1
* device: check returned errors from NewPeer in TestNoiseHandshakeJosh Bleecher Snyder2021-01-201-2/+8
* device: remove selects from encrypt/decrypt/inbound/outbound enqueuingJosh Bleecher Snyder2021-01-202-38/+5
* device: put handshake buffer in pool in FlushPacketQueuesJosh Bleecher Snyder2021-01-201-1/+2
* device: use channel close to shut down and drain decryption channelJosh Bleecher Snyder2021-01-202-60/+50
* tun: add tcpip stack tunnel abstractionJason A. Donenfeld2021-01-133-0/+1192
* device: receive: do not exit immediately on transient UDP receive errorsJason A. Donenfeld2021-01-084-23/+32
* conn: linux: do not allow ReceiveIPvX to race with CloseJason A. Donenfeld2021-01-071-17/+32
* device: receive: drain decryption queue before exiting RoutineDecryptionJason A. Donenfeld2021-01-072-2/+18
* device: add latency and throughput benchmarksJosh Bleecher Snyder2021-01-071-0/+59
* device: use LogLevelError for benchmarkingJosh Bleecher Snyder2021-01-071-1/+5
* device: make test infrastructure usable with benchmarksJosh Bleecher Snyder2021-01-071-14/+14
* 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-075-14/+14
* device: remove unnecessary zeroingJosh Bleecher Snyder2021-01-071-1/+0
* device: call wg.Add outside the goroutineJosh Bleecher Snyder2021-01-072-3/+2
* device: remove QueueInboundElement leak with stopped peersJosh Bleecher Snyder2021-01-071-0/+2
* device: simplify UAPI helper methodsJosh Bleecher Snyder2021-01-071-12/+5
* device: fix alignment of peer stats memberJason A. Donenfeld2021-01-071-1/+2
* device: add UAPI helper methodsJason A. Donenfeld2021-01-071-2/+21
* conn: do not SO_REUSEADDR on linuxJason A. Donenfeld2021-01-071-19/+0
* device: add missing colon to error lineJason A. Donenfeld2021-01-072-3/+3
* device: fix error shadowing before log printBrad Fitzpatrick2021-01-071-4/+4
* device: fix data race in peer.timersActiveJosh Bleecher Snyder2021-01-073-3/+6
* device: fix races from changing private_keyJosh Bleecher Snyder2021-01-075-11/+32
* device: always name *Queue*Element variables elemJosh Bleecher Snyder2021-01-073-26/+26
* device: use channel close to shut down and drain outbound channelJosh Bleecher Snyder2021-01-072-55/+34
* device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder2021-01-075-9/+22
* device: use channel close to shut down and drain encryption channelJosh Bleecher Snyder2021-01-073-98/+170
* device: simplify copying counter to nonceJosh Bleecher Snyder2021-01-071-12/+2
* device: add a helper to generate uapi configsJosh Bleecher Snyder2021-01-071-28/+45
* device: use defer to simplify peer.NewTimerJosh Bleecher Snyder2021-01-071-2/+1
* device: accept any io.Reader in device.IpcSetOperationJosh Bleecher Snyder2021-01-071-2/+2
* device: increase timeout in testsJosh Bleecher Snyder2021-01-071-2/+2
* device: prevent spurious errors while closing a deviceJosh Bleecher Snyder2021-01-071-0/+5
* device: remove starting waitgroupsJosh Bleecher Snyder2021-01-075-29/+1
* device: make test setup more robustJosh Bleecher Snyder2021-01-072-29/+65
* wintun: do not load dll in init()Jason A. Donenfeld2021-01-075-14/+21