summaryrefslogtreecommitdiffstats
path: root/crypto/lzo.c
AgeCommit message (Expand)AuthorLines
2025-09-20crypto: comp - Use same definition of context alloc and free opsDan Moulding-2/+4
2025-05-05Revert "crypto: run initcalls for generic implementations earlier"Herbert Xu-1/+1
2025-04-16crypto: deadcode structs from 'comp' removalDr. David Alan Gilbert-4/+0
2025-03-21crypto: lzo - drop obsolete 'comp' implementationArd Biesheuvel-64/+4
2025-03-15crypto: scomp - Remove tfm argument from alloc/free_ctxHerbert Xu-4/+4
2025-03-08crypto: lzo - Fix compression buffer overrunHerbert Xu-1/+1
2019-07-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-0/+1
2019-06-13crypto: make all generic algorithms set cra_driver_nameEric Biggers-0/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 336Thomas Gleixner-14/+1
2019-04-18crypto: run initcalls for generic implementations earlierEric Biggers-1/+1
2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko-3/+1
2016-10-25crypto: acomp - add support for lzo via scompGiovanni Cabiddu-15/+82
2016-04-15crypto: lzo - get rid of superfluous __GFP_REPEATMichal Hocko-1/+1
2014-11-24crypto: prefix module autoloading with "crypto-"Kees Cook-0/+1
2014-06-25crypto: lzo - use kvfree() helperEric Dumazet-4/+1
2014-06-20crypto: lzo - try kmalloc() before vmalloc()Eric Dumazet-2/+9
2012-08-01crypto: cleanup - remove unneeded crypto_alg.cra_list initializationsJussi Kivilinna-1/+0
2008-04-21[CRYPTO] all: Clean up init()/fini()Kamalesh Babulal-4/+4
2008-01-11[CRYPTO] lzo: Add LZO compression algorithm supportZoltan Sogor-0/+106