summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2018-07-31main: properly name labelJason A. Donenfeld
2018-07-31noise: remove outdated commentJason A. Donenfeld
2018-07-31send: address of variable is never nullJason A. Donenfeld
2018-07-31peer: simplify rcu reference countsJason A. Donenfeld
2018-07-31ratelimiter: prevent init/uninit raceJason A. Donenfeld
2018-07-31main: add missing chacha20poly1305 headerJason A. Donenfeld
2018-07-28curve25519-x86_64: tighten reductions modulo 2^256-38Samuel Neves
2018-07-28curve25519-x86_64: simplify the final reduction by adding 19 beforehandSamuel Neves
2018-07-28curve25519-x86_64: tighten the x25519 assemblySamuel Neves
2018-07-24qemu: update musl and kernelJason A. Donenfeld
2018-07-24qemu: show log if process crashesJason A. Donenfeld
2018-07-24receive: check against proper return value typeJason A. Donenfeld
2018-07-18version: bump snapshotJason A. Donenfeld
2018-07-18recieve: disable NAPI busy pollingThomas Gschwantner
2018-07-18device: destroy workqueue before freeing queueJason A. Donenfeld
2018-07-12receive: use gro call instead of plain callJason A. Donenfeld
2018-07-11receive: account for zero or negative budgetJason A. Donenfeld
2018-07-08version: bump snapshotJason A. Donenfeld
2018-07-08receive: use NAPI on the receive pathJonathan Neuschäfer
2018-07-06qemu: decide debug kernel based on KERNEL_VERSIONJason A. Donenfeld
2018-07-06qemu: bump default kernel versionJason A. Donenfeld
2018-07-06selftest: ratelimiter: improve chance of success via retryJason A. Donenfeld
2018-07-04receive: styleJason A. Donenfeld
2018-07-04device: print daddr not saddr in missing peer errorJason A. Donenfeld
2018-06-25version: bump snapshotJason A. Donenfeld
2018-06-24compat: more robust ktime backportJason A. Donenfeld
2018-06-23global: use fast boottime instead of normal boottimeJason A. Donenfeld
2018-06-23global: use ktime boottime instead of jiffiesJason A. Donenfeld
2018-06-22global: fix a few typosJonathan Neuschäfer
2018-06-22simd: add missing headerJason A. Donenfeld
2018-06-22poly1305: give linker the correct constant data section sizeJason A. Donenfeld
2018-06-22main: test poly1305 before chacha20poly1305Jason A. Donenfeld
2018-06-22receive: don't toggle bhJason A. Donenfeld
2018-06-20version: bump snapshotJason A. Donenfeld
2018-06-20poly1305: add missing string.h headerJason A. Donenfeld
2018-06-19compat: use stabler lkml linksJason A. Donenfeld
2018-06-19ratelimiter: do not allow concurrent init and uninitJason A. Donenfeld
2018-06-19ratelimiter: mitigate reference underflowJason A. Donenfeld
2018-06-19receive: drop handshake packets if rng is not initializedJason A. Donenfeld
2018-06-18noise: wait for crng before taking locksJason A. Donenfeld
2018-06-18netlink: maintain static_identity lock over entire private key updateJason A. Donenfeld
2018-06-18noise: take locks for ss precomputationJason A. Donenfeld
2018-06-17qemu: bump default kernelJason A. Donenfeld
2018-06-17simd: no need to restore fpu state when no preemptionJason A. Donenfeld
2018-06-17simd: encapsulate fpu amortization into nice functionsJason A. Donenfeld
2018-06-16queueing: re-enable preemption periodically to lower latencyJason A. Donenfeld
2018-06-16queueing: remove useless spinlocks on scJason A. Donenfeld
2018-06-14chacha20poly1305: use slow crypto on -rt kernels on arm tooJason A. Donenfeld
2018-06-13version: bump snapshotJason A. Donenfeld
2018-06-13chacha20poly1305: use slow crypto on -rt kernelsJason A. Donenfeld