0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 2 hours ago. based on code collected about 18 hours ago.
Aug 20, 2025 — Aug 20, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
clean-up allocated resources after a failed open More... over 12 years ago
tests/hmac_comp: initialise compared output to different values More... over 12 years ago
tests/hmac_comp: use COP_FLAG_WRITE_IV and compare the updated IVs as well More... over 12 years ago
allow for parameterising checkpatch.pl More... over 12 years ago
drop unneeded casts of arguments in print statements More... over 12 years ago
introduce ddebug, dinfo, dwarning and derr macros More... over 12 years ago
checkpatch fixes: put inline keyword between storage class and type More... over 12 years ago
checkpatch fixes: use pr_info and pr_err instead of printk More... over 12 years ago
checkpatch fixes: replace C99 comments More... over 12 years ago
checkpatch fixes: remove trailing whitespace More... over 12 years ago
checkpatch fixes: fix incorrect indenting and other leading spaces More... over 12 years ago
checkpatch fixes: drop braces around single expressions in conditionals More... over 12 years ago
checkpatch fixup: eliminate two-space indenting, cleanup code while here More... over 12 years ago
checkpatch fixes: do not hide expressions behind conditionals More... over 12 years ago
checkpatch fixes: put conditionals' opening curly brace on the same line More... over 12 years ago
authenc fixes: add spaces according to kernel coding style More... over 12 years ago
checkpatch fixes: drop space after opening brace of functions More... over 12 years ago
checkpatch fixes: change 'type* var' to 'type *var' More... over 12 years ago
Makefile: add checkpatch target More... over 12 years ago
In the 3.13-rc1 Linux kernel, the INIT_COMPLETION macro has been replaced with an inline function, reinit_completion [1][2]. We are currently using the 3.13-rc3 Linux kernel, which leads to the following error: More... over 12 years ago
doc update More... over 12 years ago
Disable zero-copy when alignmask is set. More... over 12 years ago
Fix compiler warning when CRYPTO_ALG_KERN_DRIVER_ONLY is defined: ioctl.c:714:21: warning: 'is_known_accelerated' defined but not used [-Wunused-function] More... over 12 years ago
doc update More... over 12 years ago
destroy mutexes in reverse order of their initialization More... over 12 years ago
fix typo in test condition for error exits More... over 12 years ago
fix memleak avalanche when system is low on memory More... over 12 years ago
set file private data to zero during allocation More... over 12 years ago
fix test condition to allow non-stream, aead ciphers More... almost 13 years ago
initialize struct memory to zero in a single call More... almost 13 years ago