summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2018-02-20queueing: skb_reset: mark as xnetJason A. Donenfeld
2018-02-18version: bump snapshotJason A. Donenfeld
2018-02-14blake2s: use union instead of castingJason A. Donenfeld
2018-02-14allowedips: indicate to clang-analyzer that trie is non-nullJason A. Donenfeld
2018-02-12socket: free skb if there isn't an endpointJason A. Donenfeld
2018-02-12qemu: more granular memleak detectionJason A. Donenfeld
2018-02-12netns: replace n0 ip with ip0, per customJason A. Donenfeld
2018-02-08poly1305: fix up selftest counterJason A. Donenfeld
2018-02-07qemu: add support for powerpcJason A. Donenfeld
2018-02-02version: bump snapshotJason A. Donenfeld
2018-02-02qemu: update base versionsJason A. Donenfeld
2018-02-01curve25519: break more things with more test casesJason A. Donenfeld
2018-02-01curve25519: replace fiat64 with faster hacl64Jason A. Donenfeld
2018-02-01curve25519: replace hacl64 with fiat64Jason A. Donenfeld
2018-02-01curve25519: verify that specialized basepoint implementations are correctJason A. Donenfeld
2018-01-30chacha20poly1305: better buffer alignmentJason A. Donenfeld
2018-01-30chacha20poly1305: use existing rol32 functionJason A. Donenfeld
2018-01-30device: let udev know what kind of device we areJason A. Donenfeld
2018-01-23qemu: disable AVX-512 in userlandJason A. Donenfeld
2018-01-23qemu: disable PIE for compilationJason A. Donenfeld
2018-01-23tools: share curve25519 implementations with kernelJason A. Donenfeld
2018-01-19poly1305: add poly-specific self-testsJason A. Donenfeld
2018-01-18curve25519-fiat32: uninline certain functionsJason A. Donenfeld
2018-01-18version: bump snapshotJason A. Donenfeld
2018-01-18curve25519: wire up new impls and remove donnaJason A. Donenfeld
2018-01-18curve25519: resolve symbol clash between fe typesJason A. Donenfeld
2018-01-18curve25519: import 64-bit hacl-star implementationJason A. Donenfeld
2018-01-18curve25519: import 32-bit fiat-crypto implementationJason A. Donenfeld
2018-01-18curve25519: modularize implementationJason A. Donenfeld
2018-01-18poly1305: remove indirect callsSamuel Neves
2018-01-08socket: check for null socket before fishing out sportJason A. Donenfeld
2018-01-03global: year bumpJason A. Donenfeld
2018-01-03receive: treat packet checking as irrelevant for timersJason A. Donenfeld
2017-12-21version: bump snapshotJason A. Donenfeld
2017-12-21compat: kernels < 3.13 modified genl_opsJason A. Donenfeld
2017-12-13crypto: compile on UMLJason A. Donenfeld
2017-12-11version: bump snapshotJason A. Donenfeld
2017-12-11chacha20poly1305: wire up avx512vl for skylake-xJason A. Donenfeld
2017-12-11chacha20: avx512vl implementationSamuel Neves
2017-12-11poly1305: fix avx512f alignment bugSamuel Neves
2017-12-11chacha20poly1305: cleaner generic codeJason A. Donenfeld
2017-12-09blake2s-x86_64: fix spacingJason A. Donenfeld
2017-12-09global: add SPDX tags to all filesGreg Kroah-Hartman
2017-12-03chacha20-arm: fix with clang -fno-integrated-as.David Benjamin
2017-12-03poly1305: update x86-64 kernel to AVX512F onlySamuel Neves
2017-11-29netlink: rename symbol to avoid clashesJason A. Donenfeld
2017-11-29device: clear last handshake timer on ifdownJason A. Donenfeld
2017-11-29compat: fix 3.10 backportJason A. Donenfeld
2017-11-28device: do not clear keys during sleep on AndroidJason A. Donenfeld
2017-11-28curve25519: explictly depend on AS_AVXJason A. Donenfeld