aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-21crypto: qat - make qat_asym_algs.o depend on asn1 headersJan Stancek1-0/+1
2016-06-13crypto: ux500 - memmove the right sizeLinus Walleij1-2/+2
2016-06-13crypto: vmx - Increase priority of aes-cbc cipherAnton Blanchard2-2/+2
2016-06-13crypto: vmx - Fix ABI detectionAnton Blanchard1-1/+1
2016-05-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-6/+13
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-1/+1
2016-05-25crypto: ccp - Fix AES XTS error for request sizes above 4096Tom Lendacky1-5/+12
2016-05-19crypto: omap-sham - potential Oops on error in probeDan Carpenter1-1/+1
2016-05-13crypto: qat - change the adf_ctl_stop_devices to voidTadeusz Struk1-6/+3
2016-05-10crypto: caam - fix caam_jr_alloc() ret codeCatalin Vasile1-1/+1
2016-05-10crypto: vmx - comply with ABIs that specify vrsave as reserved.Paulo Flabiano Smorigo1-0/+20
2016-05-03crypto: ccp - constify ccp_actions structureJulia Lawall2-2/+2
2016-05-03crypto: marvell/cesa - Use dma_pool_zallocJulia Lawall1-3/+2
2016-05-03crypto: qat - make adf_vf_isr.c dependant on IOV configTadeusz Struk2-4/+14
2016-05-03crypto: qat - Fix typo in commentsTadeusz Struk1-2/+2
2016-05-03crypto: omap-sham - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi1-17/+8
2016-05-03crypto: omap-des - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi1-51/+17
2016-05-03crypto: omap-aes - Use dma_request_chan() for requesting DMA channelPeter Ujfalusi1-46/+16
2016-05-03crypto: omap-des - Integrate with the crypto engine frameworkBaolin Wang2-54/+44
2016-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu1-2/+11
2016-05-03crypto: qat - fix adf_ctl_drv.c:undefined reference to adf_init_pf_wqTadeusz Struk1-2/+11
2016-04-28crypto: s5p-sss - fix incorrect usage of scatterlists apiMarek Szyprowski1-3/+3
2016-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu6-40/+87
2016-04-28crypto: qat - fix invalid pf2vf_resp_wq logicTadeusz Struk3-10/+24
2016-04-25crypto: s5p-sss - Fix missed interrupts when working with 8 kB blocksKrzysztof Kozlowski1-14/+39
2016-04-25crypto: s5p-sss - Use common BIT macroKrzysztof Kozlowski1-48/+47
2016-04-25crypto: mxc-scc - fix unwinding in mxc_scc_crypto_register()Dan Carpenter1-2/+2
2016-04-25crypto: mxc-scc - signedness bugs in mxc_scc_ablkcipher_req_init()Dan Carpenter1-6/+9
2016-04-25crypto: talitos - fix ahash algorithms registrationHoria Geant?1-0/+64
2016-04-25crypto: ccp - Ensure all dependencies are specifiedGary R Hook1-0/+1
2016-04-20crypto: marvell/cesa - Improving code readabilityRomain Perier1-5/+5
2016-04-20crypto: s5p-sss - Remove useless hash interrupt handlerKrzysztof Kozlowski1-28/+6
2016-04-20crypto: s5p-sss - Fix use after free of copied input buffer in error pathKrzysztof Kozlowski1-1/+0
2016-04-20crypto: ccp - Register the CCP as a DMA resourceGary R Hook6-2/+859
2016-04-20crypto4xx: integrate ppc4xx-rng into crypto4xxChristian Lamparter7-2/+184
2016-04-20crypto: talitos - fix AEAD tcrypt testsHoria Geant?1-16/+30
2016-04-20crypto: talitos - fix crash in talitos_cra_init()Jonas Eymann1-14/+27
2016-04-18crypto: qat - fix section mismatch warningTadeusz Struk1-1/+1
2016-04-18crypto: qat - interrupts need to be enabled when VFs are disabledTadeusz Struk1-1/+2
2016-04-18crypto: qat - check if PF is runningTadeusz Struk6-4/+14
2016-04-18crypto: qat - move vf2pf_init and vf2pf_exit to commonTadeusz Struk6-70/+103
2016-04-15crypto: mxc-scc - add basic driver for the MXC SCCSteffen Trumtrar3-0/+772
2016-04-15crypto: qat - adf_dev_stop should not be called in atomic contextTadeusz Struk3-3/+64
2016-04-15crypto: ccp - Fix RT breaking #include <linux/rwlock_types.h>Mike Galbraith1-1/+1
2016-04-15crypto: ccp - Prevent information leakage on exportTom Lendacky2-0/+6
2016-04-05crypto: qat - changed adf_dev_stop to voidTadeusz Struk10-47/+17
2016-04-05crypto: qat - explicitly stop all VFs firstTadeusz Struk1-1/+20
2016-04-05crypto: sun4i-ss - Replace spinlock_bh by spin_lock_irq{save|restore}Corentin LABBE1-4/+6
2016-04-05crypto: qat - fix address leaking of RSA public exponentTudor Ambarus1-1/+1
2016-04-05crypto: qat - avoid memory corruption or undefined behaviourTudor Ambarus1-1/+1