aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAge
* inet: stop leaking jiffies on the wireEric Dumazet2019-11-01
* net: use skb_queue_empty_lockless() in busy poll contextsEric Dumazet2019-10-28
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-24
|\
| * mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-24
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-23
|\ \ | |/ |/|
| * crypto: hisilicon - avoid unused function warningArnd Bergmann2019-09-20
| * crypto: hisilicon - Fix return value check in hisi_zip_acompress()Yunfeng Ye2019-09-20
| * crypto: hisilicon - Matching the dma address for dma_pool_free()Yunfeng Ye2019-09-20
| * crypto: hisilicon - Fix double free in sec_free_hw_sgl()Yunfeng Ye2019-09-20
| * crypto: inside-secure - Fix unused variable warning when CONFIG_PCI=nPascal van Leeuwen2019-09-20
| * crypto: talitos - fix missing break in switch statementGustavo A. R. Silva2019-09-20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-09-18
|\ \
| * | net/tls: use the full sk_proto pointerJakub Kicinski2019-09-05
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-02
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-19
| |\ \ \
| * | | | net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-22
* | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-09-18
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | crypto: caam - Cast to long first before pointer conversionHerbert Xu2019-09-13
| * | | | crypto: ccree - enable CTS support in AES-XTSUri Shir2019-09-13
| * | | | crypto: inside-secure - Probe transform record cache RAM sizesPascal van Leeuwen2019-09-13
| * | | | crypto: inside-secure - Base RD fetchcount on actual RD FIFO sizePascal van Leeuwen2019-09-13
| * | | | crypto: inside-secure - Base CD fetchcount on actual CD FIFO sizePascal van Leeuwen2019-09-13
| * | | | crypto: inside-secure - Enable extended algorithms on newer HWPascal van Leeuwen2019-09-13
| * | | | crypto: inside-secure: Corrected configuration of EIP96_TOKEN_CTRLPascal van Leeuwen2019-09-13
| * | | | crypto: inside-secure - Add EIP97/EIP197 and endianness detectionPascal van Leeuwen2019-09-13
| * | | | crypto: ux500 - Fix COMPILE_TEST warningsHerbert Xu2019-09-09
| * | | | crypto: cavium/zip - Add missing single_release()Wei Yongjun2019-09-09
| * | | | crypto: marvell - Use kzfree rather than its implementationzhong jiang2019-09-09
| * | | | crypto: caam - dispose of IRQ mapping only after IRQ is freedAndrey Smirnov2019-09-09
| * | | | crypto: caam - check irq_of_parse_and_map for errorsAndrey Smirnov2019-09-09
| * | | | crypto: caam - use devres to unmap JR's registersAndrey Smirnov2019-09-09
| * | | | crypto: caam - make sure clocks are enabled firstAndrey Smirnov2019-09-09
| * | | | crypto: n2 - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-05
| * | | | crypto: chelsio - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-05
| * | | | crypto: ccree - Rename arrays to avoid conflict with crypto/sha256.hHans de Goede2019-09-05
| * | | | crypto: inside-secure - Added support for basic AES-CCMPascal van Leeuwen2019-09-05
| * | | | crypto: inside-secure - Added AES-OFB supportPascal van Leeuwen2019-09-05
| * | | | crypto: inside-secure - Added AES-CFB supportPascal van Leeuwen2019-09-05
| * | | | crypto: inside-secure - Added support for basic AES-GCMPascal van Leeuwen2019-09-05
| * | | | crypto: inside-secure - Minor code cleanup and optimizationsPascal van Leeuwen2019-09-05
| * | | | crypto: inside-secure - Minor optimization recognizing CTR is always AESPascal van Leeuwen2019-09-05
| * | | | crypto: inside-secure - Made .cra_priority value a definePascal van Leeuwen2019-09-05
| * | | | crypto: inside-secure - Only enable algorithms advertised by the hardwarePascal van Leeuwen2019-09-05
| * | | | crypto: inside-secure - Add support for the AES-XTS algorithmPascal van Leeuwen2019-09-05
| * | | | crypto: inside-secure - Move static cipher alg & mode settings to initPascal van Leeuwen2019-09-05
| * | | | crypto: mediatek - fix incorrect crypto key settingVic Wu2019-09-05
| * | | | crypto: mediatek - add support to OFB/CFB modeRyder Lee2019-09-05
| * | | | crypto: mediatek - only treat EBUSY as transient if backlogRyder Lee2019-09-05
| * | | | crypto: mediatek - fix uninitialized value of gctx->textlenRyder Lee2019-09-05
| * | | | crypto: mediatek - move mtk_aes_find_dev() to the right placeRyder Lee2019-09-05