aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chcr_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav2020-08-211-754/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-4/+1
|\
| * Crypto/chcr: Fixes compilations warningsAyush Sawal2020-06-011-1/+1
| * Revert "crypto: chelsio - Inline single pdu only"Ayush Sawal2020-05-061-3/+0
* | crypto: lib/sha1 - remove unnecessary includes of linux/cryptohash.hEric Biggers2020-05-081-1/+0
|/
* Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal2020-03-301-2/+0
* cxgb4/chcr: update SGL DMA unmap for USORahul Lakkireddy2019-11-221-14/+13
* crypto: chelsio - replace AES cipher calls with library callsArd Biesheuvel2019-07-261-13/+6
* crypto: chelsio - Fix NULL pointer dereferenceAtul Gupta2019-05-091-1/+2
* crypto: chelsio - Fixed Traffic StallAtul Gupta2019-02-281-13/+20
* crypto: chelsio - Inline single pdu onlyAtul Gupta2019-01-251-0/+3
* crypto: chelsio - avoid using sa_entry immAtul Gupta2019-01-251-6/+4
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-39/+144
|\
| * crypto: chelsio - remove set but not used variable 'kctx_len'YueHaibing2018-12-231-2/+1
| * crypto: chcr - ESN for Inline IPSec TxAtul Gupta2018-12-071-36/+139
| * crypto: chcr - small packet Tx stalls the queueAtul Gupta2018-12-071-1/+4
* | drivers: chelsio: use skb_sec_path helperFlorian Westphal2018-12-191-1/+3
|/
* crypto: chelsio - request to HW should wrapAtul Gupta2018-05-191-18/+17
* crypto: chelsio - no csum offload for ipsec pathAtul Gupta2018-03-091-3/+2
* crypto: chelsio - fix a type cast errorAtul Gupta2017-12-221-1/+1
* chcr: ensure cntrl is initialized to fix bit-wise or'ing of garabage dataColin Ian King2017-12-111-1/+1
* chcr: remove unused variables net_device, pi, adap and cntrlColin Ian King2017-12-111-7/+1
* chcr: Add support for Inline IPSecAtul Gupta2017-11-291-0/+660