summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-01-15crypto: chelsio - Use new AES library APIEric Biggers-5/+5
2025-09-13crypto: chelsio - Use library to prepare HMAC keysEric Biggers-203/+63
2025-06-26crypto: chelsio - Use crypto_shash_export_coreHerbert Xu-5/+5
2024-10-05crypto: drivers - Correct multiple typos in commentsShen Lichuan-1/+1
2023-10-27crypto: chelsio - stop using crypto_ahash::initEric Biggers-1/+8
2023-08-25crypto: chelsio - Remove unused declarationsYue Haibing-2/+0
2023-08-18crypto: drivers - avoid memcpy size warningArnd Bergmann-1/+2
2023-02-13crypto: chelsio - Use request_complete helpersHerbert Xu-3/+3
2022-12-09crypto: chelsio - Set DMA alignment explicitlyHerbert Xu-21/+22
2022-12-09crypto: chelsio - Fix flexible struct array warningHerbert Xu-6/+6
2022-11-11crypto: move gf128mul library into lib/cryptoArd Biesheuvel-1/+1
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook-5/+9
2021-04-22crypto: chelsio/chcr - Remove useless MODULE_VERSIONVinay Kumar Yadav-3/+1
2021-04-22crypto: chelsio - remove unused functionJiapeng Chong-5/+0
2021-04-12crypto: chelsio - Read rxchannel-id from firmwareAyush Sawal-2/+17
2021-03-26crypto: chelsio - Fix some kernel-doc issuesLee Jones-6/+4
2020-11-20crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers-1/+2
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-9260/+0
2020-10-15cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcrAyush Sawal-2/+0
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+1
2020-09-25crypto: chelsio - fix minor indentation issueColin Ian King-1/+1
2020-09-11crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari-2305/+0
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-2/+2
2020-08-21crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav-836/+2
2020-08-21chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav-6119/+0
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-9/+12
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-50/+40
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal-1/+1
2020-07-28net: remove sockptr_advanceChristoph Hellwig-6/+6
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-4/+5
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig-8/+10
2020-07-20crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav-0/+1
2020-07-20crypto/chtls: correct net_device reference countVinay Kumar Yadav-1/+1
2020-07-20crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav-3/+4
2020-07-16crypto: chelsio - Fix some pr_xxx messagesChristophe JAILLET-10/+9
2020-07-16crypto: chelsio - Avoid some code duplicationChristophe JAILLET-3/+1
2020-07-16crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORYMikulas Patocka-2/+5
2020-07-16crypto: chelsio - permit asynchronous skcipher as fallbackArd Biesheuvel-35/+25
2020-06-15crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva-4/+4
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds-22/+59
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada-3/+3
2020-06-10Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal-4/+14
2020-06-10Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal-18/+45
2020-06-04crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav-16/+36
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-151/+314
2020-06-01crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav-43/+167
2020-06-01Crypto/chcr: Fixes a coccinile check errorAyush Sawal-0/+1