summaryrefslogtreecommitdiff
path: root/drivers/crypto/chelsio
AgeCommit message (Expand)Author
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-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
2020-05-06Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal
2020-05-04cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann
2020-04-24crypto: chelsio - remove redundant assignment to variable errorColin Ian King
2020-04-23chcr: Fix CPU hard lockupRohit Maheshwari
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari
2020-03-30crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari
2020-03-30Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal
2020-03-30Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal
2020-03-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari
2020-03-20crypto: chelsio - remove set but not used variable 'adap'YueHaibing
2020-03-16chcr: remove set but not used variable 'status'YueHaibing
2020-03-08cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari
2020-03-08chcr: Handle first or middle part of recordRohit Maheshwari
2020-03-08chcr: handle partial end part of a recordRohit Maheshwari
2020-03-08cxgb4/chcr: complete record tx handlingRohit Maheshwari
2020-03-08cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari
2020-03-08cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari
2020-03-06crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav
2020-03-06crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva
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-28crypto: chelsio - un-register crypto algorithmsDevulapally Shiva Krishna