summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-kernel/wireguard/wireguard.inc
Commit message (Collapse)AuthorAgeFilesLines
* wireguard: Upgrade to latest compat external module and toolsKhem Raj2020-04-071-5/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard: Upgrade to 20191219 snapshotKhem Raj2020-01-291-2/+2
| | | | | | Fixes build with kernel >= 5.4 Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard: Upgrade 20190905 to 20190913Scott Ellis2019-09-151-2/+2
| | | | | Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard: Upgrade 20190702 to 20190905Scott Ellis2019-09-071-2/+2
| | | | | Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard: Upgrade 20190406 to 20190702Scott Ellis2019-08-041-2/+2
| | | | | Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard: Upgrade 20190123 -> 20190406Scott Ellis2019-05-201-2/+2
| | | | | | | Fixes issues with kernels 5.1 and greater. Signed-off-by: Scott Ellis <scott@jumpnowtek.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard: udpate to 20190123 versionStefan Agner2019-01-301-2/+2
| | | | | Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* wireguard: udpate to 20171221 versionArmin Kuster2018-03-051-2/+2
| | | | | | | | | | | | this fixes build issue on a 4.14 kernel: /src/compat/padata/padata.c:831:9: error: implicit declaration of function 'padata_alloc'; did you mean 'padata_alloc_pd'? [-Werror=implicit-function-declaration] | return padata_alloc(wq, cpu_possible_mask, cpu_possible_mask); | ^~~~~~~~~~~~ | padata_alloc_pd Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* wireguard: Upgrade to 20170810 snapshotKhem Raj2017-09-121-3/+2
| | | | | | | | Fixes build with linux kernel 4.12+ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* wireguard: bump version to latest snapshot 0.0.20170517Stefan Agner2017-06-281-2/+2
| | | | | | | Use the latest available snapshot 0.0.20170517 of WireGuard. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* wireguard: add WireGuard kernel module and toolsStefan Agner2017-04-271-0/+18
WireGuard is an extremely simple yet fast and modern VPN that utilizes state-of-the-art cryptography. It aims to be faster, simpler, leaner, and more useful than IPSec, while avoiding the massive headache. The recipes add the current experimental snapshot v0.0.20170421 out-of-tree kernel module and tools. The kernel module has some kernel configuration dependencies such as some configuration part of features/netfilter/netfilter.scc, hence netfilter.scc should be part of KERNEL_EXTRA_FEATURES (which is the case by default). Since wireguard-tools is TUNE_PKGARCH and depends on wireguard-module which is MACHINE_ARCH (like all kernel modules) we need to add this dependency to SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS. Signed-off-by: Stefan Agner <stefan@agner.ch> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>