aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-05-01uapi: linux: put sock files in netns-specific subdirjd/netns-specific-uapiJason A. Donenfeld
2020-05-02wgcfg: remove for nowDavid Crawshaw
2020-05-02wgcfg: remove JSON marshal methodsDavid Crawshaw
2020-05-02device: use atomic access for unlocked keypair.nextJason A. Donenfeld
2020-05-02wgcfg: rename Key to PublicKeyDavid Crawshaw
2020-05-02device: add nil check before convert typed error backWenxuan Zhao
2020-04-07device: move stats fields back down and add test diagnosticsDavid Crawshaw
2020-04-07Revert "device: use wgcfg key types"David Crawshaw
2020-04-03device: remove racey read in session key rotation.David Anderson
2020-04-02device: add debug logs describing handshake rejectionAvery Pennarun
2020-04-02device: use wgcfg key typesDavid Crawshaw
2020-04-02tun: return a better error message if /dev/net/tun doesn't existBrad Fitzpatrick
2020-04-02device: return generic error from Ipc{Get,Set}Operation.David Anderson
2020-04-02tun: NetlinkListener: don't send EventDown before sending EventUpAvery Pennarun
2020-04-02device: give handshake state a typeDavid Crawshaw
2020-04-01tuntest: split out testing packageDavid Crawshaw
2020-03-31wgcfg: improve SymmetricKey docsDavid Crawshaw
2020-03-31wgcfg: fix bug preventing IPv6 addresses from workingBrad Fitzpatrick
2020-03-31wgcfg: clean up IP type/method signaturesBrad Fitzpatrick
2020-03-31wgcfg: add fast CIDR.Contains implementationTyler Kropp
2020-03-31wgcfg: new config packageDavid Crawshaw
2020-03-30tun: fix data race on name fieldBrad Fitzpatrick
2020-03-30tun: remove unused isUp methodBrad Fitzpatrick
2020-03-30conn: new package that splits out the Bind and Endpoint typesDavid Crawshaw
2020-03-30wintun: split error message for create vs open namespace.Avery Pennarun
2020-03-30device: make Peer fields safe for atomic access on 32-bit.David 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