aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/crypto/chelsio/chcr_core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-22crypto: chelsio/chcr - Remove useless MODULE_VERSIONVinay Kumar Yadav1-2/+1
2021-03-26crypto: chelsio - Fix some kernel-doc issuesLee Jones1-1/+1
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-62/+0
2020-09-25crypto: chelsio - fix minor indentation issueColin Ian King1-1/+1
2020-09-11crypto/chcr: move nic TLS functionality to drivers/netRohit Maheshwari1-24/+0
2020-08-21crypto/chcr: Moving chelsio's inline ipsec functionality to /drivers/netVinay Kumar Yadav1-40/+2
2020-06-01cxgb4/chcr: Enable ktls settings at run timeRohit Maheshwari1-13/+10
2020-04-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+3
2020-03-30Crypto: chelsio - Fixes a deadlock between rtnl_lock and uld_mutexAyush Sawal1-4/+28
2020-03-30Crypto: chelsio - Fixes a hang issue during driver registrationAyush Sawal1-2/+0
2020-03-08cxgb4/chcr: complete record tx handlingRohit Maheshwari1-4/+14
2020-03-08cxgb4/chcr: Save tx keys and handle HW responseRohit Maheshwari1-8/+12
2020-03-08cxgb4/chcr : Register to tls add and del callbackRohit Maheshwari1-0/+13
2020-02-28crypto: chelsio - un-register crypto algorithmsDevulapally Shiva Krishna1-0/+2
2020-02-13crypto: chelsio - Print the chcr driver information while module load.Devulapally Shiva Krishna1-0/+1
2020-01-09crypto: chelsio - Resetting crypto counters during the driver unregisterAyush Sawal1-5/+5
2019-05-09crypto: chelsio - Fix softlockup with heavy I/OAtul Gupta1-4/+0
2018-12-23crypto: chelsio - Fix wrong error counter incrementsHarsh Jain1-6/+5
2018-12-23crypto: chelsio - Reset counters on cxgb4 DetachHarsh Jain1-0/+4
2018-12-23crypto: chelsio - Handle PCI shutdown eventHarsh Jain1-61/+119
2018-10-25Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2018-10-18cxgb4: fix the error path of cxgb4_uld_register()Ganesh Goudar1-3/+1
2018-10-17crypto: chelsio - Update ntx queue received from cxgb4Harsh Jain1-1/+1
2017-11-29chcr: Add support for Inline IPSecAtul Gupta1-0/+14
2017-11-03crypto: chelsio - Fix memory leakHarsh Jain1-4/+4
2017-10-12crypto: chelsio - pr_err() strings should end with newlinesArvind Yadav1-1/+1
2017-06-20crypto: chcr - Select device in Round Robin fashionHarsh Jain1-16/+37
2017-06-20chcr - Add debug countersHarsh Jain1-0/+2
2017-06-20crypto: chcr - Add ctr mode and process large sg entries for cipherHarsh Jain1-1/+0
2017-02-03crypto: chcr - Fix wrong typecastingHarsh Jain1-5/+4
2017-02-03crypto: chcr - fix itnull.cocci warningsHarsh Jain1-1/+1
2017-02-03crypto: chcr - Check device is allocated before useHarsh Jain1-10/+8
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-5/+3
2016-11-30crypto: chcr - Add AEAD algos.Harsh Jain1-5/+3
2016-11-18cxgb4: Allocate Tx queues dynamicallyHariprasad Shenai1-1/+2
2016-09-19chcr/cxgb4i/cxgbit/RDMA/cxgb4: Allocate resources dynamically for all cxgb4 ULD'sHariprasad Shenai1-6/+4
2016-08-18chcr: Support for Chelsio's Crypto HardwareHariprasad Shenai1-0/+240