wireguard: bump to 20180519
authorJason A. Donenfeld <Jason@zx2c4.com>
Sat, 19 May 2018 03:55:58 +0000 (05:55 +0200)
committerYousong Zhou <yszhou4tech@gmail.com>
Fri, 25 May 2018 01:30:44 +0000 (09:30 +0800)
commit6eec0e46ed3301b38de83ba51997b4c21b9da74e
tree6efa387d48757faaa6c766c93f2b21f328e5c08a
parent5ad80ff24b27d24c1e86eff5df4c6b90a57cdf1b
wireguard: bump to 20180519

* chacha20poly1305: add mips32 implementation

"The OpenWRT Commit" - this significantly speeds up performance on cheap
plastic MIPS routers, and presumably the remaining MIPS32r2 super computers
out there.

* timers: reinitialize state on init
* timers: round up instead of down in slack_time
* timers: remove slack_time
* timers: clear send_keepalive timer on sending handshake response
* timers: no need to clear keepalive in persistent keepalive

Andrew He and I have helped simplify the timers and remove some old warts,
making the whole system a bit easier to analyze.

* tools: fix errno propagation and messages

Error messages are now more coherent.

* device: remove allowedips before individual peers

This avoids an O(n^2) traversal in favor of an O(n) one. Before systems with
many peers would grind when deleting the interface.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
package/network/services/wireguard/Makefile