summaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * | | crypto: chelsio - remove redundant assignment to variable errorColin Ian King2020-04-241-1/+1
* | | | crypto: chelsio/chtls: properly set tp->lsndtimeEric Dumazet2020-05-261-1/+1
| |_|/ |/| |
* | | cxgb4/chcr: avoid -Wreturn-local-addr warningArnd Bergmann2020-05-041-37/+46
| |/ |/|
* | chcr: Fix CPU hard lockupRohit Maheshwari2020-04-231-4/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-071-0/+1
|\
| * crypto/chcr: Add missing include file <linux/highmem.h>YueHaibing2020-04-021-0/+1
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-04-016-134/+266
|\ \ | |/ |/|
| * crypto: chelsio - remove set but not used variable 'adap'YueHaibing2020-03-201-2/+0
| * crypto: chelsio/chtls - Fixed boolinit.cocci warningVinay Kumar Yadav2020-03-061-2/+2
| * crypto: chelsio/chtls - Fixed tls statsVinay Kumar Yadav2020-03-062-0/+10
| * crypto: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-061-1/+1
| * crypto: chelsio - Use multiple txq/rxq per tfm to process the requestsAyush Sawal2020-03-063-124/+216
| * crypto: chelsio - Recalculate iv only if it is neededAyush Sawal2020-03-062-2/+11
| * crypto: chelsio - un-register crypto algorithmsDevulapally Shiva Krishna2020-02-281-0/+2
| * crypto: chelsio - Endianess bug in create_authenc_wrAl Viro2020-02-221-1/+1
| * crypto: chelsio - remove extra allocation for chtls_devStephen Kitt2020-02-221-2/+1
| * crypto: chelsio - Print the chcr driver information while module load.Devulapally Shiva Krishna2020-02-132-1/+3
| * crypto: chelsio - This fixes the kernel panic which occurs during a libkcapi ...Ayush Sawal2020-02-131-2/+3
| * crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test casesAyush Sawal2020-02-132-1/+20
* | crypto/chtls: Fix chtls crash in connection cleanupRohit Maheshwari2020-03-301-4/+25
* | crypto/chcr: fix incorrect ipv6 packet lengthRohit Maheshwari2020-03-301-1/+1
* | Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal2020-03-302-6/+28
* | Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal2020-03-301-2/+0
* | Crypto/chtls: add/delete TLS header in driverRohit Maheshwari2020-03-231-14/+59
* | chcr: remove set but not used variable 'status'YueHaibing2020-03-161-2/+1
* | cxgb4/chcr: Add ipv6 support and statisticsRohit Maheshwari2020-03-082-3/+94
* | chcr: Handle first or middle part of recordRohit Maheshwari2020-03-083-2/+489
* | chcr: handle partial end part of a recordRohit Maheshwari2020-03-081-7/+304
* | cxgb4/chcr: complete record tx handlingRohit Maheshwari2020-03-085-4/+641
* | cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari2020-03-085-8/+339
* | cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari2020-03-087-0/+459
|/