index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-20
crypto: omap-aes - fix spelling mistake "Encryptio" -> "Encryption"
Colin Ian King
1
-1
/
+1
2017-06-20
crypto: crypto4xx - fix an error code
Christophe Jaillet
1
-0
/
+1
2017-06-19
crypto: brcm - fix spelling mistake: "fallbck" -> "fallback"
Colin Ian King
1
-1
/
+1
2017-06-19
crypto: sun4i-ss - fix large block size support
Antoine Ténart
1
-0
/
+18
2017-06-19
crypto: sun4i-ss - add the CRYPTO_ALG_KERN_DRIVER_ONLY flag
Antoine Ténart
1
-5
/
+10
2017-06-19
crypto: sun4i-ss - move from ablkcipher to skcipher API
Antoine Ténart
3
-224
/
+221
2017-06-19
crypto: sun4i-ss - use GENMASK to generate masks
Antoine Ténart
1
-3
/
+6
2017-06-19
crypto: sun4i-ss - simplify the appended bit assignment
Antoine Ténart
1
-6
/
+2
2017-06-19
crypto: sun4i-ss - simplify the pad length calculation
Antoine Ténart
1
-17
/
+12
2017-06-19
crypto: sun4i-ss - do not dynamically set parts of the last buffer to 0
Antoine Ténart
1
-2
/
+1
2017-06-19
crypto: sun4i-ss - cannot use DMA is the request is 0 length
Antoine Ténart
1
-1
/
+1
2017-06-19
crypto: sun4i-ss - use lower/upper_32_bits helpers
Antoine Ténart
1
-6
/
+6
2017-06-19
crypto: sun4i-ss - remove conditional checks against 0
Antoine Ténart
3
-39
/
+39
2017-06-19
crypto: sun4i-ss - group variable definitions in sun4i_hash()
Antoine Ténart
1
-20
/
+11
2017-06-19
crypto: mediatek - drop .owner field in mtk_crypto_driver
Geliang Tang
1
-1
/
+0
2017-06-19
crypto: cavium - Add more algorithms
George Cherian
1
-0
/
+81
2017-06-19
crypto: cavium - Remove the individual encrypt/decrypt function for each algo...
George Cherian
2
-77
/
+83
2017-06-19
crypto: cavium - Downgrade the annoying misc interrupt print from dev_err to ...
George Cherian
1
-1
/
+1
2017-06-19
crypto: ccp - return NULL instead of 0
pjambhlekar
1
-2
/
+2
2017-06-19
crypto: ccp - Add debugfs entries for CCP information
Gary R Hook
5
-3
/
+395
2017-06-19
crypto: talitos - Extend max key length for SHA384/512-HMAC and AEAD
Martin Hicks
1
-1
/
+6
2017-06-16
networking: make skb_put & friends return void pointers
Johannes Berg
1
-5
/
+5
2017-06-12
s390/crypto: fix aes/paes Kconfig dependeny
Harald Freudenberger
1
-1
/
+14
2017-06-10
crypto: mediatek - remove redundant clock setting
Ryder Lee
2
-11
/
+1
2017-06-10
crypto: cavium - Register the CNN55XX supported crypto algorithms.
Srikanth Jampala
5
-1
/
+544
2017-06-10
crypto: cavium - Add debugfs support in CNN55XX driver.
Srikanth Jampala
3
-0
/
+143
2017-06-10
crypto: cavium - Add support for CNN55XX adapters.
Srikanth Jampala
13
-0
/
+4002
2017-06-10
crypto: qat - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-2
/
+2
2017-06-10
crypto: caampkc - comply with crypto_akcipher_maxsize()
Tudor-Dan Ambarus
1
-3
/
+2
2017-06-10
crypto: qat - comply with crypto_kpp_maxsize()
Tudor-Dan Ambarus
1
-2
/
+2
2017-06-10
crypto: inside-secure - add SafeXcel EIP197 crypto engine driver
Antoine Ténart
8
-0
/
+3280
2017-06-10
crypto: omap-sham - force word alignment on the xmit-buf also
Tero Kristo
1
-1
/
+1
2017-06-10
crypto: omap-sham - fix closing of hash with separate finalize call
Tero Kristo
1
-2
/
+7
2017-06-10
crypto: omap-sham - buffer handling fixes for hashing later
Tero Kristo
1
-8
/
+14
2017-06-10
crypto: omap-aes - Add support for GCM mode
Tero Kristo
5
-13
/
+612
2017-06-10
crypto: omap-aes - export some AES driver functionality locally
Tero Kristo
2
-6
/
+13
2017-06-10
crypto: omap-aes - move definitions over to a separate header file
Tero Kristo
2
-149
/
+168
2017-06-10
crypto: omap-aes - use base omap crypto support library
Tero Kristo
1
-92
/
+28
2017-06-10
crypto: omap-des - use base omap crypto support library
Tero Kristo
1
-84
/
+28
2017-06-10
crypto: omap - add base support library for common routines
Tero Kristo
4
-0
/
+233
2017-06-10
crypto: omap-des - use runtime_pm autosuspend for clock handling
Tero Kristo
1
-2
/
+8
2017-06-10
crypto: omap-des - add check for weak keys
Tero Kristo
1
-2
/
+14
2017-06-10
crypto: omap-aes - fix context handling for multiple cores
Tero Kristo
1
-21
/
+14
2017-06-10
crypto: omap-aes - drop unused flags attribute from omap_aes_ctx
Tero Kristo
1
-1
/
+0
2017-05-23
crypto: ccp - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+3
2017-05-23
crypto: mediatek - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+3
2017-05-23
crypto: qat - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+3
2017-05-23
crypto: omap-sham - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+3
2017-05-23
crypto: mv_cesa - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+3
2017-05-23
crypto: marvell - Use IPAD/OPAD constant
Corentin LABBE
1
-2
/
+3
[prev]
[next]