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