aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chcr_algo.c
AgeCommit message (Expand)Author
2023-10-27crypto: chelsio - stop using crypto_ahash::initEric Biggers
2023-08-18crypto: drivers - avoid memcpy size warningArnd Bergmann
2023-02-13crypto: chelsio - Use request_complete helpersHerbert Xu
2022-12-09crypto: chelsio - Set DMA alignment explicitlyHerbert Xu
2022-12-09crypto: chelsio - Fix flexible struct array warningHerbert Xu
2021-04-22crypto: chelsio - remove unused functionJiapeng Chong
2021-04-12crypto: chelsio - Read rxchannel-id from firmwareAyush Sawal
2021-03-26crypto: chelsio - Fix some kernel-doc issuesLee Jones
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers
2020-07-16crypto: chelsio - Fix some pr_xxx messagesChristophe JAILLET
2020-07-16crypto: chelsio - Avoid some code duplicationChristophe JAILLET
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka
2020-07-16crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel
2020-06-10Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal
2020-06-10Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01Crypto/chcr: Fixes a coccinile check errorAyush Sawal
2020-06-01Crypto/chcr: Fixes compilations warningsAyush Sawal
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2020-05-06Crypto/chcr: fix for hmac(sha) test failsDevulapally Shiva Krishna
2020-05-06Crypto/chcr: support for 48 byte key_len in aes-xtsDevulapally Shiva Krishna
2020-05-06Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna
2020-05-06Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna
2020-05-06Crypto/chcr: fix gcm-aes and rfc4106-gcm failed testsDevulapally Shiva Krishna
2020-04-24crypto: chelsio - remove redundant assignment to variable errorColin Ian King
2020-03-20crypto: chelsio - remove set but not used variable 'adap'YueHaibing
2020-03-06crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal
2020-03-06crypto: chelsio - Recalculate iv only if it is neededAyush Sawal
2020-02-22crypto: chelsio - Endianess bug in create_authenc_wrAl Viro
2020-02-13crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi ...Ayush Sawal
2020-02-13crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test casesAyush Sawal
2020-01-09crypto: remove propagation of CRYPTO_TFM_RES_* flagsEric Biggers
2020-01-09crypto: remove CRYPTO_TFM_RES_BAD_KEY_LENEric Biggers
2020-01-09crypto: chelsio - fix writing tfm flags to wrong placeEric Biggers
2019-12-20crypto: chelsio - calculating tx_channel_id as per the max number of channelsAyush Sawal
2019-11-17crypto: chelsio - switch to skcipher APIArd Biesheuvel
2019-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel
2019-05-09crypto: chelsio - count incomplete block in IVAtul Gupta
2019-05-09crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-02-01crypto: chelsio - Fix passing zero to 'PTR_ERR' warning in chcr_aead_opYueHaibing
2019-01-11crypto: chelsio - remove set but not used variables 'adap'YueHaibing
2019-01-11crypto: chelsio - check set_msg_len overflow in generate_b0YueHaibing
2018-12-23crypto: skcipher - remove remnants of internal IV generatorsEric Biggers
2018-12-23crypto: chelsio - Fix wrong error counter incrementsHarsh Jain
2018-12-23crypto: chelsio - Handle PCI shutdown eventHarsh Jain
2018-12-23crypto: chelsio - cleanup:send addr as value in function argumentHarsh Jain
2018-12-23crypto: chelsio - Use same value for both channel in single WRHarsh Jain
2018-12-23crypto: chelsio - Swap location of AAD and IV sent in WRHarsh Jain
2018-11-09crypto: chelsio - clean up various indentation issuesColin Ian King