summaryrefslogtreecommitdiffhomepage
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-07-07wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld1-0/+11
2022-07-07crypto: poly1305 - fix poly1305_core_setkey() declarationArnd Bergmann2-3/+6
2022-07-07net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld1-0/+3
2022-07-07wireguard: global: fix spelling mistakes in commentsJosh Soref1-4/+4
2022-07-07net: WireGuard secure network tunnelJason A. Donenfeld1-0/+196
2022-07-07crypto: x86/chacha-sse3 - use unaligned loads for state arrayArd Biesheuvel1-4/+0
2022-07-07crypto: lib/chacha20poly1305 - Add missing function declarationHerbert Xu1-0/+2
2022-07-07crypto: x86/curve25519 - support assemblers with no adx supportJason A. Donenfeld1-2/+4
2022-07-07crypto: poly1305 - add new 32 and 64-bit generic versionsJason A. Donenfeld3-40/+35
2022-07-07crypto: chacha - fix warning message in header fileValdis Klētnieks1-1/+1
2022-07-07crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routineArd Biesheuvel1-0/+11
2022-07-07crypto: chacha20poly1305 - import construction and selftest from ZincArd Biesheuvel1-0/+37
2022-07-07crypto: curve25519 - generic C library implementationsJason A. Donenfeld1-0/+71
2022-07-07crypto: x86/poly1305 - depend on generic library not generic shashArd Biesheuvel1-9/+0
2022-07-07crypto: poly1305 - expose init/update/final library interfaceArd Biesheuvel1-1/+37
2022-07-07crypto: x86/poly1305 - unify Poly1305 state struct with generic codeArd Biesheuvel2-11/+11
2022-07-07crypto: poly1305 - move core routines into a separate libraryArd Biesheuvel2-23/+67
2022-07-07crypto: chacha - unexport chacha_generic routinesArd Biesheuvel1-10/+0
2022-07-07crypto: x86/chacha - expose SIMD ChaCha routine as library functionArd Biesheuvel1-0/+6
2022-07-07crypto: chacha - move existing library code into lib/cryptoArd Biesheuvel2-17/+113
2022-07-02kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]Naveen N. Rao1-8/+38
2022-06-29random: quiet urandom warning ratelimit suppression messageJason A. Donenfeld1-4/+8
2022-06-29ata: libata: add qc->flags in ata_qc_complete_template tracepointEdward Wu1-0/+1
2022-06-29vt: drop old FONT ioctlsJiri Slaby1-8/+0
2022-06-25dm: remove special-casing of bio-based immutable singleton target on NVMeMike Snitzer1-1/+0
2022-06-22random: mark bootloader randomness code as __initJason A. Donenfeld1-1/+1
2022-06-22crypto: drbg - make reseeding from get_random_bytes() synchronousNicolai Stange1-2/+0
2022-06-22crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()Nicolai Stange1-0/+1
2022-06-22crypto: drbg - prepare for more fine-grained tracking of seeding stateNicolai Stange1-1/+6
2022-06-22crypto: drbg - always seeded with SP800-90B compliant noise sourceStephan Müller1-5/+1
2022-06-22random: move randomize_page() into mm where it belongsJason A. Donenfeld2-2/+1
2022-06-22random: make consistent use of buf and lenJason A. Donenfeld1-5/+5
2022-06-22random: use proper return types on get_random_{int,long}_wait()Jason A. Donenfeld1-7/+7
2022-06-22random: remove extern from functions in headerJason A. Donenfeld1-43/+28
2022-06-22random: handle latent entropy and command line from random_init()Jason A. Donenfeld1-9/+7
2022-06-22siphash: use one source of truth for siphash permutationsJason A. Donenfeld2-16/+35
2022-06-22timekeeping: Add raw clock fallback for random_get_entropy()Jason A. Donenfeld1-0/+8
2022-06-22random: make random_get_entropy() return an unsigned longJason A. Donenfeld1-1/+1
2022-06-22random: replace custom notifier chain with standard oneJason A. Donenfeld2-8/+4
2022-06-22random: clear fast pool, crng, and batches in cpuhp bring upJason A. Donenfeld2-0/+7
2022-06-22random: pull add_hwgenerator_randomness() declaration into random.hJason A. Donenfeld2-2/+2
2022-06-22random: remove useless header commentJason A. Donenfeld1-5/+1
2022-06-22random: remove unused tracepointsJason A. Donenfeld1-195/+0
2022-06-22random: make more consistent use of integer typesJason A. Donenfeld3-47/+44
2022-06-22random: simplify entropy debitingJason A. Donenfeld1-24/+6
2022-06-22random: rather than entropy_store abstraction, use globalJason A. Donenfeld1-35/+21
2022-06-22random: early initialization of ChaCha constantsDominik Brodowski1-4/+11
2022-06-22random: initialize ChaCha20 constants with correct endiannessEric Biggers1-0/+8
2022-06-22random: remove unused irq_flags argument from add_interrupt_randomness()Sebastian Andrzej Siewior1-1/+1
2022-06-22crypto: blake2s - adjust include guard namingEric Biggers2-6/+6