aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* device: add debug logs describing handshake rejectionAvery Pennarun2020-05-021-4/+8
* tun: return a better error message if /dev/net/tun doesn't existBrad Fitzpatrick2020-05-021-0/+3
* device: return generic error from Ipc{Get,Set}Operation.David Anderson2020-05-022-5/+16
* tun: NetlinkListener: don't send EventDown before sending EventUpAvery Pennarun2020-05-021-1/+13
* device: give handshake state a typeDavid Crawshaw2020-05-021-17/+38
* tuntest: split out testing packageDavid Crawshaw2020-05-022-141/+155
* tun: fix data race on name fieldBrad Fitzpatrick2020-05-021-13/+31
* tun: remove unused isUp methodBrad Fitzpatrick2020-05-021-6/+0
* conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw2020-05-0215-452/+562
* wintun: split error message for create vs open namespace.Avery Pennarun2020-05-021-1/+4
* device: add test to ensure Peer fields are safe for atomic access on 32-bitDavid Anderson2020-05-022-1/+48
* 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
* device: test packets between two fake devicesDavid Crawshaw2019-10-161-29/+199
* version: bump snapshot0.0.20191012Jason A. Donenfeld2019-10-121-1/+1
* Makefile: remove v prefixJason A. Donenfeld2019-10-081-1/+1
* wintun: expose versionJason A. Donenfeld2019-10-082-1/+34
* uapi: allow preventing creation of new peers when updatingJason A. Donenfeld2019-10-041-1/+17
* mod: bump versionsJason A. Donenfeld2019-10-049-16/+16
* winpipe: use x/sys/windows instead of syscallJason A. Donenfeld2019-09-167-229/+128
* wintun: use correct length for security attributesJason A. Donenfeld2019-09-161-1/+1
* tun: windows: unify error message formatJason A. Donenfeld2019-09-081-2/+2
* version: bump snapshot0.0.20190908Jason A. Donenfeld2019-09-081-1/+1
* main: simplify warningsJason A. Donenfeld2019-09-083-44/+1
* tun: openbsd: check for interface already being upJason A. Donenfeld2019-09-071-23/+31
* namespaceapi: AddSIDToBoundaryDescriptor modifies the handleJason A. Donenfeld2019-09-051-2/+2
* wintun: take mutex first alwaysJason A. Donenfeld2019-09-011-9/+9
* wintun: consider abandoned mutexes as releasedJason A. Donenfeld2019-09-011-1/+1