Current Team Memberships

Show patches with: State = Action Required       |    Archived = No       |   2706 patches
« 1 2 3 427 28 »
Patch Series S/W/F Date Submitter Delegate State
[v4,14/35] crypto: x86/poly1305 - unify Poly1305 state struct with generic code crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,13/35] crypto: poly1305 - move core routines into a separate library crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,12/35] crypto: chacha - unexport chacha_generic routines crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,11/35] crypto: mips/chacha - wire up accelerated 32r2 code from Zinc crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,10/35] crypto: mips/chacha - import 32r2 ChaCha code from Zinc crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,09/35] crypto: arm/chacha - expose ARM ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,08/35] crypto: arm/chacha - remove dependency on generic ChaCha driver crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,07/35] crypto: arm/chacha - import Eric Biggers's scalar accelerated ChaCha code crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,06/35] crypto: arm64/chacha - expose arm64 ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,05/35] crypto: arm64/chacha - depend on generic chacha library instead of crypto driver crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,04/35] crypto: x86/chacha - expose SIMD ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,03/35] crypto: x86/chacha - depend on generic chacha library instead of crypto driver crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,02/35] crypto: chacha - move existing library code into lib/crypto crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[v4,01/35] crypto: tidy up lib/crypto Kconfig and Makefile crypto: crypto API library interfaces for WireGuard --- 2019-10-17 Ard Biesheuvel New
[for-stable-v4.19,12/16] arm64: Always enable spectre-v2 vulnerability detection arm64 spec mitigation backports --- 2019-10-08 Ard Biesheuvel New
[for-stable-v4.19,09/16] arm64: Always enable ssb vulnerability detection arm64 spec mitigation backports --- 2019-10-08 Ard Biesheuvel New
[for-stable-v4.19,07/16] arm64: add sysfs vulnerability show for meltdown arm64 spec mitigation backports --- 2019-10-08 Ard Biesheuvel New
[for-stable-v4.19,06/16] arm64: Add sysfs vulnerability show for spectre-v1 arm64 spec mitigation backports --- 2019-10-08 Ard Biesheuvel New
[for-stable-v4.19,04/16] arm64: docs: Document SSBS HWCAP arm64 spec mitigation backports --- 2019-10-08 Ard Biesheuvel New
[for-stable-v4.19,03/16] KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vhe arm64 spec mitigation backports --- 2019-10-08 Ard Biesheuvel New
[for-stable-v4.19,02/16] arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3 arm64 spec mitigation backports --- 2019-10-08 Ard Biesheuvel New
[for-stable-v4.19,01/16] arm64: cpufeature: Detect SSBS and advertise to userspace arm64 spec mitigation backports --- 2019-10-08 Ard Biesheuvel New
[v3,23/29] crypto: Curve25519 - generic C library implementations and selftest crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,22/29] crypto: BLAKE2s - x86_64 library implementation crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,21/29] crypto: BLAKE2s - generic C library implementation and selftest crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,19/29] crypto: mips/poly1305 - incorporate OpenSSL/CRYPTOGAMS optimized implementation crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,16/29] crypto: x86/poly1305 - expose existing driver as poly1305 library crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,14/29] crypto: poly1305 - expose init/update/final library interface crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,11/29] crypto: chacha - unexport chacha_generic routines crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,08/29] crypto: arm/chacha - expose ARM ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,04/29] crypto: arm64/chacha - depend on generic chacha library instead of crypto driver crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,02/29] crypto: x86/chacha - depend on generic chacha library instead of crypto driver crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[v3,01/29] crypto: chacha - move existing library code into lib/crypto crypto: crypto API library interfaces for WireGuard --- 2019-10-07 Ard Biesheuvel New
[7/7] efi/x86: do not clean dummy variable in kexec path EFI fixes for v5.4 --- 2019-10-02 Ard Biesheuvel New
[6/7] efi: make unexported efi_rci2_sysfs_init static Untitled series #23811 --- 2019-10-02 Ard Biesheuvel New
[5/7] efi/tpm: only set efi_tpm_final_log_size after successful event log parsing EFI fixes for v5.4 --- 2019-10-02 Ard Biesheuvel New
[4/7] efi/tpm: don't traverse an event log with no events EFI fixes for v5.4 --- 2019-10-02 Ard Biesheuvel New
[3/7] efi/tpm: Don't access event->count when it isn't mapped. EFI fixes for v5.4 --- 2019-10-02 Ard Biesheuvel New
[1/7] efi: cper: Fix endianness of PCIe class code EFI fixes for v5.4 --- 2019-10-02 Ard Biesheuvel New
[v2,10/20] crypto: mips/poly1305 - import accelerated 32r2 code from Zinc crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,07/20] crypto: x86/poly1305 - expose existing driver as poly1305 library crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,06/20] crypto: poly1305 - move into lib/crypto and refactor into library crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,05/20] crypto: mips/chacha - import accelerated 32r2 code from Zinc crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,04/20] crypto: arm/chacha - expose ARM ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,03/20] crypto: arm64/chacha - expose arm64 ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,02/20] crypto: x86/chacha - expose SIMD ChaCha routine as library function crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
[v2,01/20] crypto: chacha - move existing library code into lib/crypto crypto: crypto API library interfaces for WireGuard --- 2019-10-02 Ard Biesheuvel New
crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly crypto: aegis128/simd - build 32-bit ARM for v8 architecture explicitly --- 2019-10-02 Ard Biesheuvel New
[RFC,20/20] wg switch to lib/crypto algos crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,19/20] netlink: use new strict length types in policy for 5.2 crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,18/20] net: WireGuard secure network tunnel crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,04/20] crypto: arm/chacha - expose ARM ChaCha routine as library function crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,03/20] crypto: arm64/chacha - expose arm64 ChaCha routine as library function crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,02/20] crypto: x86/chacha - expose SIMD ChaCha routine as library function crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,01/20] crypto: chacha - move existing library code into lib/crypto crypto: wireguard with crypto API library interface --- 2019-09-29 Ard Biesheuvel New
[RFC,18/18] net: wireguard - switch to crypto API for packet encryption crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,17/18] wg switch to lib/crypto algos crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,11/18] int128: move __uint128_t compiler test to Kconfig crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,10/18] crypto: poly1305 - add init/update/final library routines crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,09/18] crypto: poly1305 - move core algorithm into lib/crypto crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,08/18] crypto: testmgr - add a chacha20poly1305 test case crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,07/18] crypto: rfc7539 - use zero reqsize for sync instantiations without alignmask crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,06/18] crypto: rfc7539 - switch to shash for Poly1305 crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,05/18] crypto: chacha - move existing library code into lib/crypto crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,02/18] crypto: x86/poly1305 - implement .update_from_sg method crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[RFC,01/18] crypto: shash - add plumbing for operating on scatterlists crypto: wireguard using the existing crypto API --- 2019-09-25 Ard Biesheuvel New
[1/2] crypto: testmgr - add another gcm(aes) testcase crypto: faster GCM-AES for arm64 --- 2019-09-10 Ard Biesheuvel New
[v2,17/17] crypto: testmgr - Add additional AES-XTS vectors for covering CTS crypto: arm/aes - XTS ciphertext stealing and other updates --- 2019-09-03 Ard Biesheuvel New
[v2,16/17] crypto: testmgr - add test vectors for XTS ciphertext stealing crypto: arm/aes - XTS ciphertext stealing and other updates --- 2019-09-03 Ard Biesheuvel New
[v2,03/17] crypto: arm/aes-ce - switch to 4x interleave crypto: arm/aes - XTS ciphertext stealing and other updates --- 2019-09-03 Ard Biesheuvel New
[08/17] crypto: skcipher - add the ability to abort a skcipher walk crypto: arm/aes - XTS ciphertext stealing and other updates --- 2019-08-21 Ard Biesheuvel New
[2/2] crypto: s5p - use correct block size of 1 for ctr(aes) drivers/crypto - s5p fixes --- 2019-08-19 Ard Biesheuvel New
[1/2] crypto: s5p - deal gracefully with bogus input sizes drivers/crypto - s5p fixes --- 2019-08-19 Ard Biesheuvel New
[v13,5/6] md: dm-crypt: switch to ESSIV crypto API template crypto: switch to crypto API for ESSIV generation --- 2019-08-19 Ard Biesheuvel New
[v13,2/6] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode crypto: switch to crypto API for ESSIV generation --- 2019-08-19 Ard Biesheuvel New
[RFC/RFT] crypto: aes/xts - implement support for ciphertext stealing [RFC/RFT] crypto: aes/xts - implement support for ciphertext stealing --- 2019-08-16 Ard Biesheuvel New
[v5,30/30] fs: cifs: move from the crypto cipher API to the new DES library interface crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[v5,27/30] crypto: des - split off DES library from generic DES cipher driver crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[v5,26/30] crypto: des - remove unused function crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[v5,19/30] crypto: qce/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[v5,14/30] crypto: ixp4xx/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-15 Ard Biesheuvel New
[v10,2/7] fs: crypto: invoke crypto API for ESSIV handling crypto: switch to crypto API for ESSIV generation --- 2019-08-12 Ard Biesheuvel New
[1/1] efi-stub: Fix get_efi_config_table on mixed-mode setups [1/1] efi-stub: Fix get_efi_config_table on mixed-mode setups --- 2019-08-12 Ard Biesheuvel New
[RFC,2/2] md/dm-crypt - switch to AES library for EBOIV dm-crypt: get rid of cipher API for EBOIV --- 2019-08-06 Ard Biesheuvel New
[RFC,1/2] md/dm-crypt - restrict EBOIV to cbc(aes) dm-crypt: get rid of cipher API for EBOIV --- 2019-08-06 Ard Biesheuvel New
[v4,18/30] crypto: picoxcell/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-05 Ard Biesheuvel New
[v4,16/30] crypto: n2/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-05 Ard Biesheuvel New
[v4,15/30] crypto: cesa/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-05 Ard Biesheuvel New
[v4,14/30] crypto: ixp4xx/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-05 Ard Biesheuvel New
[v4,13/30] crypto: safexcel/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-05 Ard Biesheuvel New
[v4,10/30] crypto: ccree/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-05 Ard Biesheuvel New
[v4,06/30] crypto: caam/des - switch to new verification routines crypto: DES/3DES cleanup --- 2019-08-05 Ard Biesheuvel New
[v4,01/30] crypto: des/3des_ede - add new helpers to verify keys crypto: DES/3DES cleanup --- 2019-08-05 Ard Biesheuvel New
[RFC,3/3] crypto: arm64/aegis128 - implement plain NEON version crypto: aegis128 followup --- 2019-08-02 Ard Biesheuvel New
[resend,2/3] crypto: aegis128 - provide a SIMD implementation based on NEON intrinsics crypto: aegis128 followup --- 2019-08-02 Ard Biesheuvel New
crypto: aegis128 - deal with missing simd.h header on some architecures crypto: aegis128 - deal with missing simd.h header on some architecures --- 2019-07-29 Ard Biesheuvel New
[v8,3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly crypto: switch to crypto API for ESSIV generation --- 2019-07-04 Ard Biesheuvel New
[v4,32/32] crypto: arm/aes-scalar - unexport en/decryption routines crypto: AES cleanup --- 2019-07-02 Ard Biesheuvel New
[v4,31/32] crypto: arm64/aes-cipher - switch to shared AES inverse Sbox crypto: AES cleanup --- 2019-07-02 Ard Biesheuvel New
[v4,29/32] crypto: arm64/aes-neon - switch to shared AES Sboxes crypto: AES cleanup --- 2019-07-02 Ard Biesheuvel New
« 1 2 3 427 28 »

Bundling

Create bundle: