aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chcr_ipsec.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-21crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav1-754/+0
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-4/+1
2020-06-01Crypto/chcr: Fixes compilations warningsAyush Sawal1-1/+1
2020-05-08crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers1-1/+0
2020-05-06Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal1-3/+0
2020-03-30Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal1-2/+0
2019-11-22cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy1-14/+13
2019-07-26crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel1-13/+6
2019-05-09crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta1-1/+2
2019-02-28crypto: chelsio - Fixed Traffic StallAtul Gupta1-13/+20
2019-01-25crypto: chelsio - Inline single pdu onlyAtul Gupta1-0/+3
2019-01-25crypto: chelsio - avoid using sa_entry immAtul Gupta1-6/+4
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-39/+144
2018-12-23crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing1-2/+1
2018-12-19drivers: chelsio: use skb_sec_path helperFlorian Westphal1-1/+3
2018-12-07crypto: chcr - ESN for Inline IPSec TxAtul Gupta1-36/+139
2018-12-07crypto: chcr - small packet Tx stalls the queueAtul Gupta1-1/+4
2018-05-19crypto: chelsio - request to HW should wrapAtul Gupta1-18/+17
2018-03-09crypto: chelsio - no csum offload for ipsec pathAtul Gupta1-3/+2
2017-12-22crypto: chelsio - fix a type cast errorAtul Gupta1-1/+1
2017-12-11chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King1-1/+1
2017-12-11chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King1-7/+1
2017-11-29chcr: Add support for Inline IPSecAtul Gupta1-0/+660