aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* conn: unbreak boundif on androidJason A. Donenfeld2020-06-074-44/+65
* conn: remove useless commentJason A. Donenfeld2020-06-071-1/+0
* conn: fix windows situation with boundifJason A. Donenfeld2020-06-072-8/+8
* replay: account for fqcodel reorderingJason A. Donenfeld2020-05-192-2/+2
* device: rework padding calculation and don't shadow paddedSizeJason A. Donenfeld2020-05-181-15/+17
* tai64n: make the test deterministicDmytro Shynkevych2020-05-062-19/+32
* main: now that we're upstreamed, relax Linux warningJason A. Donenfeld2020-05-022-13/+11
* README: specify go 1.13Jason A. Donenfeld2020-05-021-1/+1
* global: update header comments and modulesJason A. Donenfeld2020-05-0290-97/+98
* ipc: deduplicate some unix-specific codeDavid Crawshaw2020-05-023-141/+65
* ipc: remove unnecessary error checkDavid Crawshaw2020-05-022-4/+2
* device: use atomic access for unlocked keypair.nextJason A. Donenfeld2020-05-024-11/+23
* wintun: make remaining HWID comparisons case insensitiveSimon Rozman2020-05-021-2/+19
* setupapi: extend struct size constant definitions for arm(64)Simon Rozman2020-05-022-0/+4
* 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