Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
8011eb22150e5bb6eb1834ce9913f36081d48ab5
/
drivers
/
crypto
/
amcc
2ec7b49
crypto: crypto4xx - Replace bitwise OR with logical OR in crypto4xx_build_pd
by Nathan Chancellor
· 4 years, 2 months ago
77450fd
crypto: drivers - use semicolons rather than commas to separate statements
by Julia Lawall
· 4 years, 3 months ago
0c3dc78
crypto: algapi - Remove skbuff.h inclusion
by Herbert Xu
· 4 years, 5 months ago
30a50e4
crypto: crypto4xx - use GFP_KERNEL for big allocations
by Christian Lamparter
· 5 years ago
b87b2c4
crypto: crypto4xx - reduce memory fragmentation
by Christian Lamparter
· 5 years ago
af5034e
crypto: remove propagation of CRYPTO_TFM_RES_* flags
by Eric Biggers
· 5 years ago
674f368
crypto: remove CRYPTO_TFM_RES_BAD_KEY_LEN
by Eric Biggers
· 5 years ago
746c908c
crypto: crypto4xx - fix double-free in crypto4xx_destroy_sdr
by Christian Lamparter
· 5 years ago
da3e7a9
crypto: amcc - switch to AES library for GCM key derivation
by Ard Biesheuvel
· 6 years ago
dd4542d
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 years ago
95566aa
crypto: crypto4xx - fix a potential double free in ppc4xx_trng_probe
by Wen Yang
· 5 years ago
4d2fa8b
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 5 years ago
66d9c1c
crypto: amcc - remove memset after dma_alloc_coherent
by Fuqian Huang
· 6 years ago
b886d83
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
by Thomas Gleixner
· 6 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
0f7a813
crypto: crypto4xx - block ciphers should only accept complete blocks
by Christian Lamparter
· 6 years ago
70c4997
crypto: crypto4xx - fix blocksize for cfb and ofb
by Christian Lamparter
· 6 years ago
bfa2ba7
crypto: crypto4xx - fix AES CTR blocksize value
by Christian Lamparter
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
38cf553
crypto: crypto4xx - get rid of redundant using_sd variable
by Christian Lamparter
· 6 years ago
9848e4c
crypto: crypto4xx - use sync skcipher for fallback
by Christian Lamparter
· 6 years ago
7e92e17
crypto: crypto4xx - fix cfb and ofb "overran dst buffer" issues
by Christian Lamparter
· 6 years ago
25baaf8
crypto: crypto4xx - fix ctr-aes missing output IV
by Christian Lamparter
· 6 years ago
63bdf42
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
8c2b43d
crypto: crypto4xx - add missing of_node_put after of_device_is_available
by Julia Lawall
· 6 years ago
6e88098
crypto: crypto4xx - Fix wrong ppc4xx_trng_probe()/ppc4xx_trng_remove() arguments
by Corentin Labbe
· 6 years ago
d072bfa
crypto: crypto4xx - add prng crypto support
by Christian Lamparter
· 6 years ago
750afb0
cross-tree: phase out dma_zalloc_coherent()
by Luis Chamberlain
· 6 years ago
b71acb0
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 6 years ago
67d8208
crypto4xx_core: don't abuse __dma_sync_page
by Christoph Hellwig
· 6 years ago
1ad0f16
crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocations
by Eric Biggers
· 6 years ago
2c95e6d
crypto: skcipher - remove useless setting of type flags
by Eric Biggers
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
658c9d2b9
crypto: crypto4xx - put temporary dst sg into request ctx
by Christian Lamparter
· 7 years ago
584201f
crypto: crypto4xx - extend aead fallback checks
by Christian Lamparter
· 7 years ago
fc34011
crypto: crypto4xx - properly set IV after de- and encrypt
by Christian Lamparter
· 7 years ago
98e87e3
crypto: crypto4xx - add aes-ctr support
by Christian Lamparter
· 7 years ago
c4e9065
crypto: crypto4xx - avoid VLA use
by Christian Lamparter
· 7 years ago
ce05ffe
crypto: crypto4xx - convert to skcipher
by Christian Lamparter
· 7 years ago
a8d79d7
crypto: crypto4xx - performance optimizations
by Christian Lamparter
· 7 years ago
75d6836
crypto: Use zeroing memory allocator instead of allocator/memset
by Himanshu Jha
· 7 years ago
0b5a7f7
crypto: crypto4xx - perform aead icv check in the driver
by Christian Lamparter
· 7 years ago
333b192
crypto: crypto4xx - kill MODULE_NAME
by Christian Lamparter
· 7 years ago
57268ab
crypto: crypto4xx - fix missing irq devname
by Christian Lamparter
· 7 years ago
b66c685
crypto: crypto4xx - support Revision B parts
by Christian Lamparter
· 7 years ago
b0a191c
crypto: crypto4xx - shuffle iomap in front of request_irq
by Christian Lamparter
· 7 years ago
5923136
crypto: crypto4xx - add aes-gcm support
by Christian Lamparter
· 7 years ago
65ea8b6
crypto: crypto4xx - add aes-ccm support
by Christian Lamparter
· 7 years ago
a0aae82
crypto: crypto4xx - prepare for AEAD support
by Christian Lamparter
· 7 years ago
2f77690
crypto: crypto4xx - simplify sa and state context acquisition
by Christian Lamparter
· 7 years ago
4b5b799
crypto: crypto4xx - fix stalls under heavy load
by Christian Lamparter
· 7 years ago
64e1062
crypto: crypto4xx - fix various warnings
by Christian Lamparter
· 7 years ago
cd4dcd6
crypto: crypto4xx - overhaul crypto4xx_build_pd()
by Christian Lamparter
· 7 years ago
4865b12
crypto: crypto4xx - use the correct LE32 format for IV and key defs
by Christian Lamparter
· 7 years ago
8ef8d19
crypto: crypto4xx - add backlog queue support
by Christian Lamparter
· 7 years ago
778f81d
crypto: crypto4xx - increase context and scatter ring buffer elements
by Christian Lamparter
· 7 years ago
333eb3e
crypto: crypto4xx - fix type mismatch compiler error
by Christian Lamparter
· 7 years ago
e9b8e4e
crypto: crypto4xx - fix off-by-one AES-OFB
by Christian Lamparter
· 7 years ago
5a4326d3
crypto: crypto4xx - wire up hmac_mc to hmac_muting
by Christian Lamparter
· 7 years ago
9e0a0b3
crypto: crypto4xx - pointer arithmetic overhaul
by Christian Lamparter
· 7 years ago
5d59ad6
crypto: crypto4xx - fix crypto4xx_build_pdr, crypto4xx_build_sdr leak
by Christian Lamparter
· 7 years ago
40e3b84
crypto: crypto4xx - replace crypto4xx_dev's scatter_buffer_size with constant
by Christian Lamparter
· 7 years ago
5c727f9
crypto: crypto4xx - refactor crypto4xx_copy_pkt_to_dst()
by Christian Lamparter
· 7 years ago
f2a13e7
crypto: crypto4xx - enable AES RFC3686, ECB, CFB and OFB offloads
by Christian Lamparter
· 7 years ago
249c8d9
crypto: crypto4xx - move and refactor dynamic_contents helpers
by Christian Lamparter
· 7 years ago
453e309
crypto: crypto4xx - fix dynamic_sa_ctl's sa_contents declaration
by Christian Lamparter
· 7 years ago
c587e65
crypto: crypto4xx - remove double assignment of pd_uinfo->state
by Christian Lamparter
· 7 years ago
886c251
crypto: crypto4xx - remove extern statement before function declaration
by Christian Lamparter
· 7 years ago
1ef52a9
crypto: crypto4xx - set CRYPTO_ALG_KERN_DRIVER_ONLY flag
by Christian Lamparter
· 7 years ago
81065f6
crypto: crypto4xx - remove unused definitions and write-only variables
by Christian Lamparter
· 7 years ago
a728a19
crypto: crypto4xx - remove bad list_del
by Christian Lamparter
· 7 years ago
ffe5526
crypto: crypto4xx - fix an error code
by Christophe Jaillet
· 8 years ago
7c6c0dc
crypto: crypto4xx - rename ce_ring_contol to ce_ring_control
by Colin Ian King
· 8 years ago
4c36941
crypto: crypto4xx - Fix size used in dma_free_coherent()
by Christophe Jaillet
· 8 years ago
5343e67
crypto4xx: integrate ppc4xx-rng into crypto4xx
by Christian Lamparter
· 9 years ago
7aff7d0
crypto: amcc - check return value of sg_nents_for_len
by LABBE Corentin
· 9 years ago
76804eb
crypto: amcc - replace get_sg_count by sg_nents_for_len
by LABBE Corentin
· 9 years ago
3dc1597
crypto: amcc - Fix module autoload for OF platform driver
by Luis de Bethencourt
· 9 years ago
58268e5
crypto: amcc - Do a NULL check for pointer
by Fabio Estevam
· 9 years ago
1eb8a1b
crypto: amcc - remove incorrect __init/__exit markups
by Dmitry Torokhov
· 10 years ago
4c1ada8
crypto: amcc - Remove unused function
by Rickard Strandqvist
· 10 years ago
1a8cdf6
crypto: amcc: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
13269ec
crypto: drivers - Add 2 missing __exit_p
by Jean Delvare
· 11 years ago
2be9d96
crypto: crypto4xx - Remove redundant dev_set_drvdata
by Sachin Kamat
· 11 years ago
c11eede
powerpc: add missing explicit OF includes for ppc
by Rob Herring
· 11 years ago
3a4eac7
crypto: crypto4xx - Staticize local symbols
by Jingoo Han
· 11 years ago
b48ae1d
crypto: crypto4xx - fix error return code
by Peter Senna Tschudin
· 12 years ago
bdd3f7f
crypto: crypto4xx - move up err_request_irq label
by Julia Lawall
· 13 years ago
741e8c2
crypto: convert drivers/crypto/* to use module_platform_driver()
by Axel Lin
· 13 years ago
c569746
crypto: crypto4xx - Perform read/modify/write on device control register
by Josh Boyer
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
0000612
dt/powerpc: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
188e213
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 14 years ago
6d388b4
crypto: Makefile - replace the use of <module>-objs with <module>-y
by Tracey Dent
· 14 years ago
2dc1158
of/device: Replace struct of_device with struct platform_device
by Grant Likely
· 14 years ago
f1bbbb6
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
421f91d
fix typos concerning "initiali[zs]e"
by Uwe Kleine-König
· 15 years ago
7cea8cc
of/crypto: crypto4xx_core.c: fix build breakage
by Anatolij Gustschin
· 15 years ago
4018294
of: Remove duplicate fields from of_platform_driver
by Grant Likely
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
Next »