index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
crypto: fix a memory leak in rsa-kcs1pad's encryption mode
Dan Aloni
2018-09-28
1
-9
/
+0
*
crypto: s5p-sss: Add aes-ctr support
Christoph Manszewski
2018-09-28
1
-5
/
+40
*
crypto: s5p-sss: Minor code cleanup
Christoph Manszewski
2018-09-28
1
-37
/
+17
*
crypto: s5p-sss: Fix Fix argument list alignment
Christoph Manszewski
2018-09-28
1
-2
/
+2
*
crypto: s5p-sss: Fix race in error handling
Christoph Manszewski
2018-09-28
1
-5
/
+7
*
crypto: arm/crc32 - avoid warning when compiling with Clang
Stefan Agner
2018-09-21
1
-1
/
+1
*
cpufeature: avoid warning when compiling with clang
Stefan Agner
2018-09-21
1
-1
/
+1
*
crypto: ccp - Allow SEV firmware to be chosen based on Family and Model
Janakarajan Natarajan
2018-09-21
1
-4
/
+40
*
crypto: ccp - Fix static checker warning
Janakarajan Natarajan
2018-09-21
1
-1
/
+1
*
crypto: lrw - Do not use auxiliary buffer
Ondrej Mosnacek
2018-09-21
1
-229
/
+51
*
crypto: lrw - Optimize tweak computation
Ondrej Mosnacek
2018-09-21
1
-24
/
+37
*
crypto: testmgr - Add test for LRW counter wrap-around
Ondrej Mosnacek
2018-09-21
1
-0
/
+21
*
crypto: lrw - Fix out-of bounds access on counter overflow
Ondrej Mosnacek
2018-09-21
1
-1
/
+6
*
crypto: tcrypt - fix ghash-generic speed test
Horia Geantă
2018-09-21
1
-0
/
+3
*
arm64: defconfig: enable CAAM crypto engine on QorIQ DPAA2 SoCs
Horia Geantă
2018-09-21
1
-0
/
+1
*
crypto: caam/qi2 - add support for ahash algorithms
Horia Geantă
2018-09-21
3
-1
/
+1750
*
crypto: caam - export ahash shared descriptor generation
Horia Geantă
2018-09-21
5
-70
/
+114
*
crypto: caam/qi2 - add skcipher algorithms
Horia Geantă
2018-09-21
3
-1
/
+582
*
crypto: caam/qi2 - add DPAA2-CAAM driver
Horia Geantă
2018-09-21
7
-17
/
+3109
*
crypto: caam - add Queue Interface v2 error codes
Horia Geantă
2018-09-21
3
-4
/
+79
*
crypto: caam - add DPAA2-CAAM (DPSECI) backend API
Horia Geantă
2018-09-21
3
-0
/
+908
*
crypto: caam - fix implicit casts in endianness helpers
Horia Geantă
2018-09-21
1
-14
/
+14
*
soc: fsl: dpio: add congestion notification support
Horia Geantă
2018-09-21
1
-0
/
+15
*
soc: fsl: dpio: add frame list format support
Horia Geantă
2018-09-21
1
-0
/
+242
*
soc: fsl: dpio: add back some frame queue functions
Horia Geantă
2018-09-21
2
-0
/
+62
*
bus: fsl-mc: add support for dpseci device type
Horia Geantă
2018-09-21
2
-0
/
+11
*
crypto: chacha20 - Fix chacha20_block() keystream alignment (again)
Eric Biggers
2018-09-21
4
-20
/
+20
*
crypto: xts - Drop use of auxiliary buffer
Ondrej Mosnacek
2018-09-21
1
-223
/
+46
*
crypto: arm64/aes-blk - improve XTS mask handling
Ard Biesheuvel
2018-09-21
3
-19
/
+32
*
crypto: arm64/aes-blk - add support for CTS-CBC mode
Ard Biesheuvel
2018-09-21
2
-1
/
+243
*
crypto: arm64/aes-blk - revert NEON yield for skciphers
Ard Biesheuvel
2018-09-21
1
-173
/
+108
*
crypto: arm64/aes-blk - remove pointless (u8 *) casts
Ard Biesheuvel
2018-09-21
1
-24
/
+23
*
crypto: cavium/nitrox - use dma_pool_zalloc()
Srikanth Jampala
2018-09-21
1
-2
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
2018-09-21
6
-7
/
+2
|
\
|
*
crypto: caam/jr - fix ablkcipher_edesc pointer arithmetic
Horia Geantă
2018-09-21
1
-4
/
+4
|
*
crypto: x86/aegis,morus - Do not require OSXSAVE for SSE2
Ondrej Mosnacek
2018-09-14
5
-5
/
+0
|
*
crypto: ccp - add timeout support in the SEV command
Brijesh Singh
2018-09-13
1
-5
/
+41
*
|
crypto: cavium/nitrox - Added support for SR-IOV configuration.
Srikanth Jampala
2018-09-14
8
-30
/
+236
*
|
crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross ...
Mikulas Patocka
2018-09-14
1
-1
/
+1
*
|
crc-t10dif: crc_t10dif_mutex can be static
kbuild test robot
2018-09-14
1
-1
/
+1
*
|
dm: Remove VLA usage from hashes
Kees Cook
2018-09-14
2
-7
/
+21
*
|
crypto: arm/chacha20 - faster 8-bit rotations and other optimizations
Eric Biggers
2018-09-04
1
-134
/
+143
*
|
crc-t10dif: Allow current transform to be inspected in sysfs
Martin K. Petersen
2018-09-04
1
-0
/
+11
*
|
crc-t10dif: Pick better transform if one becomes available
Martin K. Petersen
2018-09-04
2
-2
/
+45
*
|
crypto: api - Introduce notifier for new crypto algorithms
Martin K. Petersen
2018-09-04
4
-8
/
+14
*
|
crypto: arm64/crct10dif - implement non-Crypto Extensions alternative
Ard Biesheuvel
2018-09-04
2
-2
/
+162
*
|
crypto: arm64/crct10dif - preparatory refactor for 8x8 PMULL version
Ard Biesheuvel
2018-09-04
2
-76
/
+90
*
|
crypto: arm64/crc32 - remove PMULL based CRC32 driver
Ard Biesheuvel
2018-09-04
5
-540
/
+0
*
|
crypto: arm64/aes-modes - get rid of literal load of addend vector
Ard Biesheuvel
2018-09-04
1
-7
/
+9
*
|
crypto: arm/ghash-ce - implement support for 4-way aggregation
Ard Biesheuvel
2018-09-04
3
-16
/
+131
[next]