387fbd Merge branch 'users/nstange/SLE15-SP2/for-next' into SLE15-SP2

Merged and Committed by Michal Kubecek 4 years ago
89 files changed. 59243 lines added. 4 lines removed.
config/arm64/default
file modified
+22 -1
config/ppc64le/default
file modified
+19 -1
config/s390x/default
file modified
+19 -1
config/x86_64/default
file modified
+25 -1
patches.suse/crypto-arch-conditionalize-crypto-api-in-arch-glue-for-lib-code.patch
file added
+274
patches.suse/crypto-arm-arm64-mips-poly1305-remove-redundant-non-reduction.patch
file added
+180
patches.suse/crypto-arm-chacha-expose-arm-chacha-routine-as-library-function.patch
file added
+107
patches.suse/crypto-arm-chacha-fix-build-failured-when-kernel-mode-neon-is.patch
file added
+63
patches.suse/crypto-arm-chacha-import-eric-biggers-s-scalar-accelerated-chacha.patch
file added
+486
patches.suse/crypto-arm-chacha-remove-dependency-on-generic-chacha-driver.patch
file added
+690
patches.suse/crypto-arm-curve25519-add-arch-specific-key-generation-function.patch
file added
+42
patches.suse/crypto-arm-curve25519-import-bernstein-and-schwabe-s-curve25519.patch
file added
+2141
patches.suse/crypto-arm-curve25519-wire-up-neon-implementation.patch
file added
+1058
patches.suse/crypto-arm-poly1305-add-artifact-to-.gitignore-files.patch
file added
+34
patches.suse/crypto-arm-poly1305-incorporate-openssl-cryptogams-neon.patch
file added
+2776
patches.suse/crypto-arm64-chacha-correctly-walk-through-blocks.patch
file added
+75
patches.suse/crypto-arm64-chacha-depend-on-generic-chacha-library-instead-of.patch
file added
+129
patches.suse/crypto-arm64-chacha-expose-arm64-chacha-routine-as-library.patch
file added
+138
patches.suse/crypto-arm64-poly1305-ignore-build-files.patch
file added
+24
patches.suse/crypto-arm64-poly1305-incorporate-openssl-cryptogams-neon.patch
file added
+2101
patches.suse/crypto-blake2s-generic-c-library-implementation-and-selftest.patch
file added
+1091
patches.suse/crypto-blake2s-implement-generic-shash-driver.patch
file added
+245
patches.suse/crypto-blake2s-x86_64-simd-implementation.patch
file added
+557
patches.suse/crypto-chacha-fix-warning-message-in-header-file.patch
file added
+40
patches.suse/crypto-chacha-move-existing-library-code-into-lib-crypto.patch
file added
+665
patches.suse/crypto-chacha-unexport-chacha_generic-routines.patch
file added
+122
patches.suse/crypto-chacha20poly1305-add-back-missing-test-vectors-and-test.patch
file added
+1863
patches.suse/crypto-chacha20poly1305-import-construction-and-selftest-from-zinc.patch
file added
+7674
patches.suse/crypto-chacha20poly1305-prevent-integer-overflow-on-large-input.patch
file added
+44
patches.suse/crypto-chacha_generic-remove-unnecessary-setkey-functions.patch
file added
+72
patches.suse/crypto-curve25519-add-kpp-selftest.patch
file added
+1275
patches.suse/crypto-curve25519-fix-selftest-build-error.patch
file added
+102
patches.suse/crypto-curve25519-generic-c-library-implementations.patch
file added
+1849
patches.suse/crypto-curve25519-implement-generic-kpp-driver.patch
file added
+135
patches.suse/crypto-curve25519-x86_64-library-and-kpp-implementations.patch
file added
+2546
patches.suse/crypto-kconfig-allow-tests-to-be-disabled-when-manager-is-disabled.patch
file added
+44
patches.suse/crypto-lib-chacha20poly1305-reimplement-crypt_from_sg-routine.patch
file added
+303
patches.suse/crypto-lib-chacha20poly1305-use-chacha20_crypt.patch
file added
+88
patches.suse/crypto-lib-curve25519-re-add-selftests.patch
file added
+1387
patches.suse/crypto-lib-curve25519-work-around-clang-stack-spilling-issue.patch
file added
+79
patches.suse/crypto-lib-tidy-up-lib-crypto-kconfig-and-makefile.patch
file added
+58
patches.suse/crypto-mips-chacha-import-32r2-chacha-code-from-zinc.patch
file added
+457
patches.suse/crypto-mips-chacha-wire-up-accelerated-32r2-code-from-zinc.patch
file added
+573
patches.suse/crypto-mips-poly1305-incorporate-openssl-cryptogams-optimized.patch
file added
+1563
patches.suse/crypto-poly1305-add-new-32-and-64-bit-generic-versions.patch
file added
+1164
patches.suse/crypto-poly1305-expose-init-update-final-library-interface.patch
file added
+221
patches.suse/crypto-poly1305-move-core-routines-into-a-separate-library.patch
file added
+645
patches.suse/crypto-testmgr-add-test-cases-for-blake2s.patch
file added
+322
patches.suse/crypto-x86-chacha-depend-on-generic-chacha-library-instead-of.patch
file added
+192
patches.suse/crypto-x86-chacha-expose-simd-chacha-routine-as-library-function.patch
file added
+204
patches.suse/crypto-x86-chacha-only-unregister-algorithms-if-registered.patch
file added
+36
patches.suse/crypto-x86-curve25519-leave-r12-as-spare-register.patch
file added
+382
patches.suse/crypto-x86-curve25519-replace-with-formally-verified.patch
file added
+3757
patches.suse/crypto-x86-curve25519-support-assemblers-with-no-adx-support.patch
file added
+92
patches.suse/crypto-x86-poly1305-depend-on-generic-library-not-generic-shash.patch
file added
+227
patches.suse/crypto-x86-poly1305-emit-does-base-conversion-itself.patch
file added
+41
patches.suse/crypto-x86-poly1305-expose-existing-driver-as-poly1305-library.patch
file added
+162
patches.suse/crypto-x86-poly1305-fix-.gitignore-typo.patch
file added
+28
patches.suse/crypto-x86-poly1305-import-unmodified-cryptogams-implementation.patch
file added
+4188
patches.suse/crypto-x86-poly1305-unify-poly1305-state-struct-with-generic-code.patch
file added
+261
patches.suse/crypto-x86-poly1305-wire-up-faster-implementations-for-kernel.patch
file added
+2532
patches.suse/icmp-allow-icmpv6_ndo_send-to-work-with-CONFIG_IPV6-.patch
file added
+56
patches.suse/icmp-introduce-helper-for-nat-d-source-address-in-network-device.patch
file added
+149
patches.suse/net-introduce-skb_list_walk_safe-for-skb-segment-wal.patch
file added
+69
patches.suse/net-wireguard-secure-network-tunnel.patch
file added
+8177
patches.suse/wireguard-allowedips-fix-use-after-free-in-root_remo.patch
file added
+163
patches.suse/wireguard-allowedips-use-kfree_rcu-instead-of-call_r.patch
file added
+41
patches.suse/wireguard-device-use-icmp_ndo_send-helper.patch
file added
+64
patches.suse/wireguard-global-fix-spelling-mistakes-in-comments.patch
file added
+66
patches.suse/wireguard-main-remove-unused-include-linux-version.h.patch
file added
+28
patches.suse/wireguard-noise-error-out-precomputed-DH-during-hand.patch
file added
+224
patches.suse/wireguard-noise-reject-peers-with-low-order-public-k.patch
file added
+233
patches.suse/wireguard-queueing-account-for-skb-protocol-0.patch
file added
+100
patches.suse/wireguard-queueing-do-not-account-for-pfmemalloc-whe.patch
file added
+39
patches.suse/wireguard-receive-remove-dead-code-from-default-pack.patch
file added
+34
patches.suse/wireguard-receive-reset-last_under_load-to-zero.patch
file added
+38
patches.suse/wireguard-selftests-cleanup-CONFIG_ENABLE_WARN_DEPRE.patch
file added
+27
patches.suse/wireguard-selftests-ensure-non-addition-of-peers-wit.patch
file added
+34
patches.suse/wireguard-selftests-import-harness-makefile-for-test-suite.patch
file added
+1135
patches.suse/wireguard-selftests-reduce-complexity-and-fix-make-r.patch
file added
+104
patches.suse/wireguard-selftests-remove-ancient-kernel-compatibil.patch
file added
+372
patches.suse/wireguard-selftests-remove-duplicated-include-sys-ty.patch
file added
+27
patches.suse/wireguard-selftests-test-using-new-64-bit-time_t.patch
file added
+41
patches.suse/wireguard-selftests-tie-socket-waiting-to-target-pid.patch
file added
+77
patches.suse/wireguard-send-account-for-mtu-0-devices.patch
file added
+95
patches.suse/wireguard-socket-mark-skbs-as-not-on-list-when-recei.patch
file added
+33
patches.suse/wireguard-socket-remove-extra-call-to-synchronize_ne.patch
file added
+32
series.conf
file modified
+83 -0
supported.conf
file modified
+13 -0
    Merge branch 'users/nstange/SLE15-SP2/for-next' into SLE15-SP2
    
    Pull crypto and wireguard backport from Nicolai Stange.
    
        
file modified
+22 -1
file modified
+19 -1
file modified
+19 -1
file modified
+25 -1
file modified
+83 -0
file modified
+13 -0