Age | Commit message (Expand) | Author |
2018-09-28 | mac802154: Remove VLA usage of skcipher | Kees Cook |
2018-09-28 | lib80211: Remove VLA usage of skcipher | Kees Cook |
2018-09-28 | gss_krb5: Remove VLA usage of skcipher | Kees Cook |
2018-09-28 | crypto: skcipher - Introduce crypto_sync_skcipher | Kees Cook |
2018-09-28 | crypto: fix a memory leak in rsa-kcs1pad's encryption mode | Dan Aloni |
2018-09-28 | crypto: s5p-sss: Add aes-ctr support | Christoph Manszewski |
2018-09-28 | crypto: s5p-sss: Minor code cleanup | Christoph Manszewski |
2018-09-28 | crypto: s5p-sss: Fix Fix argument list alignment | Christoph Manszewski |
2018-09-28 | crypto: s5p-sss: Fix race in error handling | Christoph Manszewski |
2018-09-21 | crypto: arm/crc32 - avoid warning when compiling with Clang | Stefan Agner |
2018-09-21 | cpufeature: avoid warning when compiling with clang | Stefan Agner |
2018-09-21 | crypto: ccp - Allow SEV firmware to be chosen based on Family and Model | Janakarajan Natarajan |
2018-09-21 | crypto: ccp - Fix static checker warning | Janakarajan Natarajan |
2018-09-21 | crypto: lrw - Do not use auxiliary buffer | Ondrej Mosnacek |
2018-09-21 | crypto: lrw - Optimize tweak computation | Ondrej Mosnacek |
2018-09-21 | crypto: testmgr - Add test for LRW counter wrap-around | Ondrej Mosnacek |
2018-09-21 | crypto: lrw - Fix out-of bounds access on counter overflow | Ondrej Mosnacek |
2018-09-21 | crypto: tcrypt - fix ghash-generic speed test | Horia Geantă |
2018-09-21 | arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs | Horia Geantă |
2018-09-21 | crypto: caam/qi2 - add support for ahash algorithms | Horia Geantă |
2018-09-21 | crypto: caam - export ahash shared descriptor generation | Horia Geantă |
2018-09-21 | crypto: caam/qi2 - add skcipher algorithms | Horia Geantă |
2018-09-21 | crypto: caam/qi2 - add DPAA2-CAAM driver | Horia Geantă |
2018-09-21 | crypto: caam - add Queue Interface v2 error codes | Horia Geantă |
2018-09-21 | crypto: caam - add DPAA2-CAAM (DPSECI) backend API | Horia Geantă |
2018-09-21 | crypto: caam - fix implicit casts in endianness helpers | Horia Geantă |
2018-09-21 | soc: fsl: dpio: add congestion notification support | Horia Geantă |
2018-09-21 | soc: fsl: dpio: add frame list format support | Horia Geantă |
2018-09-21 | soc: fsl: dpio: add back some frame queue functions | Horia Geantă |
2018-09-21 | bus: fsl-mc: add support for dpseci device type | Horia Geantă |
2018-09-21 | crypto: chacha20 - Fix chacha20_block() keystream alignment (again) | Eric Biggers |
2018-09-21 | crypto: xts - Drop use of auxiliary buffer | Ondrej Mosnacek |
2018-09-21 | crypto: arm64/aes-blk - improve XTS mask handling | Ard Biesheuvel |
2018-09-21 | crypto: arm64/aes-blk - add support for CTS-CBC mode | Ard Biesheuvel |
2018-09-21 | crypto: arm64/aes-blk - revert NEON yield for skciphers | Ard Biesheuvel |
2018-09-21 | crypto: arm64/aes-blk - remove pointless (u8 *) casts | Ard Biesheuvel |
2018-09-21 | crypto: cavium/nitrox - use dma_pool_zalloc() | Srikanth Jampala |
2018-09-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Herbert Xu |
2018-09-21 | crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic | Horia Geantă |
2018-09-14 | crypto: cavium/nitrox - Added support for SR-IOV configuration. | Srikanth Jampala |
2018-09-14 | crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ... | Mikulas Patocka |
2018-09-14 | crc-t10dif: crc_t10dif_mutex can be static | kbuild test robot |
2018-09-14 | dm: Remove VLA usage from hashes | Kees Cook |
2018-09-14 | crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2 | Ondrej Mosnacek |
2018-09-13 | crypto: ccp - add timeout support in the SEV command | Brijesh Singh |
2018-09-04 | crypto: arm/chacha20 - faster 8-bit rotations and other optimizations | Eric Biggers |
2018-09-04 | crc-t10dif: Allow current transform to be inspected in sysfs | Martin K. Petersen |
2018-09-04 | crc-t10dif: Pick better transform if one becomes available | Martin K. Petersen |
2018-09-04 | crypto: api - Introduce notifier for new crypto algorithms | Martin K. Petersen |
2018-09-04 | crypto: arm64/crct10dif - implement non-Crypto Extensions alternative | Ard Biesheuvel |