aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* uapi: linux: put sock files in netns-specific subdirjd/netns-specific-uapiJason A. Donenfeld2020-05-011-12/+30
* wgcfg: remove for nowDavid Crawshaw2020-05-029-1197/+0
* wgcfg: remove JSON marshal methodsDavid Crawshaw2020-05-022-109/+7
* device: use atomic access for unlocked keypair.nextJason A. Donenfeld2020-05-024-11/+26
* wgcfg: rename Key to PublicKeyDavid Crawshaw2020-05-024-76/+47
* device: add nil check before convert typed error backWenxuan Zhao2020-05-021-2/+2
* device: move stats fields back down and add test diagnosticsDavid Crawshaw2020-04-072-8/+22
* Revert "device: use wgcfg key types"David Crawshaw2020-04-0710-68/+190
* device: remove racey read in session key rotation.David Anderson2020-04-031-3/+0
* device: add debug logs describing handshake rejectionAvery Pennarun2020-04-021-4/+8
* device: use wgcfg key typesDavid Crawshaw2020-04-0210-190/+68
* tun: return a better error message if /dev/net/tun doesn't existBrad Fitzpatrick2020-04-021-0/+3
* device: return generic error from Ipc{Get,Set}Operation.David Anderson2020-04-022-5/+16
* tun: NetlinkListener: don't send EventDown before sending EventUpAvery Pennarun2020-04-021-1/+13
* device: give handshake state a typeDavid Crawshaw2020-04-021-17/+38
* tuntest: split out testing packageDavid Crawshaw2020-04-012-141/+155
* wgcfg: improve SymmetricKey docsDavid Crawshaw2020-03-311-2/+1
* wgcfg: fix bug preventing IPv6 addresses from workingBrad Fitzpatrick2020-03-311-5/+3
* wgcfg: clean up IP type/method signaturesBrad Fitzpatrick2020-03-313-69/+59
* wgcfg: add fast CIDR.Contains implementationTyler Kropp2020-03-312-2/+142
* wgcfg: new config packageDavid Crawshaw2020-03-318-0/+1201
* tun: fix data race on name fieldBrad Fitzpatrick2020-03-301-13/+31
* tun: remove unused isUp methodBrad Fitzpatrick2020-03-301-6/+0
* conn: new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-03-3015-452/+562
* wintun: split error message for create vs open namespace.Avery Pennarun2020-03-301-1/+4
* device: make Peer fields safe for atomic access on 32-bit.David Anderson2020-03-302-9/+45
* rwcancel: no-op builds for windows and darwinDavid Crawshaw2020-03-304-2/+17
* ratelimiter: use a fake clock in tests and style cleanupsDavid Crawshaw2020-03-302-65/+88
* version: bump snapshot0.0.20200320Jason A. Donenfeld2020-03-201-1/+1
* noise: unify zero checking of ecdhJason A. Donenfeld2020-03-173-63/+49
* global: use RTMGRP_* consts from x/sys/unixTobias Klauser2020-03-174-5/+5
* send: account for zero mtuJason A. Donenfeld2020-02-141-4/+12
* device: fix private key removal logicJason A. Donenfeld2020-02-041-13/+4
* uapi: allow unsetting device private key with /dev/nullJason A. Donenfeld2020-02-042-1/+10
* version: bump snapshot0.0.20200121Jason A. Donenfeld2020-01-211-1/+1
* tun: darwin: ignore ENOMEM errorsJason A. Donenfeld2020-01-151-1/+18
* tun: windows: serialize write callsJason A. Donenfeld2020-01-071-0/+5
* README: update repo urlsJason A. Donenfeld2019-12-302-2/+2
* device: SendmsgN mutates the input sockaddrJason A. Donenfeld2019-11-281-0/+9
* wintun: manage ring memory manuallyJason A. Donenfeld2019-11-222-7/+27
* constants: recalculate rekey max based on a one minute floodJason A. Donenfeld2019-10-301-1/+1
* global: fix a few typos courtesy of codespellJonathan Tooker2019-10-225-10/+10
* device: allow blackholing socketsJason A. Donenfeld2019-10-212-4/+14
* device: remove dead error reporting codeJason A. Donenfeld2019-10-211-4/+1
* namespaceapi: remove tasteless commentJason A. Donenfeld2019-10-211-1/+1
* device: recheck counters while holding write lockJason A. Donenfeld2019-10-171-2/+7
* wintun: normalize variable names for their typesJason A. Donenfeld2019-10-171-72/+72
* wintun: quickly ignore non-Wintun devicesAvery Pennarun2019-10-171-0/+18
* tun: match windows CreateTUN signature to the Linux variantAvery Pennarun2019-10-172-5/+10
* rwcancel: handle EINTR and EAGAIN in unixSelect()Avery Pennarun2019-10-171-2/+14