aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chcr_ktls.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-11crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari1-2017/+0
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-01crypto/chcr: IPV6 code needs to be in CONFIG_IPV6Rohit Maheshwari1-15/+33
2020-06-01cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari1-44/+15
2020-05-04cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann1-37/+46
2020-04-23chcr: Fix CPU hard lockupRohit Maheshwari1-4/+2
2020-04-02crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing1-0/+1
2020-03-30crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari1-1/+1
2020-03-16chcr: remove set but not used variable 'status'YueHaibing1-2/+1
2020-03-08cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari1-3/+93
2020-03-08chcr: Handle first or middle part of recordRohit Maheshwari1-2/+484
2020-03-08chcr: handle partial end part of a recordRohit Maheshwari1-7/+304
2020-03-08cxgb4/chcr: complete record tx handlingRohit Maheshwari1-0/+577
2020-03-08cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari1-0/+246
2020-03-08cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari1-0/+329