index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crypto
/
algapi.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-10-05
crypto: ecdsa - Move X9.62 signature size calculation into template
Lukas Wunner
6
-35
/
+99
2024-10-05
crypto: sig - Rename crypto_sig_maxsize() to crypto_sig_keysize()
Lukas Wunner
9
-25
/
+26
2024-10-05
crypto: ecdsa - Move X9.62 signature decoding into template
Lukas Wunner
7
-70
/
+955
2024-10-05
crypto: ecdsa - Avoid signed integer overflow on signature decoding
Lukas Wunner
1
-12
/
+7
2024-10-05
ASN.1: Clean up include statements in public headers
Lukas Wunner
2
-1
/
+1
2024-10-05
crypto: sig - Move crypto_sig_*() API calls to include file
Lukas Wunner
2
-57
/
+36
2024-10-05
crypto: akcipher - Drop sign/verify operations
Lukas Wunner
8
-285
/
+66
2024-10-05
crypto: drivers - Drop sign/verify operations
Lukas Wunner
3
-6
/
+0
2024-10-05
crypto: virtio - Drop sign/verify operations
Lukas Wunner
2
-44
/
+22
2024-10-05
crypto: rsassa-pkcs1 - Avoid copying hash prefix
Lukas Wunner
1
-8
/
+10
2024-10-05
crypto: rsassa-pkcs1 - Harden digest length verification
Lukas Wunner
1
-1
/
+19
2024-10-05
crypto: rsassa-pkcs1 - Migrate to sig_alg backend
Lukas Wunner
11
-345
/
+480
2024-10-05
crypto: rsa-pkcs1pad - Deduplicate set_{pub,priv}_key callbacks
Lukas Wunner
2
-28
/
+30
2024-10-05
crypto: ecrdsa - Migrate to sig_alg backend
Lukas Wunner
4
-41
/
+28
2024-10-05
crypto: ecdsa - Migrate to sig_alg backend
Lukas Wunner
4
-90
/
+55
2024-10-05
crypto: sig - Introduce sig_alg backend
Lukas Wunner
9
-2
/
+432
2024-10-05
crypto: ecdsa - Drop unused test vector elements
Lukas Wunner
1
-105
/
+10
2024-09-30
Linux 6.12-rc1
v6.12-rc1
Linus Torvalds
1
-2
/
+2
2024-09-29
x86: kvm: fix build error
Linus Torvalds
1
-0
/
+2
2024-09-28
Reduce Coccinelle choices in string_choices.cocci
Julia Lawall
1
-50
/
+41
2024-09-28
coccinelle: Remove unnecessary parentheses for only one possible change.
Hongbo Li
1
-8
/
+0
2024-09-28
coccinelle: Add rules to find str_yes_no() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_on_off() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_write_read() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_read_write() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_enable{d}_disable{d}() replacements
Hongbo Li
1
-0
/
+38
2024-09-28
coccinelle: Add rules to find str_lo{w}_hi{gh}() replacements
Hongbo Li
1
-0
/
+38
2024-09-28
coccinelle: Add rules to find str_hi{gh}_lo{w}() replacements
Hongbo Li
1
-0
/
+42
2024-09-28
coccinelle: Add rules to find str_false_true() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
coccinelle: Add rules to find str_true_false() replacements
Hongbo Li
1
-0
/
+19
2024-09-28
bcachefs: check_subvol_path() now prints subvol root inode
Kent Overstreet
2
-20
/
+14
2024-09-28
bcachefs: remove_backpointer() now checks if dirent points to inode
Kent Overstreet
1
-6
/
+9
2024-09-28
bcachefs: dirent_points_to_inode() now warns on mismatch
Kent Overstreet
1
-28
/
+56
2024-09-28
bcachefs: Fix lost wake up
Alan Huang
1
-3
/
+9
2024-09-28
bcachefs: Check for logged ops when clean
Kent Overstreet
2
-3
/
+13
2024-09-28
bcachefs: BCH_FS_clean_recovery
Kent Overstreet
4
-3
/
+8
2024-09-28
bcachefs: Convert disk accounting BUG_ON() to WARN_ON()
Kent Overstreet
1
-1
/
+1
2024-09-28
bcachefs: Fix BCH_TRANS_COMMIT_skip_accounting_apply
Kent Overstreet
1
-16
/
+20
2024-09-28
bcachefs: Check for accounting keys with bversion=0
Kent Overstreet
3
-3
/
+8
2024-09-28
bcachefs: rename version -> bversion
Kent Overstreet
17
-30
/
+30
2024-09-28
bcachefs: Don't delete unlinked inodes before logged op resume
Kent Overstreet
4
-21
/
+36
2024-09-28
bcachefs: Fix BCH_SB_ERRS() so we can reorder
Kent Overstreet
5
-8
/
+9
2024-09-28
bcachefs: Fix fsck warnings from bkey validation
Kent Overstreet
2
-2
/
+14
2024-09-28
bcachefs: Move transaction commit path validation to as late as possible
Kent Overstreet
1
-34
/
+34
2024-09-28
bcachefs: Fix disk accounting attempting to mark invalid replicas entry
Kent Overstreet
1
-3
/
+18
2024-09-28
bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()
Kent Overstreet
3
-6
/
+16
2024-09-28
bcachefs: Fix accounting read + device removal
Kent Overstreet
1
-18
/
+29
2024-09-28
bcachefs: bch_accounting_mode
Kent Overstreet
3
-13
/
+26
2024-09-28
bcachefs: fix transaction restart handling in check_extents(), check_dirents()
Kent Overstreet
1
-39
/
+55
2024-09-28
bcachefs: kill inode_walker_entry.seen_this_pos
Kent Overstreet
1
-6
/
+0
[next]