summaryrefslogtreecommitdiff
path: root/include/linux/siphash.h
AgeCommit message (Expand)Author
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-29siphash: use _unaligned version by defaultArnd Bergmann
2021-11-16net: align static siphash keysEric Dumazet
2019-03-27inet: switch IP ID generator to siphashEric Dumazet
2017-01-09siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld
2017-01-09siphash: add cryptographically secure PRFJason A. Donenfeld
42243af7182efaeaf6d0f4643f7de437541a9af'>pstore/blk: trivial typo fixesEugen Hristev 2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds 2024-09-19Merge tag 'drm-next-2024-09-19' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds 2024-08-26pstore: replace spinlock_t by raw_spinlock_tWen Yang 2024-08-08Merge tag 'drm-misc-next-2024-08-01' of https://gitlab.freedesktop.org/drm/mi...Daniel Vetter 2024-07-18Merge tag 'memblock-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds 2024-07-17printk: Add a short description string to kmsg_dump()Jocelyn Falempe 2024-06-19pstore/ramoops: Add ramoops.mem_name= command line optionSteven Rostedt (Google) 2024-06-17pstore: platform: add missing MODULE_DESCRIPTION() macroJeff Johnson 2024-04-11pstore/blk: replace deprecated strncpy with strscpyJustin Stitt 2024-03-09pstore/zone: Don't clear memory twiceChristophe JAILLET 2024-02-22pstore/zone: Add a null pointer check to the psz_kmsg_readKunwu Chan 2024-02-22pstore/ram: Register to module device tableNícolas F. R. A. Prado 2024-02-22pstore: inode: Only d_invalidate() is neededKees Cook 2023-12-08pstore: inode: Use cleanup.h for struct pstore_privateKees Cook 2023-12-08pstore: inode: Use __free(pstore_iput) for inode allocationsKees Cook 2023-12-08pstore: inode: Convert mutex usage to guard(mutex)Kees Cook 2023-12-08pstore: inode: Convert kfree() usage to __free(kfree)Kees Cook 2023-12-08pstore: ram_core: fix possible overflow in persistent_ram_init_ecc()Sergey Shtylyov 2023-12-08pstore/ram: Fix crash when setting number of cpus to an odd numberWeichen Chen 2023-10-30Merge tag 'pstore-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-10-18pstore: convert to new timestamp accessorsJeff Layton 2023-10-12pstore/platform: Add check for kstrdupJiasheng Jiang 2023-09-02Merge tag 'pstore-v6.6-rc1-fix' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds 2023-08-31pstore: Base compression input buffer size on estimated compressed sizeArd Biesheuvel 2023-08-28Merge tag 'pstore-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-08-18pstore: Fix kernel-doc warningMatthew Wilcox (Oracle) 2023-08-17pstore: Support record sizes larger than kmalloc() limitYuxiao Zhang 2023-08-04pstore/ram: Check start of empty przs during initEnlin Mu 2023-07-24pstore: convert to ctime accessor functionsJeff Layton 2023-07-17pstore: Replace crypto API compression with zlib_deflate library callsArd Biesheuvel 2023-07-17pstore: Remove worst-case compression size logicArd Biesheuvel 2023-06-27Merge tag 'pstore-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-06-14pstore/ram: Add check for kstrdupJiasheng Jiang 2023-06-05init: improve the name_to_dev_t interfaceChristoph Hellwig 2023-05-10pstore/ram: Convert to platform remove callback returning voidUwe Kleine-König 2023-04-27Merge tag 'pstore-v6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman 2023-03-08pstore: Revert pmsg_lock back to a normal mutexJohn Stultz