index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-07
wireguard: device: reset peer src endpoint when netns exits
Jason A. Donenfeld
1
-0
/
+11
2022-07-07
crypto: poly1305 - fix poly1305_core_setkey() declaration
Arnd Bergmann
2
-3
/
+6
2022-07-07
net: ip_tunnel: add header_ops for layer 3 devices
Jason A. Donenfeld
1
-0
/
+3
2022-07-07
wireguard: global: fix spelling mistakes in comments
Josh Soref
1
-4
/
+4
2022-07-07
net: WireGuard secure network tunnel
Jason A. Donenfeld
1
-0
/
+196
2022-07-07
crypto: x86/chacha-sse3 - use unaligned loads for state array
Ard Biesheuvel
1
-4
/
+0
2022-07-07
crypto: lib/chacha20poly1305 - Add missing function declaration
Herbert Xu
1
-0
/
+2
2022-07-07
crypto: x86/curve25519 - support assemblers with no adx support
Jason A. Donenfeld
1
-2
/
+4
2022-07-07
crypto: poly1305 - add new 32 and 64-bit generic versions
Jason A. Donenfeld
3
-40
/
+35
2022-07-07
crypto: chacha - fix warning message in header file
Valdis Klētnieks
1
-1
/
+1
2022-07-07
crypto: lib/chacha20poly1305 - reimplement crypt_from_sg() routine
Ard Biesheuvel
1
-0
/
+11
2022-07-07
crypto: chacha20poly1305 - import construction and selftest from Zinc
Ard Biesheuvel
1
-0
/
+37
2022-07-07
crypto: curve25519 - generic C library implementations
Jason A. Donenfeld
1
-0
/
+71
2022-07-07
crypto: x86/poly1305 - depend on generic library not generic shash
Ard Biesheuvel
1
-9
/
+0
2022-07-07
crypto: poly1305 - expose init/update/final library interface
Ard Biesheuvel
1
-1
/
+37
2022-07-07
crypto: x86/poly1305 - unify Poly1305 state struct with generic code
Ard Biesheuvel
2
-11
/
+11
2022-07-07
crypto: poly1305 - move core routines into a separate library
Ard Biesheuvel
2
-23
/
+67
2022-07-07
crypto: chacha - unexport chacha_generic routines
Ard Biesheuvel
1
-10
/
+0
2022-07-07
crypto: x86/chacha - expose SIMD ChaCha routine as library function
Ard Biesheuvel
1
-0
/
+6
2022-07-07
crypto: chacha - move existing library code into lib/crypto
Ard Biesheuvel
2
-17
/
+113
2022-07-02
kexec_file: drop weak attribute from arch_kexec_apply_relocations[_add]
Naveen N. Rao
1
-8
/
+38
2022-06-29
random: quiet urandom warning ratelimit suppression message
Jason A. Donenfeld
1
-4
/
+8
2022-06-29
ata: libata: add qc->flags in ata_qc_complete_template tracepoint
Edward Wu
1
-0
/
+1
2022-06-29
vt: drop old FONT ioctls
Jiri Slaby
1
-8
/
+0
2022-06-25
dm: remove special-casing of bio-based immutable singleton target on NVMe
Mike Snitzer
1
-1
/
+0
2022-06-22
random: mark bootloader randomness code as __init
Jason A. Donenfeld
1
-1
/
+1
2022-06-22
crypto: drbg - make reseeding from get_random_bytes() synchronous
Nicolai Stange
1
-2
/
+0
2022-06-22
crypto: drbg - track whether DRBG was seeded with !rng_is_initialized()
Nicolai Stange
1
-0
/
+1
2022-06-22
crypto: drbg - prepare for more fine-grained tracking of seeding state
Nicolai Stange
1
-1
/
+6
2022-06-22
crypto: drbg - always seeded with SP800-90B compliant noise source
Stephan Müller
1
-5
/
+1
2022-06-22
random: move randomize_page() into mm where it belongs
Jason A. Donenfeld
2
-2
/
+1
2022-06-22
random: make consistent use of buf and len
Jason A. Donenfeld
1
-5
/
+5
2022-06-22
random: use proper return types on get_random_{int,long}_wait()
Jason A. Donenfeld
1
-7
/
+7
2022-06-22
random: remove extern from functions in header
Jason A. Donenfeld
1
-43
/
+28
2022-06-22
random: handle latent entropy and command line from random_init()
Jason A. Donenfeld
1
-9
/
+7
2022-06-22
siphash: use one source of truth for siphash permutations
Jason A. Donenfeld
2
-16
/
+35
2022-06-22
timekeeping: Add raw clock fallback for random_get_entropy()
Jason A. Donenfeld
1
-0
/
+8
2022-06-22
random: make random_get_entropy() return an unsigned long
Jason A. Donenfeld
1
-1
/
+1
2022-06-22
random: replace custom notifier chain with standard one
Jason A. Donenfeld
2
-8
/
+4
2022-06-22
random: clear fast pool, crng, and batches in cpuhp bring up
Jason A. Donenfeld
2
-0
/
+7
2022-06-22
random: pull add_hwgenerator_randomness() declaration into random.h
Jason A. Donenfeld
2
-2
/
+2
2022-06-22
random: remove useless header comment
Jason A. Donenfeld
1
-5
/
+1
2022-06-22
random: remove unused tracepoints
Jason A. Donenfeld
1
-195
/
+0
2022-06-22
random: make more consistent use of integer types
Jason A. Donenfeld
3
-47
/
+44
2022-06-22
random: simplify entropy debiting
Jason A. Donenfeld
1
-24
/
+6
2022-06-22
random: rather than entropy_store abstraction, use global
Jason A. Donenfeld
1
-35
/
+21
2022-06-22
random: early initialization of ChaCha constants
Dominik Brodowski
1
-4
/
+11
2022-06-22
random: initialize ChaCha20 constants with correct endianness
Eric Biggers
1
-0
/
+8
2022-06-22
random: remove unused irq_flags argument from add_interrupt_randomness()
Sebastian Andrzej Siewior
1
-1
/
+1
2022-06-22
crypto: blake2s - adjust include guard naming
Eric Biggers
2
-6
/
+6
[next]