aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib/random32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-10-11treewide: use get_random_u32() when possibleJason A. Donenfeld1-1/+1
2022-05-18random32: use real rng for non-deterministic randomnessJason A. Donenfeld1-340/+7
2022-03-12random: replace custom notifier chain with standard oneJason A. Donenfeld1-5/+7
2022-02-21random: remove unused tracepointsJason A. Donenfeld1-2/+0
2021-10-18mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h>Christoph Hellwig1-0/+1
2020-10-24random32: add a selftest for the prandom32 codeWilly Tarreau1-0/+56
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau1-0/+5
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin1-180/+284
2020-10-02random32: Restore __latent_entropy attribute on net_rand_stateThibaut Sautereau1-1/+1
2020-08-13random32: add a tracepoint for prandom_u32()Eric Dumazet1-0/+2
2020-07-29random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds1-1/+1
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau1-1/+1
2019-05-17lib: Correct comment of prandom_seedPhilippe Mazenauer1-2/+2
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook1-2/+2
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook1-1/+1
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-1/+1
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-1/+1
2016-09-27lib: clean up put_cpu_var usageShaohua Li1-2/+2
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner1-1/+0
2016-02-29netfilter: meta: add PRANDOM supportFlorian Westphal1-0/+1
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann1-1/+1
2015-10-08random32: add prandom_seed_full_state helperDaniel Borkmann1-16/+21
2014-08-24random32: improvements to prandom_bytesDaniel Borkmann1-21/+18
2014-07-30random32: mix in entropy from core to late initcallHannes Frederic Sowa1-21/+28
2014-04-03lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann1-37/+39
2014-03-28random32: avoid attempt to late reseed if in the middle of seedingSasha Levin1-1/+12
2013-11-14random32: use msecs_to_jiffies for reseed timerDaniel Borkmann1-2/+6
2013-11-14random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann1-2/+2
2013-11-11random32: add test cases for taus113 implementationDaniel Borkmann1-6/+189
2013-11-11random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann1-34/+46
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes initializedHannes Frederic Sowa1-1/+22
2013-11-11random32: add periodic reseedingHannes Frederic Sowa1-0/+23
2013-11-11random32: fix off-by-one in seeding requirementDaniel Borkmann1-7/+7
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita1-0/+49
2012-12-17random32: rename random32 to prandomAkinobu Mita1-24/+24
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-21/+17
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-27lib/random32: export pseudo-random number generator for modulesJoe Eykholt1-21/+17
2008-07-30random32: seeding improvementStephen Hemminger1-21/+27
2008-04-03[NET]: srandom32 fixes for networking v2Andi Kleen1-4/+9
2006-12-04[PATCH] severing module.h->sched.hAl Viro1-0/+1
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger1-0/+142