Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
4167e9b2cf10f8a4bcda0c713ddc8bb0a18e8187
/
drivers
/
crypto
ce1d3fd
Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dma
by Linus Torvalds
· 10 years ago
cbceeef
crypto: caam - fix resource clean-up on error path for caam_jr_init
by Cristian Stoica
· 10 years ago
c6bf62e
crypto: caam - pair irq map and dispose in the same function
by Cristian Stoica
· 10 years ago
490f702
crypto: ccp - terminate ccp_support array with empty element
by Andrey Ryabinin
· 10 years ago
467707b
crypto: caam - remove unused local variable
by Cristian Stoica
· 10 years ago
35b82e5
crypto: caam - remove dead code
by Cristian Stoica
· 10 years ago
3f80be0
crypto: caam - don't emit ICV check failures to dmesg
by Kim Phillips
· 10 years ago
5be4d4c
crypto: replace scatterwalk_sg_next with sg_next
by Cristian Stoica
· 10 years ago
088f628
crypto: atmel - Free memory in error path
by Christophe Jaillet
· 10 years ago
b2c3f7c
crypto: qat - don't need qat_auth_state struct
by Tadeusz Struk
· 10 years ago
48eb369
crypto: qat - Ensure ipad and opad are zeroed
by Herbert Xu
· 10 years ago
6a24efd
crypto: qat - remove unnecessary include of atomic.h header file
by Allan, Bruce W
· 10 years ago
a6bcc1e
crypto: qat - use pci_wait_for_pending_transaction()
by Allan, Bruce W
· 10 years ago
fd98d69
crypto: qat - adf_ae_stop() is never called
by Allan, Bruce W
· 10 years ago
53bc0251
crypto: qat - correctly type a boolean
by Allan, Bruce W
· 10 years ago
22e4dda
crypto: qat - fix device reset flow
by Allan, Bruce W
· 10 years ago
ad511e2
crypto: qat - Fix incorrect uses of memzero_explicit
by Herbert Xu
· 10 years ago
42d2e78
crypto: omap-des - fix BUG_ON condition
by Asaf Vertz
· 10 years ago
28c29f5
crypto: bfin_crc - Remove unnecessary KERN_ERR in bfin_crc.c
by Masanari Iida
· 10 years ago
4c1ada8
crypto: amcc - Remove unused function
by Rickard Strandqvist
· 10 years ago
d3f6c14
crypto: ux500 - fix checkpatch errors
by Asaf Vertz
· 10 years ago
338e84f
crypto: qat - add support for cbc(aes) ablkcipher
by Tadeusz Struk
· 10 years ago
82f8250
crypto: qat - Fix assumption that sg in and out will have the same nents
by Tadeusz Struk
· 10 years ago
be95f0f
crypto: atmel_sha - remove unused shash fallback instance.
by Svenning Sørensen
· 10 years ago
4bba7e9
crypto: ux500: Use dmaengine_terminate_all API
by Maxime Ripard
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
e3aa91a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
bc84b94
crypto: qat - fix problem with coalescing enable logic
by Tadeusz Struk
· 10 years ago
5a2bb93
crypto: sahara - add support for SHA1/256
by Steffen Trumtrar
· 10 years ago
c0c3c89
crypto: sahara - replace tasklets with kthread
by Steffen Trumtrar
· 10 years ago
5ed903b
crypto: sahara - add support for i.MX53
by Steffen Trumtrar
· 10 years ago
20ec9d8
crypto: sahara - fix spinlock initialization
by Steffen Trumtrar
· 10 years ago
b1c9952
crytpo: qat - Fix 64 bytes requests
by Struk, Tadeusz
· 10 years ago
f5242e5
of/reconfig: Always use the same structure for notifiers
by Grant Likely
· 10 years ago
5d26a10
crypto: prefix module autoloading with "crypto-"
by Kees Cook
· 10 years ago
1e0bdad
crypto: bfin_crc - don't include linux/unaligned/access_ok.h
by Johannes Berg
· 10 years ago
aa408d6
crypto: qat - Use memzero_explicit
by Struk, Tadeusz
· 10 years ago
4ba2a8b
crypto: caam - Remove unnecessary smp_read_barrier_depends()
by Pranith Kumar
· 10 years ago
ff2c3a3
crypto: caam - add support for givencrypt cbc(des) and cbc(des3_ede)
by Catalin Vasile
· 10 years ago
bdcf83b
crypto: ux500/hash - Silence compiler warning for !CONFIG_PM
by Ulf Hansson
· 10 years ago
dbd8fbe
crypto: ux500/cryp - Silence compiler warning for !CONFIG_PM
by Ulf Hansson
· 10 years ago
49783d0
crypto: caam - fix error reporting
by Cristian Stoica
· 10 years ago
7222d1a
crypto: caam - add support for givencrypt cbc(aes) and rfc3686(ctr(aes))
by Catalin Vasile
· 10 years ago
daebc46
crypto: caam - add support for rfc3686 with authenc md5, sha1 and sha2
by Catalin Vasile
· 10 years ago
a5f57cf
crypto: caam - add support for rfc3686(ctr(aes))
by Catalin Vasile
· 10 years ago
2b22f6c
crypto: caam - add support for ctr(aes)
by Catalin Vasile
· 10 years ago
5d0429a
crypto: caam - add support for rfc4543(gcm(aes))
by Tudor Ambarus
· 10 years ago
f129430
crypto: nx - Fixing the limit number of bytes to be processed
by Leonidas S. Barbosa
· 10 years ago
0008511
crypto: nx - Fix SHA concurrence issue and sg limit bounds
by Leonidas S. Barbosa
· 10 years ago
5313231
crypto: nx - Moving NX-AES-XCBC to be processed logic
by Leonidas S. Barbosa
· 10 years ago
e13a79a
crypto: nx - Moving NX-AES-GCM to be processed logic
by Leonidas S. Barbosa
· 10 years ago
c7b675d
crypto: nx - Moving NX-AES-ECB to be processed logic
by Leonidas S. Barbosa
· 10 years ago
01a5aa0
crypto: nx - Moving limit and bound logic in CTR and fix IV vector
by Leonidas S. Barbosa
· 10 years ago
9247f0b
crypto: nx - Moving NX-AES-CCM to be processed logic and sg_list bounds
by Leonidas S. Barbosa
· 10 years ago
ac0f0a8
crypto: nx - Moving NX-AES-CBC to be processed logic
by Leonidas S. Barbosa
· 10 years ago
19167bf
crypto: caam - fix output sequence contiguity check
by Tudor Ambarus
· 10 years ago
a727c4b
crypto: qat - Move BAR definitions to device specific module
by Tadeusz Struk
· 10 years ago
738459e
crypto: caam - fix missing dma unmap on error path
by Cristian Stoica
· 10 years ago
bac68f2
crypto: caam - add support for rfc4106(gcm(aes))
by Tudor Ambarus
· 10 years ago
3ef8d94
crypto: caam - add support for gcm(aes)
by Tudor Ambarus
· 10 years ago
77ddaba
crypto: qat - misspelling typo - "reseting" should be "resetting"
by Bruce Allan
· 10 years ago
242b159
crypto: qat - cleanup unnecessary break checkpatch warning
by Bruce Allan
· 10 years ago
fdb4c0a
crypto: qat - cleanup coccicheck warning - NULL check before freeing functions
by Bruce Allan
· 10 years ago
8c4cef4
crypto: qat - fix bad unlock balance
by Bruce Allan
· 10 years ago
09adc87
crypto: qat - Enforce valid numa configuration
by Tadeusz Struk
· 10 years ago
923a6e5
crypto: qat - Prevent dma mapping zero length assoc data
by Tadeusz Struk
· 10 years ago
0c1af19
crypto: ux500: hash: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
b0d1c79
crypto: ux500: cryp: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
3b1b4f5
crypto: qce: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
28f0136
crypto: ccp: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
7464d31
crypto: caam: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
1a8cdf6
crypto: amcc: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
5573bc0
crypto: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
37e5265
crypto: LLVMLinux: Remove VLAIS from crypto/.../qat_algs.c
by Behan Webster
· 11 years ago
7bc53c3
crypto: LLVMLinux: Remove VLAIS from crypto/omap_sham.c
by Behan Webster
· 11 years ago
ce1f3e47
crypto: LLVMLinux: Remove VLAIS from crypto/n2_core.c
by Behan Webster
· 11 years ago
7128470
crypto: LLVMLinux: Remove VLAIS from crypto/mv_cesa.c
by Behan Webster
· 11 years ago
61ded52
crypto: LLVMLinux: Remove VLAIS from crypto/ccp/ccp-crypto-sha.c
by Jan-Simon Möller
· 10 years ago
87d7bce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 10 years ago
f89f4a0
Fix up missing dmaengine header inclusion from qce crypto engine
by Linus Torvalds
· 10 years ago
28596c9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
9561dcc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Herbert Xu
· 10 years ago
c9f21cb
crypto: ccp - Check for CCP before registering crypto algs
by Tom Lendacky
· 10 years ago
26c3af6
crypto: qat - Removed unneeded partial state
by Tadeusz Struk
· 10 years ago
7752759
crypto: qat - Fix typo in name of tasklet_struct
by Tadeusz Struk
· 10 years ago
413e557
crypto: qat - Enable all 32 IRQs
by Tadeusz Struk
· 10 years ago
fb4562b
crypto: caam - Dynamic allocation of addresses for various memory blocks in CAAM.
by Nitesh Narayan Lal
· 10 years ago
1a84db5
treewide: fix errors in printk
by Masanari Iida
· 10 years ago
4a8f45f
crypto: mv_cesa - Add missing #define
by Rasmus Villemoes
· 10 years ago
51269ad
crypto: qat - Use pci_enable_msix_exact() instead of pci_enable_msix()
by Alexander Gordeev
· 10 years ago
4451d49
crypto: caam - fix addressing of struct member
by Cristian Stoica
· 10 years ago
307fd543
crypto: caam - remove duplicated sg copy functions
by Cristian Stoica
· 10 years ago
65fafbe
crypto: qat - Fix return value check in adf_chr_drv_create()
by Wei Yongjun
· 10 years ago
e5ffbfc
crypto: caam - enable raw data instead of von Neumann data
by Alex Porosanu
· 10 years ago
eeaa172
crypto: caam - change starting entropy delay value
by Alex Porosanu
· 10 years ago
b061f3f
crypto: caam - disable RNG oscillator maximum frequency check
by Alex Porosanu
· 10 years ago
a11c5c9
Merge tag 'pci-v3.17-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
by Linus Torvalds
· 10 years ago
ae36e95
Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux
by Linus Torvalds
· 10 years ago
9baa3c3
PCI: Remove DEFINE_PCI_DEVICE_TABLE macro use
by Benoit Taine
· 10 years ago
7e83508
crypto: use pci_zalloc_consistent
by Joe Perches
· 10 years ago
Next »