Age | Commit message (Expand) | Author |
2011-05-03 | crypto: caam - fix queue interface detection | Kim Phillips |
2011-05-03 | crypto: caam - handle interrupt lines shared across rings | Kim Phillips |
2011-04-26 | crypto: omap-sham - hmac calculation bug fix for sha1 base hash | Dmitry Kasatkin |
2011-04-26 | crypto: omap-sham - enable driver for EMU chips | Dmitry Kasatkin |
2011-04-26 | crypto: omap-sham - remove debug print | Dmitry Kasatkin |
2011-04-26 | crypto: omap-sham - fix concurrent sha1 calculations | Markku Kylanpaa |
2011-04-08 | crypto: s5p-sss - add S5PV210 advanced crypto engine support | Vladimir Zapolskiy |
2011-04-08 | crypto: caam - introduce missing kfree | Julia Lawall |
2011-03-27 | crypto: picoxcell - fix possible status FIFO overflow | Jamie Iles |
2011-03-27 | crypto: padlock - Add SHA-1/256 module for VIA Nano | Brilly Wu |
2011-03-27 | crypto: caam - ARRAY_SIZE() vs sizeof() | Dan Carpenter |
2011-03-27 | crypto: caam - dereferencing ERR_PTR on allocation failure | Dan Carpenter |
2011-03-27 | crypto: caam - standardize device tree naming convention to utilize '-vX.Y' | Kim Phillips |
2011-03-27 | crypto: caam - Add support for the Freescale SEC4/CAAM | Kim Phillips |
2011-03-16 | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds |
2011-02-28 | dt: Eliminate of_platform_{,un}register_driver | Grant Likely |
2011-02-28 | dt/sparc: Eliminate users of of_platform_{,un}register_driver | Grant Likely |
2011-02-28 | dt/powerpc: Eliminate users of of_platform_{,un}register_driver | Grant Likely |
2011-02-21 | crypto: picoxcell - add support for the picoxcell crypto engines | Jamie Iles |
2011-01-29 | crypto: omap-sham - don't treat NULL clk as an error | Jamie Iles |
2011-01-29 | crypto: omap-aes - don't treat NULL clk as an error | Jamie Iles |
2011-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2011-01-07 | crypto: padlock - Move padlock.h into include/crypto | Herbert Xu |
2011-01-06 | crypto: n2 - use __devexit not __exit in n2_unregister_algs | Dennis Gilmore |
2011-01-04 | crypto: mv_cesa - dont return PTR_ERR() of wrong pointer | Roel Kluin |
2010-12-29 | crypto: omap-sham - backlog handling fix | Dmitry Kasatkin |
2010-12-02 | crypto: omap-aes - checkpatch --file warning fixes | Dmitry Kasatkin |
2010-12-02 | crypto: omap-aes - initialize aes module once per request | Dmitry Kasatkin |
2010-12-02 | crypto: omap-aes - unnecessary code removed | Dmitry Kasatkin |
2010-12-02 | crypto: omap-aes - error handling implementation improved | Dmitry Kasatkin |
2010-12-02 | crypto: omap-aes - redundant locking is removed | Dmitry Kasatkin |
2010-12-02 | crypto: omap-aes - DMA initialization fixes for OMAP off mode | Dmitry Kasatkin |
2010-11-27 | crypto: omap-sham - zero-copy scatterlist handling | Dmitry Kasatkin |
2010-11-27 | crypto: omap-sham - FLAGS_FIRST is redundant and removed | Dmitry Kasatkin |
2010-11-27 | crypto: omap-sham - hash-in-progress is stored in hw format | Dmitry Kasatkin |
2010-11-27 | crypto: omap-sham - crypto_ahash_final() now not need to be called. | Dmitry Kasatkin |
2010-11-27 | crypto: omap-sham - removed redundunt locking | Dmitry Kasatkin |
2010-11-27 | crypto: omap-sham - error handling improved | Dmitry Kasatkin |
2010-11-27 | crypto: omap-sham - DMA initialization fixes for off mode | Dmitry Kasatkin |
2010-11-27 | crypto: omap-sham - uses digest buffer in request context | Dmitry Kasatkin |
2010-11-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2010-11-04 | crypto: padlock - Fix AES-CBC handling on odd-block-sized input | Herbert Xu |
2010-10-26 | replace nested max/min macros with {max,min}3 macro | Hagen Paul Pfeifer |
2010-10-25 | crypto: n2 - dubious error check | Nicolas Kaiser |
2010-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2010-10-19 | crypto: Makefile - replace the use of <module>-objs with <module>-y | Tracey Dent |
2010-10-19 | crypto: hifn_795x - use cancel_delayed_work_sync() | Tejun Heo |
2010-09-23 | crypto: talitos - sparse check endian fixes | Kim Phillips |
2010-09-23 | crypto: talitos - fix checkpatch warning | Kim Phillips |
2010-09-23 | crypto: talitos - fix warning: 'alg' may be used uninitialized in this function | Kim Phillips |