index
:
linux-toradex.git
colibri
colibri_vf
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
2018-06-12
treewide: Use array_size() in sock_kmalloc()
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-06
treewide: Use struct_size() for devm_kmalloc() and friends
Kees Cook
2018-06-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2018-06-04
Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-05-31
crypto: salsa20 - Revert "crypto: salsa20 - export generic helpers"
Eric Biggers
2018-05-31
crypto: x86/salsa20 - remove x86 salsa20 implementations
Eric Biggers
2018-05-31
crypto: morus - Mark MORUS SIMD glue as x86-specific
Ondrej Mosnacek
2018-05-31
crypto: testmgr - eliminate redundant decryption test vectors
Eric Biggers
2018-05-31
crypto: testmgr - add extra kw(aes) encryption test vector
Eric Biggers
2018-05-31
crypto: testmgr - add extra ecb(tnepres) encryption test vectors
Eric Biggers
2018-05-31
crypto: testmgr - make an cbc(des) encryption test vector chunked
Eric Biggers
2018-05-31
crypto: testmgr - add extra ecb(des) encryption test vectors
Eric Biggers
2018-05-27
crypto: testmgr - add more unkeyed crc32 and crc32c test vectors
Eric Biggers
2018-05-27
crypto: testmgr - fix testing OPTIONAL_KEY hash algorithms
Eric Biggers
2018-05-27
crypto: testmgr - remove bfin_crc "hmac(crc32)" test vectors
Eric Biggers
2018-05-27
crypto: crc32-generic - remove __crc32_le()
Eric Biggers
2018-05-27
crypto: crc32c-generic - remove cra_alignmask
Eric Biggers
2018-05-27
crypto: crc32-generic - use unaligned access macros when needed
Eric Biggers
2018-05-26
crypto: af_alg: convert to ->poll_mask
Christoph Hellwig
2018-05-26
net: remove sock_no_poll
Christoph Hellwig
2018-05-19
crypto: x86 - Add optimized MORUS implementations
Ondrej Mosnacek
2018-05-19
crypto: morus - Add common SIMD glue code for MORUS
Ondrej Mosnacek
2018-05-19
crypto: testmgr - Add test vectors for MORUS
Ondrej Mosnacek
2018-05-19
crypto: morus - Add generic MORUS AEAD implementations
Ondrej Mosnacek
2018-05-19
crypto: x86 - Add optimized AEGIS implementations
Ondrej Mosnacek
2018-05-19
crypto: testmgr - Add test vectors for AEGIS
Ondrej Mosnacek
2018-05-19
crypto: aegis - Add generic AEGIS AEAD implementations
Ondrej Mosnacek
2018-05-19
crypto: testmgr - reorder paes test lexicographically
Gilad Ben-Yossef
2018-05-16
proc: introduce proc_create_seq{,_data}
Christoph Hellwig
2018-05-05
crypto: tcrypt - Remove VLA usage
Kees Cook
2018-05-05
crypto: sm4 - export encrypt/decrypt routines to other drivers
Ard Biesheuvel
2018-05-05
crypto: ccree - enable support for hardware keys
Gilad Ben-Yossef
2018-04-21
crypto: rsa - Remove unneeded error assignment
Fabio Estevam
2018-04-21
crypto: testmgr - Allow different compression results
Mahipal Challa
2018-04-21
crypto: remove several VLAs
Salvatore Mesoraca
2018-04-21
crypto: api - laying defines and checks for statically allocated buffers
Salvatore Mesoraca
2018-04-21
crypto: authencesn - don't leak pointers to authenc keys
Tudor-Dan Ambarus
2018-04-21
crypto: authenc - don't leak pointers to authenc keys
Tudor-Dan Ambarus
2018-04-21
crypto: zstd - Add zstd support
Nick Terrell
2018-04-21
crypto: ecc - Actually remove stack VLA usage
Kees Cook
2018-04-21
crypto: drbg - set freed buffers to NULL
Stephan Mueller
2018-04-21
crypto: api - fix finding algorithm currently being tested
Eric Biggers
2018-04-15
Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2018-04-10
Merge tag 'mips_4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
Linus Torvalds
2018-04-07
crypto: af_alg - fix possible uninit-value in alg_bind()
Eric Dumazet
2018-04-07
kbuild: rename *-asn1.[ch] to *.asn1.[ch]
Masahiro Yamada
2018-04-07
kbuild: clean up *-asn1.[ch] patterns from top-level Makefile
Masahiro Yamada
2018-04-07
.gitignore: move *-asn1.[ch] patterns to the top-level .gitignore
Masahiro Yamada
[next]