aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* device: remove global for roaming escape hatchJason A. Donenfeld2020-10-142-2/+18
* replay: divide by bits-per-byteJason A. Donenfeld2020-09-071-1/+1
* device: get free port when testingSina Siadat2020-07-311-5/+23
* device: remove bindsocketshim.goDavid Crawshaw2020-07-141-36/+0
* device: remove some unnecessary unsafeBrad Fitzpatrick2020-07-151-2/+3
* device: use RTMGRP_IPV4_ROUTE to specify multicast groups maskTobias Klauser2020-07-131-1/+1
* device: wait for routines to stop before removing peersDmytro Shynkevych2020-07-041-1/+1
* device: export Bind and remove socketfd shims for androidDavid Crawshaw2020-06-222-24/+6
* ipc: add comment about socketDirectory linker override on androidDavid Crawshaw2020-06-221-0/+2
* conn: add comments saying what uses these interfacesDavid Crawshaw2020-06-221-2/+5
* device: do not include sticky sockets on androidJason A. Donenfeld2020-06-072-1/+3
* 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