summaryrefslogtreecommitdiffhomepage
path: root/device
AgeCommit message (Expand)Author
2021-01-07device: make test infrastructure usable with benchmarksJosh Bleecher Snyder
2021-01-07all: use ++ to incrementJosh Bleecher Snyder
2021-01-07device: remove unnecessary zeroingJosh Bleecher Snyder
2021-01-07device: call wg.Add outside the goroutineJosh Bleecher Snyder
2021-01-07device: remove QueueInboundElement leak with stopped peersJosh Bleecher Snyder
2021-01-07device: simplify UAPI helper methodsJosh Bleecher Snyder
2021-01-07device: fix alignment of peer stats memberJason A. Donenfeld
2021-01-07device: add UAPI helper methodsJason A. Donenfeld
2021-01-07device: add missing colon to error lineJason A. Donenfeld
2021-01-07device: fix error shadowing before log printBrad Fitzpatrick
2021-01-07device: fix data race in peer.timersActiveJosh Bleecher Snyder
2021-01-07device: fix races from changing private_keyJosh Bleecher Snyder
2021-01-07device: always name *Queue*Element variables elemJosh Bleecher Snyder
2021-01-07device: use channel close to shut down and drain outbound channelJosh Bleecher Snyder
2021-01-07device: fix persistent_keepalive_interval data racesJosh Bleecher Snyder
2021-01-07device: use channel close to shut down and drain encryption channelJosh Bleecher Snyder
2021-01-07device: simplify copying counter to nonceJosh Bleecher Snyder
2021-01-07device: add a helper to generate uapi configsJosh Bleecher Snyder
2021-01-07device: use defer to simplify peer.NewTimerJosh Bleecher Snyder
2021-01-07device: accept any io.Reader in device.IpcSetOperationJosh Bleecher Snyder
2021-01-07device: increase timeout in testsJosh Bleecher Snyder
2021-01-07device: prevent spurious errors while closing a deviceJosh Bleecher Snyder
2021-01-07device: remove starting waitgroupsJosh Bleecher Snyder
2021-01-07device: make test setup more robustJosh Bleecher Snyder
2020-12-08device: avoid copying lock in testsJosh Bleecher Snyder
2020-12-08device: clear pointers when returning elems to poolsJosh Bleecher Snyder
2020-12-08device: use labeled for loop instead of gotoJosh Bleecher Snyder
2020-11-18version: bump snapshotJason A. Donenfeld
2020-11-18device: add write queue mutex for peerHaichao Liu
2020-11-06device: format a few thingsJason A. Donenfeld
2020-10-14replay: minor API changes to more idiomatic GoRiobard Zhan
2020-10-14device: remove global for roaming escape hatchJason A. Donenfeld
2020-07-31device: get free port when testingSina Siadat
2020-07-14device: remove bindsocketshim.goDavid Crawshaw
2020-07-15device: remove some unnecessary unsafeBrad Fitzpatrick
2020-07-13device: use RTMGRP_IPV4_ROUTE to specify multicast groups maskTobias Klauser
2020-07-04device: wait for routines to stop before removing peersDmytro Shynkevych
2020-06-22device: export Bind and remove socketfd shims for androidDavid Crawshaw
2020-06-07device: do not include sticky sockets on androidJason A. Donenfeld
2020-06-07conn: unbreak boundif on androidJason A. Donenfeld
2020-06-07conn: fix windows situation with boundifJason A. Donenfeld
2020-05-19replay: account for fqcodel reorderingJason A. Donenfeld
2020-05-18device: rework padding calculation and don't shadow paddedSizeJason A. Donenfeld
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02device: use atomic access for unlocked keypair.nextJason A. Donenfeld
2020-05-02device: add debug logs describing handshake rejectionAvery Pennarun
2020-05-02device: return generic error from Ipc{Get,Set}Operation.David Anderson
2020-05-02device: give handshake state a typeDavid Crawshaw
2020-05-02tuntest: split out testing packageDavid Crawshaw
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw