wireguard: bump to 0.0.20191205
authorJason A. Donenfeld <Jason@zx2c4.com>
Thu, 5 Dec 2019 10:59:41 +0000 (11:59 +0100)
committerRISCi_ATOM <bob@bobcall.me>
Fri, 10 Jan 2020 16:41:15 +0000 (11:41 -0500)
commit3bf91f43cb051eb446e00c0160db1570d689175b
treed275631c7957a8fc2bd92c987bc44d2206f79c60
parentd39cdf2b2743b3be435048a3735329de05c735d9
wireguard: bump to 0.0.20191205

* wg-quick: linux: suppress error when finding unused table

This fixes a spurious warning messages seen with recent versions of iproute2
and kernels.

* wg-quick: linux: ensure postdown hooks execute
* wg-quick: linux: have remove_iptables return true
* wg-quick: linux: iptables-* -w is not widely supported

Adding in iptables had some hiccups. For the record, I'm very unhappy about
having to put any firewalling code into wg-quick(8). We'll of course need to
support nftables too at some point if this continues. I'm investigating with
upstream the possibility of adding a sysctl to patch the issue that iptables
is handling now, so hopefully at somepoint down the line we'll be able to shed
this dependency once again.

* send: use kfree_skb_list
* device: prepare skb_list_walk_safe for upstreaming
* send: avoid touching skb->{next,prev} directly

Suggestions from LKML.

* ipc: make sure userspace communication frees wgdevice

Free things properly on error paths.

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