aboutsummaryrefslogtreecommitdiffstats
path: root/device (unfollow)
Commit message (Expand)AuthorFilesLines
2020-05-02device: give handshake state a typeDavid Crawshaw1-17/+38
2020-05-02tuntest: split out testing packageDavid Crawshaw2-141/+155
2020-05-02tun: fix data race on name fieldBrad Fitzpatrick1-13/+31
2020-05-02tun: remove unused isUp methodBrad Fitzpatrick1-6/+0
2020-05-02conn: introduce new package that splits out the Bind and Endpoint typesDavid Crawshaw15-452/+562
2020-05-02wintun: split error message for create vs open namespace.Avery Pennarun1-1/+4
2020-05-02device: add test to ensure Peer fields are safe for atomic access on 32-bitDavid Anderson2-1/+48
2020-03-30rwcancel: no-op builds for windows and darwinDavid Crawshaw4-2/+17
2020-03-30ratelimiter: use a fake clock in tests and style cleanupsDavid Crawshaw2-65/+88
2020-03-20version: bump snapshot0.0.20200320Jason A. Donenfeld1-1/+1
2020-03-17noise: unify zero checking of ecdhJason A. Donenfeld3-63/+49
2020-03-17global: use RTMGRP_* consts from x/sys/unixTobias Klauser4-5/+5
2020-02-14send: account for zero mtuJason A. Donenfeld1-4/+12
2020-02-04device: fix private key removal logicJason A. Donenfeld1-13/+4
2020-02-04uapi: allow unsetting device private key with /dev/nullJason A. Donenfeld2-1/+10
2020-01-21version: bump snapshot0.0.20200121Jason A. Donenfeld1-1/+1
2020-01-15tun: darwin: ignore ENOMEM errorsJason A. Donenfeld1-1/+18
2020-01-07tun: windows: serialize write callsJason A. Donenfeld1-0/+5
2019-12-30README: update repo urlsJason A. Donenfeld2-2/+2
2019-11-28device: SendmsgN mutates the input sockaddrJason A. Donenfeld1-0/+9
2019-11-22wintun: manage ring memory manuallyJason A. Donenfeld2-7/+27
2019-10-30constants: recalculate rekey max based on a one minute floodJason A. Donenfeld1-1/+1
2019-10-22global: fix a few typos courtesy of codespellJonathan Tooker5-10/+10
2019-10-21device: allow blackholing socketsJason A. Donenfeld2-4/+14
2019-10-21device: remove dead error reporting codeJason A. Donenfeld1-4/+1
2019-10-21namespaceapi: remove tasteless commentJason A. Donenfeld1-1/+1
2019-10-17device: recheck counters while holding write lockJason A. Donenfeld1-2/+7
2019-10-17wintun: normalize variable names for their typesJason A. Donenfeld1-72/+72
2019-10-17wintun: quickly ignore non-Wintun devicesAvery Pennarun1-0/+18
2019-10-17tun: match windows CreateTUN signature to the Linux variantAvery Pennarun2-5/+10
2019-10-17rwcancel: handle EINTR and EAGAIN in unixSelect()Avery Pennarun1-2/+14
2019-10-16device: test packets between two fake devicesDavid Crawshaw1-29/+199
2019-10-12version: bump snapshot0.0.20191012Jason A. Donenfeld1-1/+1
2019-10-08Makefile: remove v prefixJason A. Donenfeld1-1/+1
2019-10-08wintun: expose versionJason A. Donenfeld2-1/+34
2019-10-04uapi: allow preventing creation of new peers when updatingJason A. Donenfeld1-1/+17
2019-10-04mod: bump versionsJason A. Donenfeld9-16/+16
2019-09-16winpipe: use x/sys/windows instead of syscallJason A. Donenfeld7-229/+128
2019-09-16wintun: use correct length for security attributesJason A. Donenfeld1-1/+1
2019-09-08tun: windows: unify error message formatJason A. Donenfeld1-2/+2
2019-09-08version: bump snapshot0.0.20190908Jason A. Donenfeld1-1/+1
2019-09-08main: simplify warningsJason A. Donenfeld3-44/+1
2019-09-07tun: openbsd: check for interface already being upJason A. Donenfeld1-23/+31
2019-09-05namespaceapi: AddSIDToBoundaryDescriptor modifies the handleJason A. Donenfeld1-2/+2
2019-09-01wintun: take mutex first alwaysJason A. Donenfeld1-9/+9
2019-09-01wintun: consider abandoned mutexes as releasedJason A. Donenfeld1-1/+1
2019-08-31ipc: windows: use protected prefixJason A. Donenfeld2-2/+2
2019-08-30winpipe: enforce ownership of client connectionJason A. Donenfeld3-7/+46
2019-08-30wintun: put mutex into private namespaceJason A. Donenfeld3-26/+99
2019-08-30namespaceapi: fix mistakeJason A. Donenfeld2-4/+4