index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
chelsio
/
chcr_crypto.h
Age
Commit message (
Expand
)
Author
2020-08-03
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-07-16
crypto: chelsio - permit asynchronous skcipher as fallback
Ard Biesheuvel
2020-06-15
crypto: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-05-06
Crypto/chcr: fix ctr, cbc, xts and rfc3686-ctr failed tests
Devulapally Shiva Krishna
2020-03-06
crypto: chelsio - Use multiple txq/rxq per tfm to process the requests
Ayush Sawal
2020-03-06
crypto: chelsio - Recalculate iv only if it is needed
Ayush Sawal
2020-02-13
crypto: chelsio - This fixes the libkcapi's cbc(aes) aio fail test cases
Ayush Sawal
2019-11-17
crypto: chelsio - switch to skcipher API
Ard Biesheuvel
2019-07-26
crypto: chelsio - replace AES cipher calls with library calls
Ard Biesheuvel
2018-12-23
crypto: chelsio - Swap location of AAD and IV sent in WR
Harsh Jain
2018-10-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2018-09-28
crypto: chelsio - Remove VLA usage of skcipher
Kees Cook
2018-09-28
crypto: chelsio - Fix memory corruption in DMA Mapped buffers.
Harsh Jain
2018-05-31
crypto: chelsio - Remove separate buffer used for DMA map B0 block in CCM
Harsh Jain
2018-05-31
crypt: chelsio - Send IV as Immediate for cipher algo
Harsh Jain
2018-03-31
crypto: chelsio - Remove declaration of static function from header
Harsh Jain
2018-03-16
crypto: chelsio -Split Hash requests for large scatter gather list
Harsh Jain
2018-01-18
crypto: chelsio - Add authenc versions of ctr and sha
Harsh Jain
2017-11-29
chcr: Add support for Inline IPSec
Atul Gupta
2017-11-03
crypto: chelsio - Move DMA un/mapping to chcr from lld cxgb4 driver
Harsh Jain
2017-11-03
crypto: chelsio - Remove allocation of sg list to implement 2K limit of dsgl ...
Harsh Jain
2017-11-03
crypto: chelsio - Use x8_ble gf multiplication to calculate IV.
Harsh Jain
2017-07-12
crypto: chcr - Avoid algo allocation in softirq.
Harsh Jain
2017-06-20
crypto: chcr - Ensure Destination sg entry size less than 2k
Harsh Jain
2017-06-20
crypto: chcr - Add ctr mode and process large sg entries for cipher
Harsh Jain
2017-04-21
crypto: chcr - Add fallback for AEAD algos
Harsh Jain
2017-04-21
crypto: chcr - Fix txq ids.
Harsh Jain
2017-04-21
crypto: chcr - Increase priority of AEAD algos.
Harsh Jain
2017-02-03
crypto: chcr - Change algo priority
Harsh Jain
2017-02-03
crypto: chcr - Fix panic on dma_unmap_sg
Harsh Jain
2016-11-30
crypto: chcr - Add AEAD algos.
Harsh Jain
2016-11-30
crypto: chcr - Move tfm ctx variable to request context
Harsh Jain
2016-11-30
crypto: chcr - Use SHASH_DESC_ON_STACK
Harsh Jain
2016-11-30
crypto: chcr - Calculate Reverse round key in setkey callback.
Harsh Jain
2016-11-30
crypto: chcr - Remove dynamic allocation
Harsh Jain
2016-11-30
crypto: chcr - Added new structure chcr_wr
Harsh Jain
2016-08-18
chcr: Support for Chelsio's Crypto Hardware
Hariprasad Shenai