aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* global: satisfy check_patch.pl errorsJason A. Donenfeld2018-09-036-26/+27
* crypto: import zincJason A. Donenfeld2018-09-0354-6551/+13137
* uapi: reformatJason A. Donenfeld2018-09-021-81/+83
* tools: ipc: do not warn on unrecognized netlink attributesJason A. Donenfeld2018-09-021-17/+0
* netlink: insert peer version placeholderJason A. Donenfeld2018-09-023-3/+17
* curve25519-arm: prefix immediates with #Jason A. Donenfeld2018-08-281-18/+18
* curve25519-arm: do not waste 32 bytes of stackJason A. Donenfeld2018-08-281-88/+88
* curve25519-arm: use ordinary prolog and epilogueSamuel Neves2018-08-281-18/+6
* curve25519-arm: add spaces after commasJason A. Donenfeld2018-08-281-2074/+2074
* curve25519-arm: cleanups from lkmlJason A. Donenfeld2018-08-281-33/+30
* curve25519-arm: reformatJason A. Donenfeld2018-08-281-2096/+2096
* curve25519-x86_64: let the compiler decide when/how to load constantsSamuel Neves2018-08-281-5/+2
* curve25519-hacl64: use formally verified C for comparisonsJason A. Donenfeld2018-08-281-6/+19
* crypto: use unaligned helpersJason A. Donenfeld2018-08-289-55/+61
* Kconfig: use new-style help markerJason A. Donenfeld2018-08-281-2/+2
* compat: rng_is_initialized made it into 4.19Jason A. Donenfeld2018-08-281-53/+53
* global: run through clang-formatJason A. Donenfeld2018-08-2827-794/+1653
* wg-quick: check correct variable for route deduplicationJason A. Donenfeld2018-08-211-1/+1
* wg-quick: darwin: prefer system paths for toolsJason A. Donenfeld2018-08-121-1/+1
* version: bump snapshot0.0.20180809Jason A. Donenfeld2018-08-092-2/+2
* netlink: don't start over iteration on multipart non-first allowedipsJason A. Donenfeld2018-08-092-2/+28
* timers: include header in right fileJason A. Donenfeld2018-08-092-2/+2
* curve25519-hacl64: correct u64_gte_maskSamuel Neves2018-08-071-3/+1
* curve25519-hacl64: simplify u64_eq_maskSamuel Neves2018-08-071-8/+3
* chacha20: use memmove in case buffers overlapJason A. Donenfeld2018-08-071-1/+1
* curve25519-x86_64: avoid use of r12Jason A. Donenfeld2018-08-071-107/+107
* qemu: add easy git harnessJason A. Donenfeld2018-08-061-1/+8
* chacha20poly1305: selftest: use arrays for test vectorsJason A. Donenfeld2018-08-061-777/+3577
* crypto: move simd context to specific typeJason A. Donenfeld2018-08-0611-147/+153
* compat: better atomic acquire/release backportJason A. Donenfeld2018-08-041-16/+10
* send: switch handshake stamp to an atomicJason A. Donenfeld2018-08-044-14/+12
* version: bump snapshot0.0.20180802Jason A. Donenfeld2018-08-032-2/+2
* allowedips: use different macro names so as to avoid confusionJason A. Donenfeld2018-08-031-5/+5
* peer: ensure destruction doesn't raceJason A. Donenfeld2018-08-0311-110/+148
* noise: free peer references on failureJason A. Donenfeld2018-08-021-11/+11
* cookie: returned keypair might disappear if rcu lock not heldJason A. Donenfeld2018-08-022-14/+19
* queueing: ensure strictly ordered loads and storesJason A. Donenfeld2018-08-024-5/+33
* queueing: document double-adding and reference conditionsJason A. Donenfeld2018-08-011-0/+12
* peer: ensure resources are freed when creation failsJason A. Donenfeld2018-08-011-13/+19
* queueing: keep reference to peer after setting atomic state bitJason A. Donenfeld2018-08-012-3/+8
* allowedips: free root inside of RCU callbackJason A. Donenfeld2018-08-011-8/+10
* hashtables: document immediate zeroing semanticsJason A. Donenfeld2018-08-011-0/+6
* allowedips: avoid window of disappeared peerJann Horn2018-08-011-1/+5
* allowedips: prevent double read in krefJason A. Donenfeld2018-08-012-17/+17
* chacha20poly1305: selftest: split up test vector constantsJason A. Donenfeld2018-07-311-69/+210
* version: bump snapshot0.0.20180731Jason A. Donenfeld2018-07-312-2/+2
* device: adjust commentJason A. Donenfeld2018-07-311-1/+1
* noise: use hex constant for tai64n offsetJason A. Donenfeld2018-07-311-1/+1
* main: properly name labelJason A. Donenfeld2018-07-311-2/+2
* noise: remove outdated commentJason A. Donenfeld2018-07-312-5/+0