summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace open-coded flex arrays in unionsKees Cook2021-10-181-5/+9
* crypto: chelsio/chcr - Remove useless MODULE_VERSIONVinay Kumar Yadav2021-04-222-3/+1
* 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-262-6/+4
* crypto: sha - split sha.h into sha1.h and sha2.hEric Biggers2020-11-201-1/+2
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-1516-9260/+0
|\
| * cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcrAyush Sawal2020-10-151-2/+0
| * crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari2020-09-117-2305/+0
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-2/+2
| |\
| * | crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav2020-08-215-836/+2
| * | chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav2020-08-2111-6119/+0
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-10-131-1/+1
|\ \ \ | |_|/ |/| |
| * | crypto: chelsio - fix minor indentation issueColin Ian King2020-09-251-1/+1
| |/
* / treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-052-9/+12
|\
| * tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal2020-07-311-1/+1
| * net: remove sockptr_advanceChristoph Hellwig2020-07-281-6/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-252-4/+5
| |\
| * | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-8/+10
| * | crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav2020-07-201-0/+1
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-08-032-50/+40
|\ \ \ | |_|/ |/| |
| * | 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-162-35/+25
* | | crypto/chtls: correct net_device reference countVinay Kumar Yadav2020-07-201-1/+1
* | | crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav2020-07-201-3/+4
| |/ |/|
* | crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-4/+4
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-22/+59
|\
| * 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
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
|/
* crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav2020-06-043-16/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-0310-151/+314
|\
| * crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav2020-06-013-43/+167
| * Crypto/chcr: Fixes a coccinile check errorAyush Sawal2020-06-011-0/+1
| * Crypto/chcr: Fixes compilations warningsAyush Sawal2020-06-012-7/+5
| * crypto/chcr: IPV6 code needs to be in CONFIG_IPV6Rohit Maheshwari2020-06-011-15/+33
| * cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari2020-06-014-61/+40
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-311-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-061-37/+46
| |\ \
| * | | 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-062-14/+29
| * | | Crypto/chcr: fix gcm-aes and rfc4106-gcm failed testsDevulapally Shiva Krishna2020-05-061-4/+12
| * | | Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal2020-05-061-3/+0
* | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-012-3/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-082-2/+0