aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-03[WIP] device: run testns.sh from a Go test harnessdc/nstestDavid Crawshaw
2020-05-02main: now that we're upstreamed, relax Linux warningJason A. Donenfeld
2020-05-02README: specify go 1.13Jason A. Donenfeld
2020-05-02global: update header comments and modulesJason A. Donenfeld
2020-05-02ipc: deduplicate some unix-specific codeDavid Crawshaw
2020-05-02ipc: remove unnecessary error checkDavid Crawshaw
2020-05-02device: use atomic access for unlocked keypair.nextJason A. Donenfeld
2020-05-02wintun: make remaining HWID comparisons case insensitiveSimon Rozman
2020-05-02setupapi: extend struct size constant definitions for arm(64)Simon Rozman
2020-05-02device: add debug logs describing handshake rejectionAvery Pennarun
2020-05-02tun: return a better error message if /dev/net/tun doesn't existBrad Fitzpatrick
2020-05-02device: return generic error from Ipc{Get,Set}Operation.David Anderson
2020-05-02tun: NetlinkListener: don't send EventDown before sending EventUpAvery Pennarun
2020-05-02device: give handshake state a typeDavid Crawshaw
2020-05-02tuntest: split out testing packageDavid Crawshaw
2020-05-02tun: fix data race on name fieldBrad Fitzpatrick
2020-05-02tun: remove unused isUp methodBrad Fitzpatrick
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw
2020-05-02wintun: split error message for create vs open namespace.Avery Pennarun
2020-05-02device: add test to ensure Peer fields are safe for atomic access on 32-bitDavid Anderson
2020-03-30rwcancel: no-op builds for windows and darwinDavid Crawshaw
2020-03-30ratelimiter: use a fake clock in tests and style cleanupsDavid Crawshaw
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
2020-01-15tun: darwin: ignore ENOMEM errorsJason A. Donenfeld
2020-01-07tun: windows: serialize write callsJason A. Donenfeld
2019-12-30README: update repo urlsJason A. Donenfeld
2019-11-28device: SendmsgN mutates the input sockaddrJason A. Donenfeld
2019-11-22wintun: manage ring memory manuallyJason 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-21namespaceapi: remove tasteless commentJason A. Donenfeld
2019-10-17device: recheck counters while holding write lockJason A. Donenfeld
2019-10-17wintun: normalize variable names for their typesJason A. Donenfeld
2019-10-17wintun: quickly ignore non-Wintun devicesAvery Pennarun
2019-10-17tun: match windows CreateTUN signature to the Linux variantAvery Pennarun
2019-10-17rwcancel: handle EINTR and EAGAIN in unixSelect()Avery Pennarun
2019-10-16device: test packets between two fake devicesDavid Crawshaw
2019-10-12version: bump snapshot0.0.20191012Jason A. Donenfeld
2019-10-08Makefile: remove v prefixJason A. Donenfeld
2019-10-08wintun: expose versionJason A. Donenfeld
2019-10-04uapi: allow preventing creation of new peers when updatingJason A. Donenfeld
2019-10-04mod: bump versionsJason A. Donenfeld