index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
crypto
/
ixp4xx_crypto.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-10
Merge tag 'arm-soc-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...
Linus Torvalds
1
-0
/
+4
2021-06-17
soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.h
Arnd Bergmann
1
-0
/
+4
2021-06-03
crypto: ixp4xx - Add device tree support
Linus Walleij
1
-28
/
+79
2021-06-03
crypto: ixp4xx - convert to platform driver
Arnd Bergmann
1
-24
/
+13
2021-05-14
crypto: ixp4xx - Correct functions alignment
Corentin Labbe
1
-30
/
+35
2021-05-14
crypto: ixp4xx - remove brackets from single statement
Corentin Labbe
1
-26
/
+21
2021-05-14
crypto: ixp4xx - Do not initialize static to NULL
Corentin Labbe
1
-4
/
+4
2021-05-14
crypto: ixp4xx - whitespace fixes
Corentin Labbe
1
-19
/
+24
2021-05-14
crypto: ixp4xx - convert all printk to dev_xxx
Corentin Labbe
1
-8
/
+6
2021-05-14
crypto: ixp4xx - convert unsigned to unsigned int
Corentin Labbe
1
-10
/
+10
2021-05-14
crypto: ixp4xx - fallback when having more than one SG
Corentin Labbe
1
-3
/
+53
2021-05-14
crypto: ixp4xx - update IV after requests
Corentin Labbe
1
-0
/
+22
2021-05-14
crypto: ixp4xx - dma_unmap the correct address
Corentin Labbe
1
-1
/
+1
2021-04-16
crypto: ixp4xx - use DEFINE_SPINLOCK() for spinlock
Guobin Huang
1
-5
/
+2
2020-11-20
crypto: sha - split sha.h into sha1.h and sha2.h
Eric Biggers
1
-1
/
+1
2020-08-21
crypto: ixp4xx - Fix the size used in a 'dma_free_coherent()' call
Christophe JAILLET
1
-1
/
+1
2020-07-16
crypto: drivers - set the flag CRYPTO_ALG_ALLOCATES_MEMORY
Mikulas Patocka
1
-2
/
+4
2020-01-09
crypto: remove CRYPTO_TFM_RES_WEAK_KEY
Eric Biggers
1
-24
/
+4
2020-01-09
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
Eric Biggers
1
-3
/
+0
2019-11-17
crypto: ixp4xx - switch to skcipher API
Ard Biesheuvel
1
-120
/
+108
2019-08-22
crypto: ixp4xx/des - switch to new verification routines
Ard Biesheuvel
1
-21
/
+6
2019-07-09
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-7
/
+8
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206
Thomas Gleixner
1
-5
/
+1
2019-05-30
crypto: ixp4xx - Fix cross-compile errors due to type mismatch
Herbert Xu
1
-7
/
+8
2019-05-16
Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Linus Torvalds
1
-2
/
+2
2019-04-23
ARM: ixp4xx: Move IXP4xx QMGR and NPE headers
Linus Walleij
1
-2
/
+2
2019-04-18
crypto: ixp4xx - Forbid 2-key 3DES in FIPS mode
Herbert Xu
1
-9
/
+55
2019-03-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-2
/
+2
2019-01-25
crypto: clarify name of WEAK_KEY request flag
Eric Biggers
1
-2
/
+2
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-3
/
+3
2018-12-23
crypto: skcipher - remove remnants of internal IV generators
Eric Biggers
1
-5
/
+0
2018-03-30
crypto: ixp4xx - don't leak pointers to authenc keys
Tudor-Dan Ambarus
1
-0
/
+2
2018-01-12
crypto: Use zeroing memory allocator instead of allocator/memset
Himanshu Jha
1
-4
/
+3
2017-09-22
crypto: drop unnecessary return statements
Geliang Tang
1
-1
/
+0
2017-08-09
crypto: ixp4xx - Fix error handling path in 'aead_perform()'
Herbert Xu
1
-3
/
+3
2017-05-23
crypto: ixp4xx - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+1
2017-03-24
crypto: ixp4xx - Use sg_virt()
Geliang Tang
1
-1
/
+1
2016-08-09
crypto: ixp4xx - Add missing npe_c release in error branches
Quentin Lambert
1
-2
/
+4
2016-08-09
crypto: ixp4xx - Fix a "simple if" coding style warning
Quentin Lambert
1
-2
/
+1
2016-01-25
crypto: ixp4xx - Fix false lastlen uninitialised warning
Herbert Xu
1
-14
/
+12
2015-11-17
crypto: ixp4xx - Delete unnecessary checks before the function call "dma_pool...
Markus Elfring
1
-4
/
+2
2015-08-17
crypto: aead - Remove CRYPTO_ALG_AEAD_NEW flag
Herbert Xu
1
-1
/
+0
2015-08-04
crypto: ixp4xx - Convert to new AEAD interface
Herbert Xu
1
-155
/
+158
2015-07-23
crypto: ixp4xx - Remove bogus BUG_ON on scattered dst buffer
Herbert Xu
1
-1
/
+0
2015-05-22
crypto: ixp4xx - Use crypto_aead_maxauthsize
Herbert Xu
1
-2
/
+2
2015-05-13
crypto: ixp4xx - Use crypto_aead_set_reqsize helper
Herbert Xu
1
-1
/
+2
2015-05-13
crypto: ixp4xx - Include internal/aead.h
Herbert Xu
1
-1
/
+1
2015-01-26
crypto: replace scatterwalk_sg_next with sg_next
Cristian Stoica
1
-2
/
+2
2014-01-01
crypto: ixp4xx - Fix kernel compile error
Krzysztof HaĆasa
1
-3
/
+1
2013-11-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-17
/
+9
[next]