aboutsummaryrefslogtreecommitdiff
path: root/device (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* device: do not include sticky sockets on androidJason A. Donenfeld2020-06-072-1/+3
* conn: unbreak boundif on androidJason A. Donenfeld2020-06-072-44/+24
* conn: fix windows situation with boundifJason A. Donenfeld2020-06-071-4/+4
* replay: account for fqcodel reorderingJason A. Donenfeld2020-05-191-1/+1
* device: rework padding calculation and don't shadow paddedSizeJason A. Donenfeld2020-05-181-15/+17
* global: update header comments and modulesJason A. Donenfeld2020-05-0235-35/+35
* device: use atomic access for unlocked keypair.nextJason A. Donenfeld2020-05-024-11/+23
* device: add debug logs describing handshake rejectionAvery Pennarun2020-05-021-4/+8
* device: return generic error from Ipc{Get,Set}Operation.David Anderson2020-05-021-4/+15
* device: give handshake state a typeDavid Crawshaw2020-05-021-17/+38
* tuntest: split out testing packageDavid Crawshaw2020-05-021-141/+5
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-0214-1294/+419
* device: add test to ensure Peer fields are safe for atomic access on 32-bitDavid Anderson2020-05-022-1/+48
* version: bump snapshot0.0.20200320Jason A. Donenfeld2020-03-201-1/+1
* noise: unify zero checking of ecdhJason A. Donenfeld2020-03-173-63/+49