1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00
openwrt/package
Jason A. Donenfeld 7c23f741e9 wireguard: bump to 0.0.20190702
* curve25519: not all linkers support bmi2 and adx

This should allow WireGuard to build on older toolchains.

* global: switch to coarse ktime

Our prior use of fast ktime before meant that sometimes, depending on how
broken the motherboard was, we'd wind up calling into the HPET slow path. Here
we move to coarse ktime which is always super speedy. In the process we had to
fix the resolution of the clock, as well as introduce a new interface for it,
landing in 5.3. Older kernels fall back to a fast-enough mechanism based on
jiffies.

https://lore.kernel.org/lkml/tip-e3ff9c3678b4d80e22d2557b68726174578eaf52@git.kernel.org/
https://lore.kernel.org/lkml/20190621203249.3909-3-Jason@zx2c4.com/

* netlink: cast struct over cb->args for type safety

This follow recent upstream changes such as:

https://lore.kernel.org/lkml/20190628144022.31376-1-Jason@zx2c4.com/

* peer: use LIST_HEAD macro

Style nit.

* receive: queue dead packets to napi queue instead of empty rx_queue

This mitigates a WARN_ON being triggered by the workqueue code. It was quite
hard to trigger, except sporadically, or reliably with a PC Engines ALIX, an
extremely slow board with an AMD LX800 that Ryan Whelan of Axatrax was kind
enough to mail me.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-07-02 22:06:42 +02:00
..
base-files base-files: add network_get_uptime() to /lib/functions/network.sh 2019-06-29 21:00:58 +02:00
boot u-boot-mvebu: bump to 2019.04 2019-06-28 21:43:27 +02:00
devel valgrind: Add support for ARM64 architecture 2019-05-14 20:28:41 +02:00
firmware linux-firmware: update to 20190618 2019-06-22 13:17:48 +02:00
kernel mt76: update to the latest version, adds preliminary mt7615 support 2019-06-25 13:24:49 +02:00
libs ustream-ssl: update to 2019-06-24 2019-06-24 22:01:17 +02:00
network wireguard: bump to 0.0.20190702 2019-07-02 22:06:42 +02:00
system rpcd: add direct dependency on libjson-c 2019-06-21 17:43:17 +02:00
utils lua5.3: drop unwanted & unneeded PROVIDES 2019-06-30 10:16:08 +02:00
Makefile build: add ABI_VERSION to binary package names 2019-01-19 14:32:12 +01:00