summaryrefslogtreecommitdiff
path: root/drivers/crypto/chelsio
AgeCommit message (Expand)AuthorFilesLines
2020-07-21crypto/chtls: Enable tcp window scaling optionVinay Kumar Yadav1-0/+1
2020-06-16crypto: Replace zero-length array with flexible-arrayGustavo A. R. Silva1-4/+4
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-22/+59
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-06-11Crypto/chcr: Checking cra_refcnt before unregistering the algorithmsAyush Sawal1-4/+14
2020-06-11Crypto/chcr: Calculate src and dst sg lengths separately for dma mapAyush Sawal1-18/+45
2020-06-05crypto/chtls:Fix compile error when CONFIG_IPV6 is disabledVinay Kumar Yadav3-16/+36
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds10-151/+314
2020-06-02crypto/chtls: IPv6 support for inline TLSVinay Kumar Yadav3-43/+167
2020-06-02Crypto/chcr: Fixes a coccinile check errorAyush Sawal1-0/+1
2020-06-02Crypto/chcr: Fixes compilations warningsAyush Sawal2-7/+5
2020-06-02crypto/chcr: IPV6 code needs to be in CONFIG_IPV6Rohit Maheshwari1-15/+33
2020-06-02cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari4-61/+40
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-3/+1
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-27crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet1-1/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2-2/+0
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-37/+46
2020-05-07Crypto/chcr: fix for hmac(sha) test failsDevulapally Shiva Krishna1-1/+1
2020-05-07Crypto/chcr: support for 48 byte key_len in aes-xtsDevulapally Shiva Krishna1-2/+25
2020-05-07Crypto/chcr: fix for ccm(aes) failed testDevulapally Shiva Krishna1-1/+1
2020-05-07Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed testsDevulapally Shiva Krishna2-14/+29
2020-05-07Crypto/chcr: fix gcm-aes and rfc4106-gcm failed testsDevulapally Shiva Krishna1-4/+12
2020-05-07Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal1-3/+0
2020-05-04cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann1-37/+46
2020-04-24crypto: chelsio - remove redundant assignment to variable errorColin Ian King1-1/+1
2020-04-24chcr: Fix CPU hard lockupRohit Maheshwari1-4/+2
2020-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+1
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing1-0/+1
2020-04-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds6-134/+266
2020-03-30crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari1-4/+25
2020-03-30crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari1-1/+1
2020-03-30Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal2-6/+28
2020-03-30Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal1-2/+0
2020-03-23Crypto/chtls: add/delete TLS header in driverRohit Maheshwari1-14/+59
2020-03-20crypto: chelsio - remove set but not used variable 'adap'YueHaibing1-2/+0
2020-03-16chcr: remove set but not used variable 'status'YueHaibing1-2/+1
2020-03-09cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari2-3/+94
2020-03-09chcr: Handle first or middle part of recordRohit Maheshwari3-2/+489
2020-03-09chcr: handle partial end part of a recordRohit Maheshwari1-7/+304
2020-03-09cxgb4/chcr: complete record tx handlingRohit Maheshwari5-4/+641
2020-03-09cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari5-8/+339
2020-03-09cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari7-0/+459
2020-03-06crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav1-2/+2
2020-03-06crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav2-0/+10
2020-03-06crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-06crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal3-124/+216
2020-03-06crypto: chelsio - Recalculate iv only if it is neededAyush Sawal2-2/+11
2020-02-28crypto: chelsio - un-register crypto algorithmsDevulapally Shiva Krishna1-0/+2
2020-02-22crypto: chelsio - Endianess bug in create_authenc_wrAl Viro1-1/+1