summaryrefslogtreecommitdiff
path: root/drivers/crypto/chelsio
AgeCommit message (Expand)Author
2021-10-18treewide: Replace open-coded flex arrays in unionsKees Cook
2021-04-22crypto: chelsio/chcr - Remove useless MODULE_VERSIONVinay Kumar Yadav
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-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-10-15cxgb4/ch_ipsec: Replace the module name to ch_ipsec from chcrAyush Sawal
2020-10-13Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-09-25crypto: chelsio - fix minor indentation issueColin Ian King
2020-09-11crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-21crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav
2020-08-21chelsio/chtls: separate chelsio tls driver from crypto driverVinay Kumar Yadav
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-08-03Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-07-31tcp: rename request_sock cookie_ts bit to syncookieFlorian Westphal
2020-07-28net: remove sockptr_advanceChristoph Hellwig
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-20crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav
2020-07-20crypto/chtls: correct net_device reference countVinay Kumar Yadav
2020-07-20crypto/chtls: fix tls alert messages corrupted by tls dataVinay Kumar Yadav
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-15crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
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-04crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav
2020-06-01Crypto/chcr: Fixes a coccinile check errorAyush Sawal
2020-06-01Crypto/chcr: Fixes compilations warningsAyush Sawal
2020-06-01crypto/chcr: IPV6 code needs to be in CONFIG_IPV6Rohit Maheshwari
2020-06-01cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-26crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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