aboutsummaryrefslogtreecommitdiffstats
path: root/device (follow)
Commit message (Expand)AuthorAgeFilesLines
* device: remove unused trie test codeJosh Bleecher Snyder2021-01-201-20/+0
* 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
* 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
* device: receive: do not exit immediately on transient UDP receive errorsJason A. Donenfeld2021-01-081-6/+16
* 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
* all: use ++ to incrementJosh Bleecher Snyder2021-01-074-13/+13
* 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
* 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-071-28/+64
* device: avoid copying lock in testsJosh Bleecher Snyder2020-12-081-1/+1
* device: clear pointers when returning elems to poolsJosh Bleecher Snyder2020-12-083-1/+24
* device: use labeled for loop instead of gotoJosh Bleecher Snyder2020-12-081-4/+4
* version: bump snapshot0.0.20201118Jason A. Donenfeld2020-11-181-1/+1
* device: add write queue mutex for peerHaichao Liu2020-11-183-1/+11
* device: format a few thingsJason A. Donenfeld2020-11-062-2/+1
* replay: minor API changes to more idiomatic GoRiobard Zhan2020-10-142-2/+2
* device: remove global for roaming escape hatchJason A. Donenfeld2020-10-142-2/+18
* device: get free port when testingSina Siadat2020-07-311-5/+23
* device: remove bindsocketshim.goDavid Crawshaw2020-07-141-36/+0
* device: remove some unnecessary unsafeBrad Fitzpatrick2020-07-151-2/+3
* device: use RTMGRP_IPV4_ROUTE to specify multicast groups maskTobias Klauser2020-07-131-1/+1
* device: wait for routines to stop before removing peersDmytro Shynkevych2020-07-041-1/+1
* device: export Bind and remove socketfd shims for androidDavid Crawshaw2020-06-222-24/+6