aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-06Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal1-3/+0
2020-05-04cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann1-37/+46
2020-04-24crypto: chelsio - remove redundant assignment to variable errorColin Ian King1-1/+1
2020-04-23chcr: Fix CPU hard lockupRohit Maheshwari1-4/+2
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing1-0/+1
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-134/+266
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-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari1-14/+59
2020-03-20crypto: chelsio - remove set but not used variable 'adap'YueHaibing1-2/+0
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-03-06crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav1-2/+2
2020-03-06crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav2-0/+10
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-06crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal3-124/+216
2020-03-06crypto: chelsio - Recalculate iv only if it is neededAyush Sawal2-2/+11
2020-02-28crypto: chelsio - un-register crypto algorithmsDevulapally Shiva Krishna1-0/+2
2020-02-22crypto: chelsio - Endianess bug in create_authenc_wrAl Viro1-1/+1
2020-02-22crypto: chelsio - remove extra allocation for chtls_devStephen Kitt1-2/+1
2020-02-13crypto: chelsio - Print the chcr driver information while module load.Devulapally Shiva Krishna2-1/+3
2020-02-13crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi testAyush Sawal1-2/+3
2020-02-13crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test casesAyush Sawal2-1/+20
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
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-09crypto: chelsio - Resetting crypto counters during the driver unregisterAyush Sawal1-5/+5
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers1-23/+1
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers1-13/+3
2020-01-09crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers1-13/+3
2019-12-27crypto: chtls - Fixed memory leakVinay Kumar Yadav3-13/+38
2019-12-27crypto: chtls - Add support for AES256-GCM based ciphersVinay Kumar Yadav3-21/+71
2019-12-20crypto: chelsio - calculating tx_channel_id as per the max number of channelsAyush Sawal1-1/+2
2019-12-17cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain1-1/+1
2019-12-11crypto: Kconfig - Fix indentationKrzysztof Kozlowski1-15/+15
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds5-32/+32
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-182/+175
2019-11-22cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy1-14/+13
2019-11-17crypto: chelsio - switch to skcipher APIArd Biesheuvel3-179/+173
2019-11-06net: silence data-races on sk_backlog.tailEric Dumazet1-5/+5
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+2
2019-11-01inet: stop leaking jiffies on the wireEric Dumazet1-1/+1