summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* crypto: inside-secure - md5 supportOfer Heifetz2018-07-094-2/+72
* crypto: inside-secure - set tx_max_cmd_queue to 32Ofer Heifetz2018-07-092-0/+5
* crypto: inside-secure - reset CDR and RDR rings on module removalOfer Heifetz2018-07-091-0/+20
* crypto: inside-secure - adjust the TRC configuration for EIP197DOfer Heifetz2018-07-092-12/+30
* Documentation/bindings: crypto: inside-secure: eip197d supportAntoine Tenart2018-07-091-1/+2
* crypto: inside-secure - eip197d supportAntoine Tenart2018-07-094-27/+54
* crypto: inside-secure - add multiple processing engine supportOfer Heifetz2018-07-092-118/+150
* crypto: inside-secure - dynamic ring configuration allocationOfer Heifetz2018-07-093-38/+47
* crypto: inside-secure - add an invalidation flagAntoine Tenart2018-07-094-12/+20
* crypto: inside-secure - filter out the algorithms by engineAntoine Tenart2018-07-094-2/+29
* Documentation/bindings: crypto: inside-secure: update the compatiblesAntoine Tenart2018-07-091-3/+11
* crypto: inside-secure - use precise compatiblesAntoine Tenart2018-07-094-21/+31
* crypto: inside-secure - move the firmware to a better locationAntoine Tenart2018-07-091-6/+12
* crypto: dh - add public key verification testStephan Mueller2018-07-093-6/+79
* crypto: stm32/crc - Add power management supportlionel.debieve@st.com2018-07-091-0/+62
* crypto: stm32/hash - Add power management supportlionel.debieve@st.com2018-07-091-0/+71
* crypto: stm32/cryp - Add power management supportlionel.debieve@st.com2018-07-091-0/+62
* crypto: skcipher - Fix -Wstringop-truncation warningsStafford Horne2018-07-092-0/+3
* crypto: ecdh - add public key verification testStephan Mueller2018-07-092-8/+56
* crypto: skcipher - remove the exporting of skcipher_walk_nextDenis Efremov2018-07-011-1/+0
* crypto: virtio - Register an algo only if it's supportedFarhan Ali2018-07-013-45/+159
* crypto: virtio - Read crypto services and algorithm masksFarhan Ali2018-07-012-0/+43
* crypto: vmac - remove insecure version with hardcoded nonceEric Biggers2018-07-014-186/+8
* crypto: vmac - add nonced version with big endian digestEric Biggers2018-07-013-18/+273
* crypto: vmac - separate tfm and request contextEric Biggers2018-07-012-290/+181
* crypto: vmac - require a block cipher with 128-bit block sizeEric Biggers2018-07-011-0/+4
* crypto: atmel-ecc - remove overly verbose dev_infoTudor-Dan Ambarus2018-06-221-4/+0
* crypto: atmel-ecc - fix to allow multi segment scatterlistsTudor-Dan Ambarus2018-06-221-9/+22
* crypto: cavium - make structure algs staticColin Ian King2018-06-221-1/+1
* crypto: aegis - fix indentation of a statementColin Ian King2018-06-221-1/+1
* crypto: inside-secure - authenc(hmac(sha384), cbc(aes)) supportAntoine Tenart2018-06-223-0/+41
* crypto: inside-secure - hmac(sha384) supportAntoine Tenart2018-06-223-0/+58
* crypto: inside-secure - sha384 supportAntoine Tenart2018-06-223-1/+77
* crypto: sha512_generic - add a sha384 0-length pre-computed hashAntoine Tenart2018-06-222-0/+12
* crypto: inside-secure - authenc(hmac(sha512), cbc(aes)) supportAntoine Tenart2018-06-223-2/+43
* crypto: inside-secure - hmac(sha512) supportAntoine Tenart2018-06-223-3/+61
* crypto: inside-secure - sha512 supportAntoine Tenart2018-06-223-37/+153
* crypto: sha512_generic - add a sha512 0-length pre-computed hashAntoine Tenart2018-06-222-0/+14
* crypto: inside-secure - improve the counter computationAntoine Tenart2018-06-222-7/+10
* crypto: inside-secure - use the error handler for invalidation requestsAntoine Tenart2018-06-222-10/+4
* crypto: inside-secure - increase minimum transfer sizeOfer Heifetz2018-06-221-4/+4
* Linux 4.18-rc1v4.18-rc1Linus Torvalds2018-06-171-2/+2
* Merge tag 'for-linus-20180616' of git://git.kernel.dk/linux-blockLinus Torvalds2018-06-1716-275/+174
|\
| * bsg: fix race of bsg_open and bsg_unregisterAnatoliy Glagolev2018-06-151-11/+11
| * block: remov blk_queue_invalidate_tagsChristoph Hellwig2018-06-153-38/+1
| * Merge branch 'nvme-4.18' of git://git.infradead.org/nvme into for-linusJens Axboe2018-06-1511-224/+154
| |\
| | * nvme-fabrics: fix and refine state checks in __nvmf_check_readyChristoph Hellwig2018-06-151-20/+19
| | * nvme-fabrics: handle the admin-only case properly in nvmf_check_readyChristoph Hellwig2018-06-151-1/+2
| | * nvme-fabrics: refactor queue ready checkChristoph Hellwig2018-06-155-50/+45
| | * blk-mq: remove blk_mq_tagset_iterChristoph Hellwig2018-06-142-31/+0