summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorLines
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+5
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-6/+6
2010-02-05tree-wide: fix 'lenght' typo in comments and codeDaniel Mack-1/+1
2010-02-04crypto: geode-aes - Fix cip/blk confusionRoel Kluin-1/+1
2010-02-02crypto: padlock-sha - Add import/export supportHerbert Xu-0/+23
2010-01-17crypto: Make Open Firmware device id constantMárton Németh-2/+2
2010-01-08crypto: geode-aes - access .cip instead of .blk in cipher modeRoel Kluin-3/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-6/+6
2009-12-07Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa-1/+1
2009-11-03crypto: padlock-aes - Use the correct mask when checking whether copying is r...Chuck Ebbert-2/+2
2009-10-29percpu: make misc percpu symbols uniqueTejun Heo-6/+6
2009-09-21crypto: padlock-sha - Fix stack alignmentHerbert Xu-2/+12
2009-08-13crypto: talitos - add support for 36 bit addressingKim Phillips-29/+41
2009-08-13crypto: talitos - align locks on cache linesKim Phillips-83/+58
2009-08-13crypto: talitos - simplify hmac data size calculationKim Phillips-5/+3
2009-08-10crypto: mv_cesa - Add support for Orion5X crypto engineSebastian Andrzej Siewior-0/+739
2009-07-16crypto: padlock - Fix hashing of partial blocksHerbert Xu-0/+2
2009-07-15crypto: padlock - Fix compile error on i386Herbert Xu-2/+4
2009-07-15crypto: crypto4xx - Disable SHA implementationHerbert Xu-19/+0
2009-07-14crypto: crypto4xx - Switch to new style ahashHerbert Xu-39/+71
2009-07-14crypto: crypto4xx - Use crypto_ahash_set_reqsizeHerbert Xu-2/+4
2009-07-14crypto: padlock - Switch sha to shashHerbert Xu-179/+156
2009-07-11crypto: padlock - Use shash fallback for shaHerbert Xu-30/+52
2009-06-18crypto: padlock-aes - work around Nano CPU errata in CBC modeChuck Ebbert-18/+65
2009-06-18crypto: padlock-aes - work around Nano CPU errata in ECB modeChuck Ebbert-35/+46
2009-06-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-3/+3
2009-06-12trivial: Kconfig: .ko is normally not included in module namesPavel Machek-3/+3
2009-06-02crypto: hifn_795x - fix __dev{init,exit} markingsMike Frysinger-4/+4
2009-06-02crypto: padlock - Restore dependency on x86Herbert Xu-1/+1
2009-06-02crypto: padlock - Enable on x86_64Sebastian Andrzej Siewior-1/+14
2009-06-02crypto: talitos - Avoid unnecessary decrypt checkKim Phillips-2/+1
2009-06-02crypto: talitos - containerof related codingstyleKim Phillips-10/+16
2009-06-02crypto: talitos - Whitespace/codingstyle/overrun lines cleanupKim Phillips-47/+48
2009-06-02crypto: talitos - Add ablkcipher algorithmsLee Nipper-38/+342
2009-06-02crypto: talitos - scaffolding for new algorithm typesLee Nipper-116/+129
2009-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-2/+33
2009-04-21crypto: padlock - Revert aes-all alias to aesHerbert Xu-1/+1
2009-04-12crypto: ixp4xx - check firmware for crypto supportChristian Hohnstaedt-1/+32
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang-2/+2
2009-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-119/+63
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare-1/+1
2009-03-27crypto: ixp4xx - Fix handling of chained sg buffersChristian Hohnstaedt-119/+63
2009-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-3/+2430
2009-03-04crypto: ixp4xx - Fix qmgr_request_queue build failureKrzysztof Hałasa-2/+4
2009-02-26crypto: api - Fix module load deadlock with fallback algorithmsHerbert Xu-3/+3
2009-02-18crypto: amcc - Add crypt4xx driverJames Hsiao-0/+2427
2009-02-18crypto: sha-s390 - Switch to shashHerbert Xu-3/+3
2008-12-25crypto: talitos - Ack done interrupt in isr instead of taskletLee Nipper-13/+7