summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2019-09-13padata: allocate workqueue internallyDaniel Jordan
2019-09-09crypto: skcipher - add the ability to abort a skcipher walkArd Biesheuvel
2019-09-05crypto: sha256 - Remove sha256/224_init code duplicationHans de Goede
2019-09-05crypto: sha256 - Merge crypto/sha256.h into crypto/sha.hHans de Goede
2019-08-22crypto: sha256 - Add sha224 support to sha256 library codeHans de Goede
2019-08-22crypto: sha256 - Make lib/crypto/sha256.c suitable for generic useHans de Goede
2019-08-22crypto: sha256 - Move lib/sha256.c to lib/cryptoHans de Goede
2019-08-22crypto: des - remove now unused __des3_ede_setkey()Ard Biesheuvel
2019-08-22crypto: des - split off DES library from generic DES cipher driverArd Biesheuvel
2019-08-22crypto: des - remove unused functionArd Biesheuvel
2019-08-22crypto: des/3des_ede - add new helpers to verify keysArd Biesheuvel
2019-08-09crypto: aes - helper function to validate key length for AES algorithmsIuliana Prodan
2019-08-09crypto: gcm - helper functions for assoclen/authsize checkIuliana Prodan
2019-08-02hwrng: timeriomem - add include guard to timeriomem-rng.hMasahiro Yamada
2019-08-02crypto: api - Remove redundant #ifdef in crypto_yield()Thomas Gleixner
2019-08-02crypto: user - fix potential warnings in cryptouser.hMasahiro Yamada
2019-08-02crypto: add header include guardsMasahiro Yamada
2019-07-31asm-generic: make simd.h a mandatory include/asm headerArd Biesheuvel
2019-07-27crypto: ghash - add comment and improve help textEric Biggers
2019-07-27padata: Replace delayed timer with immediate workqueue in padata_reorderHerbert Xu
2019-07-26crypto: user - make NETLINK_CRYPTO work inside netnsOndrej Mosnacek
2019-07-26crypto: morus - remove generic and x86 implementationsArd Biesheuvel
2019-07-26crypto: lib/aes - export sbox and inverse sboxArd Biesheuvel
2019-07-26crypto: aes-generic - unexport last-round AES tablesArd Biesheuvel
2019-07-26crypto: ctr - add helper for performing a CTR encryption walkArd Biesheuvel
2019-07-26crypto: aes-generic - drop key expansion routine in favor of library versionArd Biesheuvel
2019-07-26crypto: aes - create AES library based on the fixed time AES codeArd Biesheuvel
2019-07-26crypto: fips - add FIPS test failure notification chainGilad Ben-Yossef
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds
2019-07-20Merge tag 'dma-mapping-5.3-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2019-07-20Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2019-07-20Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2019-07-20Merge branch 'work.dcache2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-07-20KVM: Boost vCPUs that are delivering interruptsWanpeng Li
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li
2019-07-20kbuild: update compile-test header list for v5.3-rc1Masahiro Yamada
2019-07-19Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-07-19Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds
2019-07-19Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2019-07-19Merge tag 'drm-next-2019-07-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-07-19Merge tag 'for-linus-5.3a-rc1-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-07-19Merge tag 'iomap-5.3-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2019-07-19Merge branch 'work.adfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-07-19Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-07-19Merge tag 'drm-next-5.3-2019-07-18' of git://people.freedesktop.org/~agd5f/li...Dave Airlie
2019-07-18tcp: fix tcp_set_congestion_control() use from bpf hookEric Dumazet