summaryrefslogtreecommitdiff
path: root/drivers/crypto/chelsio/chcr_algo.c
Commit message (Expand)AuthorAgeFilesLines
* crypto: chelsio - Use request_complete helpersHerbert Xu2023-02-131-3/+3
* crypto: chelsio - Set DMA alignment explicitlyHerbert Xu2022-12-091-21/+22
* crypto: chelsio - Fix flexible struct array warningHerbert Xu2022-12-091-3/+3
* crypto: chelsio - remove unused functionJiapeng Chong2021-04-221-5/+0
* crypto: chelsio - Read rxchannel-id from firmwareAyush Sawal2021-04-121-2/+17
* crypto: chelsio - Fix some kernel-doc issuesLee Jones2021-03-261-5/+3
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* crypto: chelsio - Fix some pr_xxx messagesChristophe JAILLET2020-07-161-10/+9
* crypto: chelsio - Avoid some code duplicationChristophe JAILLET2020-07-161-3/+1
* crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka2020-07-161-2/+5
* crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel2020-07-161-34/+23
* Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal2020-06-101-4/+14
* Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal2020-06-101-18/+45
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-28/+72
|\
| * Crypto/chcr: Fixes a coccinile check errorAyush Sawal2020-06-011-0/+1
| * Crypto/chcr: Fixes compilations warningsAyush Sawal2020-06-011-6/+4
| * Crypto/chcr: fix for hmac(sha) test failsDevulapally Shiva Krishna2020-05-061-1/+1
| * Crypto/chcr: support for 48 byte key_len in aes-xtsDevulapally Shiva Krishna2020-05-061-2/+25
| * Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna2020-05-061-1/+1
| * Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna2020-05-061-14/+28
| * Crypto/chcr: fix gcm-aes and rfc4106-gcm failed testsDevulapally Shiva Krishna2020-05-061-4/+12
* | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
* | crypto: chelsio - remove redundant assignment to variable errorColin Ian King2020-04-241-1/+1
|/
* crypto: chelsio - remove set but not used variable 'adap'YueHaibing2020-03-201-2/+0
* crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal2020-03-061-119/+206
* crypto: chelsio - Recalculate iv only if it is neededAyush Sawal2020-03-061-2/+10
* crypto: chelsio - Endianess bug in create_authenc_wrAl Viro2020-02-221-1/+1
* 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-131-1/+19
* 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: chelsio - calculating tx_channel_id as per the max number of channelsAyush Sawal2019-12-201-1/+2
* crypto: chelsio - switch to skcipher APIArd Biesheuvel2019-11-171-170/+164
* crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel2019-07-261-33/+13
* crypto: chelsio - count incomplete block in IVAtul Gupta2019-05-091-2/+2
* crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta2019-05-091-10/+3
* crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-2/+0
* crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing2019-02-011-2/+2
* crypto: chelsio - remove set but not used variables 'adap'YueHaibing2019-01-111-2/+0
* crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing2019-01-111-2/+4
* crypto: skcipher - remove remnants of internal IV generatorsEric Biggers2018-12-231-1/+0
* crypto: chelsio - Fix wrong error counter incrementsHarsh Jain2018-12-231-4/+5
* crypto: chelsio - Handle PCI shutdown eventHarsh Jain2018-12-231-26/+131
* crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain2018-12-231-8/+8
* crypto: chelsio - Use same value for both channel in single WRHarsh Jain2018-12-231-7/+6
* crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain2018-12-231-112/+100
* crypto: chelsio - clean up various indentation issuesColin Ian King2018-11-091-8/+8
* crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain2018-10-171-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu2018-10-171-10/+22
|\