summaryrefslogtreecommitdiffstats
path: root/drivers/crypto
Commit message (Expand)AuthorAgeFilesLines
...
| * | crypto: ccree - drop duplicated error message on SRAM exhaustionGeert Uytterhoeven2020-02-223-3/+0
| * | crypto: ccree - swap SHA384 and SHA512 larval hashes at build timeGeert Uytterhoeven2020-02-223-35/+17
| * | crypto: ccree - remove unneeded castsGeert Uytterhoeven2020-02-224-25/+23
| * | crypto: ccree - fix retry handling in cc_send_sync_request()Geert Uytterhoeven2020-02-221-4/+0
| * | crypto: ccree - fix debugfs register access while suspendedGeert Uytterhoeven2020-02-221-0/+2
| * | crypto: hisilicon - register zip engine to uacceZhangfei Gao2020-02-223-8/+260
| * | crypto: hisilicon - Remove module_param uacce_modeZhangfei Gao2020-02-221-25/+6
| * | crypto: chelsio - remove extra allocation for chtls_devStephen Kitt2020-02-221-2/+1
| * | crypto: qce - handle AES-XTS cases that qce failsEneas U de Queiroz2020-02-133-4/+10
| * | crypto: qce - use AES fallback for small requestsEneas U de Queiroz2020-02-132-8/+35
| * | crypto: qce - use cryptlen when adding extra sglEneas U de Queiroz2020-02-133-8/+10
| * | crypto: allwinner - remove redundant platform_get_irq error messageChen Zhou2020-02-131-3/+1
| * | crypto: chelsio - Print the chcr driver information while module load.Devulapally Shiva Krishna2020-02-132-1/+3
| * | crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi ...Ayush Sawal2020-02-131-2/+3
| * | crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test casesAyush Sawal2020-02-132-1/+20
| * | crypto: ccree - remove set but not used variable 'du_size'YueHaibing2020-02-131-8/+0
| * | crypto: ccree - dec auth tag size from cryptlen mapGilad Ben-Yossef2020-02-131-2/+6
| * | crypto: caam/qi - optimize frame queue cleanupValentin Ciocoi Radulescu2020-02-132-22/+42
| * | crypto: ccree - fix AEAD blocksize registrationGilad Ben-Yossef2020-02-131-0/+1
| * | crypto: ccree - fix some reported cipher block sizesGilad Ben-Yossef2020-02-131-2/+6
| * | crypto: ccree - only try to map auth tag if neededGilad Ben-Yossef2020-02-131-2/+4
| * | crypto: ccree - protect against empty or NULL scatterlistsGilad Ben-Yossef2020-02-132-35/+28
| * | crypto: hisilicon - Fix duplicate print when qm occur multiple errorsShukun Tan2020-02-131-31/+28
| * | crypto: hisilicon - Unify error detect process into qmShukun Tan2020-02-135-244/+185
| * | crypto: hisilicon - Configure zip RAS error typeShukun Tan2020-02-131-0/+10
| * | crypto: hisilicon - Unify hardware error init/uninit into QMShukun Tan2020-02-135-99/+149
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-3110-38/+2425
|\ \
| * | crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari2020-03-301-4/+25
| * | crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari2020-03-301-1/+1
| * | Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal2020-03-302-6/+28
| * | Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal2020-03-301-2/+0
| * | Crypto/chtls: add/delete TLS header in driverRohit Maheshwari2020-03-231-14/+59
| * | chcr: remove set but not used variable 'status'YueHaibing2020-03-161-2/+1
| * | cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari2020-03-082-3/+94
| * | chcr: Handle first or middle part of recordRohit Maheshwari2020-03-083-2/+489
| * | chcr: handle partial end part of a recordRohit Maheshwari2020-03-081-7/+304
| * | cxgb4/chcr: complete record tx handlingRohit Maheshwari2020-03-085-4/+641
| * | cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari2020-03-085-8/+339
| * | cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari2020-03-087-0/+459
| |/
* / crypto: Convert to new CPU match macrosThomas Gleixner2020-03-242-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-193-11/+21
| |\
| * | cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain2019-12-171-1/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-01-28111-3914/+4762
|\ \ \
| * | | crypto: caam - add support for i.MX8M PlusHoria Geantă2020-01-221-2/+3
| * | | crypto: hisilicon - fix spelling mistake "disgest" -> "digest"Colin Ian King2020-01-221-1/+1
| * | | crypto: ccree - erase unneeded inline funcsGilad Ben-Yossef2020-01-221-10/+0
| * | | crypto: ccree - make cc_pm_put_suspend() voidGilad Ben-Yossef2020-01-222-10/+4
| * | | crypto: ccree - split overloaded usage of irq fieldGilad Ben-Yossef2020-01-222-11/+9
| * | | crypto: ccree - fix PM race conditionGilad Ben-Yossef2020-01-224-80/+7