index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
5 days
crypto: jitter - fix intermediary handling
Markus Theil
1
-4
/
+5
10 days
crypto: krb5 - Fix memory leak in krb5_test_one_prf()
Eric Biggers
1
-0
/
+1
2025-06-19
crypto/krb5: Fix change to use SG miter to use offset
David Howells
1
-0
/
+1
2025-06-19
crypto: api - Redo lookup on EEXIST
Herbert Xu
1
-2
/
+11
2025-06-19
crypto: xts - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-06-19
crypto: lrw - Only add ecb if it is not already there
Herbert Xu
1
-2
/
+2
2025-06-19
crypto: ecdsa - Fix NIST P521 key size reported by KEYCTL_PKEY_QUERY
Lukas Wunner
7
-13
/
+21
2025-06-19
crypto: ecdsa - Fix enc/dec size reported by KEYCTL_PKEY_QUERY
Lukas Wunner
1
-2
/
+7
2025-05-19
crypto: algif_hash - fix double free in hash_accept
Ivan Pravdin
1
-4
/
+0
2025-04-25
crypto: scompress - increment scomp_scratch_users when already allocated
Sabrina Dubroca
1
-3
/
+2
2025-04-23
crypto: scomp - Fix off-by-one bug when calculating last page
Herbert Xu
1
-5
/
+5
2025-04-19
Revert "crypto: testmgr - Add multibuffer acomp testing"
Herbert Xu
1
-83
/
+64
2025-04-12
crypto: ahash - Disable request chaining
Herbert Xu
1
-75
/
+1
2025-04-12
crypto: scomp - Fix wild memory accesses in scomp_free_streams
Herbert Xu
1
-3
/
+4
2025-04-09
crypto: scomp - Fix null-pointer deref when freeing streams
Herbert Xu
1
-0
/
+3
2025-04-02
Merge tag 'v6.15-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-133
/
+24
2025-03-30
Revert "crypto: testmgr - Add multibuffer hash testing"
Herbert Xu
1
-133
/
+24
2025-03-29
Merge tag 'v6.15-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
53
-1223
/
+5808
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
3
-0
/
+580
2025-03-22
crypto: testmgr - Add multibuffer acomp testing
Herbert Xu
1
-64
/
+80
2025-03-22
crypto: acomp - Fix synchronous acomp chaining fallback
Herbert Xu
1
-22
/
+11
2025-03-22
crypto: testmgr - Add multibuffer hash testing
Herbert Xu
1
-24
/
+136
2025-03-22
crypto: hash - Fix synchronous ahash chaining fallback
Herbert Xu
1
-32
/
+28
2025-03-21
crypto: essiv - Replace memcpy() + NUL-termination with strscpy()
Thorsten Blum
1
-2
/
+1
2025-03-21
crypto: api - Call crypto_alg_put in crypto_unregister_alg
Herbert Xu
1
-2
/
+1
2025-03-21
crypto: scompress - Fix incorrect stream freeing
Herbert Xu
1
-1
/
+1
2025-03-21
crypto: lib/chacha - remove unused arch-specific init support
Eric Biggers
1
-2
/
+2
2025-03-21
crypto: remove obsolete 'comp' compression API
Ard Biesheuvel
6
-195
/
+14
2025-03-21
crypto: compress_null - drop obsolete 'comp' implementation
Ard Biesheuvel
2
-29
/
+5
2025-03-21
crypto: zstd - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-55
/
+1
2025-03-21
crypto: lzo - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-64
/
+4
2025-03-21
crypto: lzo-rle - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-64
/
+4
2025-03-21
crypto: lz4hc - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-64
/
+2
2025-03-21
crypto: lz4 - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-60
/
+1
2025-03-21
crypto: deflate - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-57
/
+1
2025-03-21
crypto: 842 - drop obsolete 'comp' implementation
Ard Biesheuvel
1
-64
/
+2
2025-03-21
crypto: scompress - Fix scratch allocation failure handling
Herbert Xu
1
-1
/
+5
2025-03-21
crypto: acomp - Add support for folios
Herbert Xu
2
-31
/
+81
2025-03-21
crypto: acomp - Add async nondma fallback
Herbert Xu
1
-28
/
+41
2025-03-21
crypto: acomp - Add ACOMP_REQUEST_ALLOC and acomp_request_alloc_extra
Herbert Xu
1
-5
/
+33
2025-03-21
crypto: scomp - Add chaining and virtual address support
Herbert Xu
1
-30
/
+64
2025-03-21
crypto: scomp - Remove support for some non-trivial SG lists
Herbert Xu
2
-55
/
+73
2025-03-21
crypto: hash - Use nth_page instead of doing it by hand
Herbert Xu
1
-2
/
+2
2025-03-21
crypto: hash - Fix test underflow in shash_ahash_digest
Herbert Xu
1
-16
/
+28
2025-03-21
crypto: krb5 - Use SG miter instead of doing it by hand
Herbert Xu
1
-21
/
+16
2025-03-21
crypto: scatterwalk - simplify map and unmap calling convention
Eric Biggers
1
-20
/
+8
2025-03-20
crypto,fs: Separate out hkdf_extract() and hkdf_expand()
Hannes Reinecke
3
-0
/
+580
2025-03-15
crypto: testmgr - Remove NULL dst acomp tests
Herbert Xu
1
-29
/
+0
2025-03-15
crypto: acomp - Add request chaining and virtual addresses
Herbert Xu
1
-0
/
+197
2025-03-15
crypto: scomp - Disable BH when taking per-cpu spin lock
Herbert Xu
1
-2
/
+2
[next]