aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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