aboutsummaryrefslogtreecommitdiff
path: root/device
AgeCommit message (Expand)Author
2020-05-02device: use atomic access for unlocked keypair.nextJason A. Donenfeld
2020-05-02device: add nil check before convert typed error backWenxuan Zhao
2020-04-07device: move stats fields back down and add test diagnosticsDavid Crawshaw
2020-04-07Revert "device: use wgcfg key types"David Crawshaw
2020-04-03device: remove racey read in session key rotation.David Anderson
2020-04-02device: add debug logs describing handshake rejectionAvery Pennarun
2020-04-02device: use wgcfg key typesDavid Crawshaw
2020-04-02device: return generic error from Ipc{Get,Set}Operation.David Anderson
2020-04-02device: give handshake state a typeDavid Crawshaw
2020-04-01tuntest: split out testing packageDavid Crawshaw
2020-03-30conn: new package that splits out the Bind and Endpoint typesDavid Crawshaw
2020-03-30device: make Peer fields safe for atomic access on 32-bit.David Anderson
2020-03-20version: bump snapshot0.0.20200320Jason 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 snapshot0.0.20200121Jason 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
2019-10-21device: allow blackholing socketsJason A. Donenfeld
2019-10-21device: remove dead error reporting codeJason A. Donenfeld
2019-10-17device: recheck counters while holding write lockJason A. Donenfeld
2019-10-16device: test packets between two fake devicesDavid Crawshaw
2019-10-12version: bump snapshot0.0.20191012Jason A. Donenfeld
2019-10-04uapi: allow preventing creation of new peers when updatingJason A. Donenfeld
2019-09-08version: bump snapshot0.0.20190908Jason A. Donenfeld
2019-08-25device: getsockname on linux to determine portJason A. Donenfeld
2019-08-05version: bump snapshot0.0.20190805Jason A. Donenfeld
2019-08-05device: drop lock before expiring keysJason A. Donenfeld
2019-08-05uapi: skip peers with invalid keysJason A. Donenfeld
2019-07-18device: do not crash on nil'd bind in windows bindingJason A. Donenfeld
2019-07-11device: immediately rekey all peers after changing device private keyJason A. Donenfeld
2019-07-01device: receive: uniform message for source address checkJason A. Donenfeld
2019-07-01device: receive: simplify flush loopJason A. Donenfeld
2019-06-14tun: remove TUN prefix from types to reduce stutter elsewhereMatt Layher
2019-06-11device: update transfer counters correctlyJason A. Donenfeld
2019-06-04device: remove redundant return statementsMatt Layher
2019-06-04device: use bytes.Equal for equality check, simplify assertEqualMatt Layher
2019-06-03device, ratelimiter: replace uses of time.Now().Sub() with time.Since()Matt Layher
2019-05-30device: add SendKeepalivesToPeersWithCurrentKeypair for handoverJason A. Donenfeld
2019-05-29device, tun: rearrange code and fix device testsMatt Layher
2019-05-25device: darwin actually doesn't need bound interfacesJason A. Donenfeld
2019-05-25device: make initiations per second match kernel implementationJason A. Donenfeld
2019-05-24device: timers: add jitter on ack failure reinitiationJason A. Donenfeld
2019-05-17device: fail to give bind if it doesn't existJason A. Donenfeld
2019-05-17version: bump snapshot0.0.20190517Jason A. Donenfeld