| Commit message (Expand) | Author | Age | Files | Lines |
* | .gitignore: move *-asn1.[ch] patterns to the top-level .gitignore | Masahiro Yamada | 2018-04-07 | 1 | -1/+0 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-04-05 | 86 | -1582/+14525 |
|\ |
|
| * | crypto: ccree - remove unused enums | Gilad Ben-Yossef | 2018-03-30 | 1 | -21/+7 |
| * | crypto: brcm - explicitly cast cipher to hash type | Stefan Agner | 2018-03-30 | 1 | -2/+2 |
| * | crypto: talitos - don't leak pointers to authenc keys | Tudor-Dan Ambarus | 2018-03-30 | 1 | -0/+2 |
| * | crypto: qat - don't leak pointers to authenc keys | Tudor-Dan Ambarus | 2018-03-30 | 1 | -0/+3 |
| * | crypto: picoxcell - don't leak pointers to authenc keys | Tudor-Dan Ambarus | 2018-03-30 | 1 | -0/+2 |
| * | crypto: ixp4xx - don't leak pointers to authenc keys | Tudor-Dan Ambarus | 2018-03-30 | 1 | -0/+2 |
| * | crypto: chelsio - don't leak pointers to authenc keys | Tudor-Dan Ambarus | 2018-03-30 | 1 | -0/+5 |
| * | crypto: caam/qi - don't leak pointers to authenc keys | Tudor-Dan Ambarus | 2018-03-30 | 1 | -0/+2 |
| * | crypto: caam - don't leak pointers to authenc keys | Tudor-Dan Ambarus | 2018-03-30 | 1 | -0/+2 |
| * | crypto: talitos - fix IPsec cipher in length | LEROY Christophe | 2018-03-30 | 1 | -16/+20 |
| * | crypto: chelsio - Remove declaration of static function from header | Harsh Jain | 2018-03-30 | 2 | -147/+145 |
| * | crypto: inside-secure - hmac(sha224) support | Antoine Tenart | 2018-03-30 | 3 | -0/+58 |
| * | crypto: inside-secure - hmac(sha256) support | Antoine Tenart | 2018-03-30 | 3 | -9/+75 |
| * | crypto: inside-secure - the context ipad/opad should use the state sz | Antoine Tenart | 2018-03-30 | 1 | -4/+4 |
| * | crypto: inside-secure - improve the skcipher token | Antoine Tenart | 2018-03-30 | 1 | -1/+2 |
| * | crypto: inside-secure - do not access buffers mapped to the device | Antoine Tenart | 2018-03-30 | 1 | -4/+4 |
| * | crypto: inside-secure - improve the send error path | Antoine Tenart | 2018-03-30 | 1 | -2/+5 |
| * | crypto: inside-secure - fix a typo in a register name | Antoine Tenart | 2018-03-30 | 2 | -2/+2 |
| * | crypto: inside-secure - fix typo s/allways/always/ in a define | Antoine Tenart | 2018-03-30 | 2 | -2/+2 |
| * | crypto: inside-secure - move the digest to the request context | Antoine Tenart | 2018-03-30 | 1 | -12/+18 |
| * | crypto: cavium - Replace mdelay with msleep in cpt_device_init | Jia-Ju Bai | 2018-03-23 | 1 | -1/+1 |
| * | crypto: bfin_crc - remove blackfin CRC driver | Arnd Bergmann | 2018-03-23 | 4 | -885/+0 |
| * | crypto: inside-secure - fix clock resource by adding a register clock | Gregory CLEMENT | 2018-03-23 | 2 | -9/+26 |
| * | crypto: inside-secure - improve clock initialization | Gregory CLEMENT | 2018-03-23 | 1 | -5/+6 |
| * | crypto: inside-secure - fix clock management | Gregory CLEMENT | 2018-03-23 | 1 | -1/+1 |
| * | crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req() | weiyongjun \(A\) | 2018-03-23 | 1 | -1/+3 |
| * | crypto: talitos - Delete an error message for a failed memory allocation in t... | Markus Elfring | 2018-03-23 | 1 | -1/+0 |
| * | crypto: ccp - Validate buffer lengths for copy operations | Gary R Hook | 2018-03-16 | 1 | -30/+78 |
| * | crypto: virtio - remove dependency on CRYPTO_AUTHENC | Peter Wu | 2018-03-16 | 2 | -2/+0 |
| * | crypto: chelsio -Split Hash requests for large scatter gather list | Harsh Jain | 2018-03-16 | 4 | -108/+298 |
| * | crypto: chelsio - Fix iv passed in fallback path for rfc3686 | Harsh Jain | 2018-03-16 | 1 | -1/+1 |
| * | crypto: chelsio - Update IV before sending request to HW | Harsh Jain | 2018-03-16 | 1 | -8/+11 |
| * | crypto: chelsio - Fix src buffer dma length | Harsh Jain | 2018-03-16 | 1 | -5/+12 |
| * | crypto: chelsio - Use kernel round function to align lengths | Harsh Jain | 2018-03-16 | 2 | -40/+34 |
| * | crypto: ccp - Use memdup_user() rather than duplicating its implementation | Markus Elfring | 2018-03-16 | 1 | -14/+1 |
| * | crypto: ccp - Fill the result buffer only on digest, finup, and final ops | Gary R Hook | 2018-03-09 | 2 | -2/+2 |
| * | crypto: s5p-sss - Constify pointed data (arguments and local variables) | Krzysztof Kozlowski | 2018-03-09 | 1 | -14/+17 |
| * | crypto: s5p-sss - Remove useless check for non-null request | Krzysztof Kozlowski | 2018-03-09 | 1 | -3/+0 |
| * | crypto: omap-sham - Fix misleading indentation | Krzysztof Kozlowski | 2018-03-09 | 1 | -1/+1 |
| * | crypto: omap-sham - Remove useless check for non-null request | Krzysztof Kozlowski | 2018-03-09 | 1 | -3/+0 |
| * | crypto: chelsio - no csum offload for ipsec path | Atul Gupta | 2018-03-09 | 1 | -3/+2 |
| * | crypto: omap-aes - make queue length configurable | Tero Kristo | 2018-03-09 | 1 | -0/+43 |
| * | crypto: omap-aes - make fallback size configurable | Tero Kristo | 2018-03-09 | 1 | -1/+47 |
| * | crypto: omap-sham - make queue length configurable | Tero Kristo | 2018-03-09 | 1 | -0/+38 |
| * | crypto: omap-sham - make fallback size configurable | Tero Kristo | 2018-03-09 | 1 | -3/+53 |
| * | crypto: omap-crypto - Verify page zone scatterlists before starting DMA | Tero Kristo | 2018-03-09 | 1 | -0/+4 |
| * | crypto: omap-sham - Verify page zone of scatterlists before starting DMA | Tero Kristo | 2018-03-09 | 1 | -0/+7 |
| * | crypto: talitos - do not perform unnecessary dma synchronisation | LEROY Christophe | 2018-03-09 | 1 | -22/+63 |