summaryrefslogtreecommitdiffhomepage
path: root/device
AgeCommit message (Expand)Author
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
2020-05-02device: add test to ensure Peer fields are safe for atomic access on 32-bitDavid Anderson
2020-03-20version: bump snapshotdmwg-0.0.1Jason A. Donenfeld
2020-03-17noise: unify zero checking of ecdhJason A. Donenfeld
2020-03-17global: use RTMGRP_* consts from x/sys/unixTobias Klauser
2020-02-14send: account for zero mtuJason A. Donenfeld
2020-02-04device: fix private key removal logicJason A. Donenfeld
2020-02-04uapi: allow unsetting device private key with /dev/nullJason A. Donenfeld
2020-01-21version: bump snapshotJason A. Donenfeld
2019-12-30README: update repo urlsJason A. Donenfeld
2019-11-28device: SendmsgN mutates the input sockaddrJason A. Donenfeld
2019-10-30constants: recalculate rekey max based on a one minute floodJason A. Donenfeld
2019-10-22global: fix a few typos courtesy of codespellJonathan Tooker