aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Kconfig: IPsec isn't IPSecJason A. Donenfeld2019-01-231-1/+1
| | | | Reported-by: Raf Czlonka <rczlonka@gmail.com>
* Kconfig: do now allow IPV6=m,WG=yJason A. Donenfeld2018-10-031-0/+1
|
* kconfig: make NEON depend on CPU_V7Jason A. Donenfeld2018-09-111-3/+3
|
* Kconfig: use new-style help markerJason A. Donenfeld2018-08-281-2/+2
|
* Kconfig: require DST_CACHE explicitlyJason A. Donenfeld2018-03-021-0/+1
|
* Kconfig: remove trailing whitespaceGreg Kroah-Hartman2017-11-021-1/+1
| | | | | | | Git complains when applying this Kconfig file as part of a patch to the kernel tree, so drop the trailing whitespace. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* qemu: allow for cross compilationJason A. Donenfeld2017-10-311-0/+2
|
* queue: entirely rework parallel systemJason A. Donenfeld2017-09-181-12/+0
| | | | | | | | | | 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.
* global: wireguard.io --> wireguard.comJason A. Donenfeld2017-07-201-1/+1
| | | | | Due to concerns with the .io TLD, we are switching to using wireguard.com instead.
* 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.
* chacha20poly1305: add NEON versions for ARM and ARM64Jason A. Donenfeld2017-05-301-0/+2
|
* Kconfig: can be a moduleJason A. Donenfeld2017-02-131-2/+2
|
* device: conntrack is optionalJason A. Donenfeld2016-11-221-1/+0
|
* Kconfig: select IP6_NF_IPTABLES if using IPV6experimental-0.0.20160721Jason A. Donenfeld2016-07-211-0/+1
|
* build system: revamp building and configurationJason A. Donenfeld2016-07-181-13/+18
|
* Kconfig: more fully select dependenciesJason A. Donenfeld2016-06-291-0/+3
|
* Initial commitJason A. Donenfeld2016-06-251-0/+35