aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/compat (follow)
Commit message (Collapse)AuthorAgeFilesLines
* compat: ipv6_dst_lookup_flow was backported to 5.3 and 5.4Jason A. Donenfeld2019-12-191-1/+1
|
* compat: support building for RHEL-8.1 instead of RHEL-8.0Sergey Ivanov2019-12-121-2/+2
| | | | | | | RedHat backported to their kernel 4.18.0-147.el8 a couple features. This patch enables compiling for this kernel. Signed-off-by: Sergey Ivanov <seriv@cs.umd.edu>
* socket: convert to ipv6_dst_lookup_flow for 5.5Jason A. Donenfeld2019-12-121-0/+4
| | | | | Upstream changed the API, so we introduce this super insane compat hack to make everything work again.
* crypto: use new assembler macros for 5.5Jason A. Donenfeld2019-12-051-0/+5
|
* netlink: prepare for removal of genl_family_attrbuf in 5.5Jason A. Donenfeld2019-12-051-0/+18
|
* compat: support rhel/centos 7.7Jason A. Donenfeld2019-09-131-1/+1
|
* compat: don't rewrite siphash when it's from compatJason A. Donenfeld2019-09-131-0/+2
|
* compat: support newer PaXJason A. Donenfeld2019-09-111-0/+1
| | | | Reported-by: PaX Team <pageexec@freemail.hu>
* compat: work around ubuntu breakageJason A. Donenfeld2019-09-051-0/+9
| | | | They forgot to backport hsiphash.
* compat: account for android-4.9 backport of addr_gen_modeNathan Chancellor2019-08-252-4/+4
| | | | | | | | Android kernels backported d35a00b8e33dab7385f724e713ae71c8be0a49f4, so now we need to do feature detection. Link: https://android-review.googlesource.com/c/kernel/common/+/1103831 Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* compat: do not run bc on clean targetJason A. Donenfeld2019-08-031-0/+2
| | | | | Certain targets don't define CONFIG_*, which means this bc command was previously failing.
* compat: support running in OpenVZ environmentsJason A. Donenfeld2019-07-191-0/+8
| | | | | | | Overriding LLTX like this is pretty ugly, but at least it means we don't have to let OpenVZ infect the real source tree. Requested-by: Benedikt Braunger <b.braunger@syseleven.de>
* compat: define conversion constants for ancient kernelsJason A. Donenfeld2019-07-042-1/+5
|
* compat: support RHEL8's skb_mark_not_on_list backportJason A. Donenfeld2019-06-281-1/+3
|
* compat: rhel backported list modificationsJason A. Donenfeld2019-06-251-1/+1
|
* global: switch to coarse ktimeJason A. Donenfeld2019-06-251-16/+24
| | | | | | | | | | | | | Coarse ktime is broken until [1] in 5.2 and kernels without the backport, so we use fallback code there. The fallback code has also been improved significantly. It now only uses slower clocks on kernels < 3.17, at the expense of some accuracy we're not overly concerned about. [1] https://lore.kernel.org/lkml/tip-e3ff9c3678b4d80e22d2557b68726174578eaf52@git.kernel.org/ Suggested-by: Arnd Bergmann <arnd@arndb.de>
* compat: unify custom function prefix/suffixJason A. Donenfeld2019-06-243-48/+48
|
* compat: some kernels weirdly backport prandom_u32_maxJason A. Donenfeld2019-06-241-2/+3
|
* curve25519: not all linkers support bmi2 and adxJason A. Donenfeld2019-06-021-0/+10
|
* compat: don't call xgetbv on cpus with no XSAVEJason A. Donenfeld2019-05-311-1/+1
|
* zinc: arm64: use cpu_get_elf_hwcap accessor for 5.2Jason A. Donenfeld2019-05-291-0/+4
|
* kbuild: account for recent upstream changesJason A. Donenfeld2019-05-291-10/+10
| | | | | | | Apparently cdd750bfb1f76fe9be8cfb53cbe77b2e811081ab changed things, so we fall back onto this hack. Reported-by: Alex Xu <alex@alxu.ca>
* netlink: use new strict length types in policy for 5.2Jason A. Donenfeld2019-05-291-0/+8
| | | | Reported-by: Bruno Wolff III <bruno@wolff.to>
* socket: set ignore_df=1 on xmitJoe Holden2019-05-291-0/+3
| | | | | | | This allows the kernel to generate ipv6 fragments. Apply the same to ipv4 for consistency. Signed-off-by: Joe Holden <jwh@zorins.us>
* compat: udp_tunnel: force cast sk_data_readyJason A. Donenfeld2019-04-141-1/+3
| | | | Reference: https://lists.zx2c4.com/pipermail/wireguard/2019-April/004081.html
* compat: backport skb_mark_not_on_listJason A. Donenfeld2019-03-291-0/+7
|
* global: the _bh variety of rcu helpers have been unifiedJason A. Donenfeld2019-03-171-0/+33
|
* compat: nf_nat_core.h was removed upstreamBruno Wolff III2019-03-141-0/+2
| | | | | | | In d2c5c103b133 ("netfilter: nat: remove nf_nat_l3proto.h and nf_nat_core.h"). Signed-off-by: Bruno Wolff III <bruno@wolff.to>
* queueing: net-next has changed signature of skb_probe_transport_headerJason A. Donenfeld2019-02-271-0/+5
|
* compat: backport ALIGN_DOWNJason A. Donenfeld2019-02-171-0/+7
|
* compat: ipv6_stub is sometimes nullJason A. Donenfeld2019-02-171-1/+1
| | | | | | | On ancient kernels, ipv6_stub is sometimes null in cases where IPv6 has been disabled with a command line flag or other failures. Reported-by: Anatoli <me@anatoli.ws>
* netlink: use __kernel_timespec for handshake timeJason A. Donenfeld2019-01-231-1/+15
|
* ratelimiter: totalram_pages is now a functionJason A. Donenfeld2019-01-231-0/+4
| | | | Reported-by: Alex Xu <alex@alxu.ca>
* noise: replace getnstimeofday64 with ktime_get_real_ts64Jason A. Donenfeld2019-01-231-1/+1
| | | | | | | | | The former was just a wrapper around the latter, and so upstream is now removing it. Also adjust the compat kludge to deal with this. Reported-by: Alex Xu <alex@alxu.ca>
* global: update copyrightJason A. Donenfeld2019-01-078-8/+8
|
* makefile: use immediate expansion and use correct template patternsJason A. Donenfeld2018-12-181-1/+1
|
* compat: account for Clang CFIJason A. Donenfeld2018-12-121-1/+1
|
* compat: don't undef BUILD_BUG_ON for Clang >=8Nathan Chancellor2018-12-071-1/+1
| | | | | | | | | | | | | | | | | This has been fixed upstream. To keep this hack working for toolchains that don't have it, use CONFIG_CLANG_VERSION, which was added in commit 469cb7376c06 ("kconfig: add CC_IS_CLANG and CLANG_VERSION"), introduced in 4.18. I have added the '!defined(CONFIG_CLANG_VERSION)' to keep the hack around for Android. Most custom kernel developers are using AOSP's Clang, which currently does not have the fix and might not for a while (although it is probably on Google's mind given that it has been an issue for ChromeOS on 4.19: https://crbug.com/897215). I have verified this change against my Pixel 2 kernel and 4.20-rc3 with the latest ToT Clang. Link: https://github.com/ClangBuiltLinux/linux/issues/7 Signed-off-by: Nathan Chancellor <natechancellor@gmail.com>
* crypto: better path resolution and more specific generated .SJason A. Donenfeld2018-11-161-8/+4
|
* compat: csum_levels is new in 3.18 but backported to RHELJason A. Donenfeld2018-11-051-0/+1
|
* global: rename struct wireguard_ to struct wg_Jason A. Donenfeld2018-10-081-1/+1
| | | | | | This required a bit of pruning of our christmas trees. Suggested-by: Jiri Pirko <jiri@resnulli.us>
* compat: look in Kbuild and Makefile since they differ based on archJason A. Donenfeld2018-10-081-1/+1
|
* global: prefix functions used in callbacks with wg_Jason A. Donenfeld2018-10-081-15/+21
| | | | Suggested-by: Jiri Pirko <jiri@resnulli.us>
* compat: don't output for grep errorsDavide Garberi2018-10-071-2/+2
| | | | | | | | This will make it so that kernels not having arch/$(SRCARCH)/Kbuild no longer give any (non-fatal) grep errors such as "grep: arch/arm64/Kbuild: No such file or directory". Signed-off-by: Davide Garberi <dade.garberi@gmail.com>
* compat: clang cannot handle __builtin_constant_pJason A. Donenfeld2018-10-071-0/+7
| | | | | | Or, put differently, we don't want to go chasing down random versions of clang used by XDA users, so we just disable this checking on clang all together.
* compat: make asm/simd.h conditional on its existenceJason A. Donenfeld2018-10-075-23/+24
| | | | Android kernels backported it, complicating things.
* compat: account for ancient ARM assemblerJason A. Donenfeld2018-10-061-0/+25
|
* allowedips: remove ifdefs in favor of IS_ENABLEDJason A. Donenfeld2018-10-061-0/+4
|
* simd: introduce useful disabling macroJason A. Donenfeld2018-10-031-0/+2
|
* simd: refactor simd availability handlingJason A. Donenfeld2018-10-022-16/+24
|