summaryrefslogtreecommitdiffstatshomepage
path: root/src/Kconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2017-06-21 03:55:31 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2017-06-26 12:35:06 +0200
commit9eed02a30cf9c5ad36c94724ca3ac3b8f09cf7d2 (patch)
tree4f9a7cbdf4bb70f4d39126829e5098c71d706698 /src/Kconfig
parentcurve25519: keep certain sandy2x functions in C (diff)
downloadwireguard-linux-compat-9eed02a30cf9c5ad36c94724ca3ac3b8f09cf7d2.tar.xz
wireguard-linux-compat-9eed02a30cf9c5ad36c94724ca3ac3b8f09cf7d2.zip
ratelimiter: rewrite from scratch
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. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/Kconfig b/src/Kconfig
index 5b738ab..f2e25bb 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -2,12 +2,7 @@ config WIREGUARD
tristate "IP: WireGuard secure network tunnel"
depends on NET && INET
select NET_UDP_TUNNEL
- select NETFILTER_XT_MATCH_HASHLIMIT
- select NETFILTER
- select NETFILTER_XTABLES
- select NETFILTER_ADVANCED
select CRYPTO_BLKCIPHER
- select IP6_NF_IPTABLES if IPV6
select NEON
select KERNEL_MODE_NEON
default m