aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Kbuild (follow)
Commit message (Collapse)AuthorAgeFilesLines
* global: year bumpJason A. Donenfeld2018-01-031-1/+1
|
* global: add SPDX tags to all filesGreg Kroah-Hartman2017-12-091-0/+4
| | | | | | | | | | | | | It's good to have SPDX identifiers in all files as the Linux kernel developers are working to add these identifiers to all files. Update all files with the correct SPDX license identifier based on the license text of the project or based on the license in the file itself. The SPDX identifier is a legally binding shorthand, which can be used instead of the full boiler plate text. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Modified-by: Jason A. Donenfeld <Jason@zx2c4.com>
* poly1305: import MIPS64 primitive from OpenSSLJason A. Donenfeld2017-11-221-5/+2
|
* chacha20poly1305: import ARM primitives from OpenSSLJason A. Donenfeld2017-11-221-7/+2
| | | | ARMv4-ARMv8, with NEON for ARMv7 and ARMv8.
* chacha20poly1305: import x86_64 primitives from OpenSSLSamuel Neves2017-11-221-11/+1
| | | | | | x86_64 only at the moment. SSSE3, AVX, AVX2, AVX512. Signed-off-by: Samuel Neves <sneves@dei.uc.pt>
* curve25519-neon: compile in thumb modeJason A. Donenfeld2017-11-141-4/+1
| | | | | In thumb mode, it's not possible to use sp as an operand of and, so we have to muck around with r3 as a scratch register.
* allowedips: rename from routingtableJason A. Donenfeld2017-11-101-1/+1
| | | | Makes it more clear that this _not_ a routing table replacement.
* qemu: allow for cross compilationJason A. Donenfeld2017-10-311-1/+4
|
* netlink: switch from ioctl to netlink for configurationJason A. Donenfeld2017-10-021-1/+1
|
* queue: entirely rework parallel systemJason A. Donenfeld2017-09-181-4/+1
| | | | | | | | | | This removes our dependency on padata and moves to a different mode of multiprocessing that is more efficient. This began as Samuel Holland's GSoC project and was gradually reworked/redesigned/rebased into this present commit, which is a combination of his initial contribution and my subsequent rewriting and redesigning.
* ratelimiter: rewrite from scratchJason A. Donenfeld2017-06-261-5/+0
| | | | | | | This not only removes the depenency on x_tables, but it also gives us much better performance and memory usage. Now, systems are able to have millions of WireGuard interfaces, without having to worry about a thundering herd of garbage collection.
* curve25519: add NEON versions for ARMJason A. Donenfeld2017-05-311-2/+2
|
* compat: ship padata if kernel doesn't have itJason A. Donenfeld2017-05-301-11/+3
|
* chacha20poly1305: add NEON versions for ARM and ARM64Jason A. Donenfeld2017-05-301-6/+15
|
* Kbuild: optimize debug builds tooJason A. Donenfeld2017-05-171-1/+1
|
* curve25519: add AVX implementationJason A. Donenfeld2017-03-191-1/+1
|
* blake2s: add AVX implementationJason A. Donenfeld2017-03-191-0/+4
|
* compat: backport siphash & dst_cache from mainlineJason A. Donenfeld2017-02-131-2/+4
|
* siphash: update against upstream submissionJason A. Donenfeld2016-12-161-1/+1
|
* Rework headers and includesJason A. Donenfeld2016-09-291-0/+1
|
* routingtable: hyphen was uglyJason A. Donenfeld2016-08-221-1/+1
|
* Kbuild: move module deps out of tests/Jason A. Donenfeld2016-08-031-1/+16
|
* build system: revamp building and configurationJason A. Donenfeld2016-07-181-0/+18