summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
Commit message (Expand)AuthorAgeFilesLines
* cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann2020-05-041-37/+46
* chcr: Fix CPU hard lockupRohit Maheshwari2020-04-231-4/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-071-0/+1
|\
| * crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing2020-04-021-0/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-016-134/+266
|\ \ | |/ |/|
| * crypto: chelsio - remove set but not used variable 'adap'YueHaibing2020-03-201-2/+0
| * crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav2020-03-061-2/+2
| * crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav2020-03-062-0/+10
| * crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-1/+1
| * crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal2020-03-063-124/+216
| * crypto: chelsio - Recalculate iv only if it is neededAyush Sawal2020-03-062-2/+11
| * crypto: chelsio - un-register crypto algorithmsDevulapally Shiva Krishna2020-02-281-0/+2
| * crypto: chelsio - Endianess bug in create_authenc_wrAl Viro2020-02-221-1/+1
| * crypto: chelsio - remove extra allocation for chtls_devStephen Kitt2020-02-221-2/+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/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
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-1/+1
|\
| * cxgb4/chtls: fix ULD connection failures due to wrong TID baseShahjada Abul Husain2019-12-171-1/+1
* | crypto: chtls - Fixed listen fail when max stid range reachedVinay Kumar Yadav2020-01-221-3/+2
* | crypto: chtls - Corrected function call contextVinay Kumar Yadav2020-01-221-15/+15
* | crypto: chelsio - Resetting crypto counters during the driver unregisterAyush Sawal2020-01-091-5/+5
* | crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers2020-01-091-23/+1
* | crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers2020-01-091-13/+3
* | crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers2020-01-091-13/+3
* | crypto: chtls - Fixed memory leakVinay Kumar Yadav2019-12-273-13/+38
* | crypto: chtls - Add support for AES256-GCM based ciphersVinay Kumar Yadav2019-12-273-21/+71
* | crypto: chelsio - calculating tx_channel_id as per the max number of channelsAyush Sawal2019-12-201-1/+2
* | crypto: Kconfig - Fix indentationKrzysztof Kozlowski2019-12-111-15/+15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2019-11-255-32/+32
|\
| * cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy2019-11-221-14/+13
| * net: silence data-races on sk_backlog.tailEric Dumazet2019-11-061-5/+5
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-022-2/+2
| |\
| * | net/tls: allow compiling TLS TOE outJakub Kicinski2019-10-041-1/+1
| * | net/tls: rename tls_device to tls_toe_deviceJakub Kicinski2019-10-042-12/+12
| * | net/tls: move TOE-related structures to a separate headerJakub Kicinski2019-10-041-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2019-11-254-182/+175
|\ \ \ | |_|/ |/| |
| * | crypto: chelsio - switch to skcipher APIArd Biesheuvel2019-11-173-179/+173