openwrt/target/linux/generic
Jason A. Donenfeld e9175ae99b kernel: 5.4: import wireguard backport
Rather than using the clunky, old, slower wireguard-linux-compat out of
tree module, this commit does a patch-by-patch backport of upstream's
wireguard to 5.4. This specific backport is in widespread use, being
part of SUSE's enterprise kernel, Oracle's enterprise kernel, Google's
Android kernel, Gentoo's distro kernel, and probably more I've forgotten
about. It's definately the "more proper" way of adding wireguard to a
kernel than the ugly compat.h hell of the wireguard-linux-compat repo.
And most importantly for OpenWRT, it allows using the same module
configuration code for 5.10 as for 5.4, with no need for bifurcation.

These patches are from the backport tree which is maintained in the
open here: https://git.zx2c4.com/wireguard-linux/log/?h=backport-5.4.y
I'll be sending PRs to update this as needed.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: maurerr <mariusd84@gmail.com>
2021-09-01 08:07:42 +00:00
..
backport-5.4 kernel: 5.4: import wireguard backport 2021-09-01 08:07:42 +00:00
backport-5.10 kernel: 5.10: wireguard: backport 5.12-rc1 changes in net.git 2021-09-01 08:07:42 +00:00
files image: add support for building FIT image with filesystem 2021-09-01 08:07:40 +00:00
hack-5.4 image: add support for building FIT image with filesystem 2021-09-01 08:07:40 +00:00
hack-5.10 image: add support for building FIT image with filesystem 2021-09-01 08:07:40 +00:00
image target: use SPDX license identifiers on Makefiles 2021-09-01 08:07:34 +00:00
other-files initramfs: switch to tmpfs to fix ujail 2021-09-01 08:07:15 +00:00
pending-5.4 kernel: bump 5.4 to 5.4.100 2021-09-01 08:07:41 +00:00
pending-5.10 kernel: bump version 5.10 to 5.10.18 2021-09-01 08:07:41 +00:00
config-5.4 kernel: add further missing symbols 2021-09-01 08:07:40 +00:00
config-5.10 kernel: add further missing symbols 2021-09-01 08:07:40 +00:00
config-filter kernel: add linux 5.10 support 2021-09-01 08:07:37 +00:00
PATCHES