summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
AgeCommit message (Expand)AuthorFilesLines
2020-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds10-38/+2425
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari1-4/+25
2020-03-30crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari1-1/+1
2020-03-30Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal2-6/+28
2020-03-30Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal1-2/+0
2020-03-24crypto: Convert to new CPU match macrosThomas Gleixner2-2/+2
2020-03-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari1-14/+59
2020-03-16chcr: remove set but not used variable 'status'YueHaibing1-2/+1
2020-03-08cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari2-3/+94
2020-03-08chcr: Handle first or middle part of recordRohit Maheshwari3-2/+489
2020-03-08chcr: handle partial end part of a recordRohit Maheshwari1-7/+304
2020-03-08cxgb4/chcr: complete record tx handlingRohit Maheshwari5-4/+641
2020-03-08cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari5-8/+339
2020-03-08cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari7-0/+459
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-01-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds111-3914/+4762
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds1-1/+1
2020-01-22crypto: caam - add support for i.MX8M PlusHoria Geantă1-2/+3
2020-01-22crypto: hisilicon - fix spelling mistake "disgest" -> "digest"Colin Ian King1-1/+1
2020-01-22crypto: ccree - erase unneeded inline funcsGilad Ben-Yossef1-10/+0
2020-01-22crypto: ccree - make cc_pm_put_suspend() voidGilad Ben-Yossef2-10/+4
2020-01-22crypto: ccree - split overloaded usage of irq fieldGilad Ben-Yossef2-11/+9
2020-01-22crypto: ccree - fix PM race conditionGilad Ben-Yossef4-80/+7
2020-01-22crypto: ccree - fix FDE descriptor sequenceOfir Drang1-3/+45
2020-01-22crypto: ccree - cc_do_send_request() is void funcGilad Ben-Yossef1-25/+11
2020-01-22crypto: ccree - fix pm wrongful error reportingGilad Ben-Yossef1-1/+1
2020-01-22crypto: ccree - turn errors to debug msgsGilad Ben-Yossef2-13/+13
2020-01-22crypto: ccree - fix AEAD decrypt auth failGilad Ben-Yossef1-1/+1
2020-01-22crypto: ccree - fix typo in commentHadar Gat1-1/+1
2020-01-22crypto: ccree - fix typos in error msgsHadar Gat1-2/+2
2020-01-22crypto: atmel-{aes,sha,tdes} - Retire crypto_platform_dataTudor Ambarus3-99/+3
2020-01-22crypto: chtls - Fixed listen fail when max stid range reachedVinay Kumar Yadav1-3/+2
2020-01-22crypto: chtls - Corrected function call contextVinay Kumar Yadav1-15/+15
2020-01-22crypto: caam/qi2 - fix typo in algorithm's driver nameHoria Geantă1-1/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-11/+21
2020-01-16crypto: hisilicon - add branch prediction macroZaibo Xu1-22/+22
2020-01-16crypto: hisilicon - adjust hpre_crt_para_getZaibo Xu1-14/+14
2020-01-16crypto: hisilicon - Fixed some tiny bugs of HPREZaibo Xu2-38/+32
2020-01-16crypto: hisilicon - Bugfixed tfm leakZaibo Xu2-13/+18
2020-01-16crypto: hisilicon - Add aead support on SEC2Zaibo Xu4-24/+620
2020-01-16crypto: hisilicon - redefine skcipher initiationZaibo Xu1-35/+61
2020-01-16crypto: hisilicon - Add branch prediction macroZaibo Xu1-14/+14
2020-01-16crypto: hisilicon - Add callback error checkZaibo Xu2-6/+10
2020-01-16crypto: hisilicon - Adjust some inner logicZaibo Xu1-26/+28
2020-01-16crypto: hisilicon - Update QP resources of SEC V2Zaibo Xu3-93/+59
2020-01-16crypto: hisilicon - Update some names on SEC V2Zaibo Xu2-29/+36
2020-01-16crypto: hisilicon - fix print/comment of SEC V2Zaibo Xu2-6/+6
2020-01-16crypto: hisilicon - Update debugfs usage of SEC V2Zaibo Xu3-14/+14
2020-01-16crypto: vmx - reject xts inputs that are too shortDaniel Axtens1-0/+3
2020-01-16crypto: caam - add support for i.MX8M NanoHoria Geantă1-4/+4