aboutsummaryrefslogtreecommitdiff
path: root/lib/random32.c
AgeCommit message (Expand)Author
2020-10-24random32: add a selftest for the prandom32 codeWilly Tarreau
2020-10-24random32: add noise from network and scheduling activityWilly Tarreau
2020-10-24random32: make prandom_u32() output unpredictableGeorge Spelvin
2020-10-02random32: Restore __latent_entropy attribute on net_rand_stateThibaut Sautereau
2020-08-13random32: add a tracepoint for prandom_u32()Eric Dumazet
2020-07-29random32: remove net_rand_state from the latent entropy gcc pluginLinus Torvalds
2020-07-29random32: update the net random state on interrupt and activityWilly Tarreau
2019-05-17lib: Correct comment of prandom_seedPhilippe Mazenauer
2017-11-21treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-05timer: Remove expires and data arguments from DEFINE_TIMERKees Cook
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-09-27lib: clean up put_cpu_var usageShaohua Li
2016-07-07timers: Remove set_timer_slack() leftoversThomas Gleixner
2016-02-29netfilter: meta: add PRANDOM supportFlorian Westphal
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann
2015-10-08random32: add prandom_seed_full_state helperDaniel Borkmann
2014-08-24random32: improvements to prandom_bytesDaniel Borkmann
2014-07-30random32: mix in entropy from core to late initcallHannes Frederic Sowa
2014-04-03lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann
2014-03-28random32: avoid attempt to late reseed if in the middle of seedingSasha Levin
2013-11-14random32: use msecs_to_jiffies for reseed timerDaniel Borkmann
2013-11-14random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann
2013-11-11random32: add test cases for taus113 implementationDaniel Borkmann
2013-11-11random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa
2013-11-11random32: add periodic reseedingHannes Frederic Sowa
2013-11-11random32: fix off-by-one in seeding requirementDaniel Borkmann
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita
2012-12-17random32: rename random32 to prandomAkinobu Mita
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker
2010-06-16Merge branch 'master' into for-nextJiri Kosina
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König
2010-05-27lib/random32: export pseudo-random number generator for modulesJoe Eykholt
2008-07-30random32: seeding improvementStephen Hemminger
2008-04-03[NET]: srandom32 fixes for networking v2Andi Kleen
2006-12-04[PATCH] severing module.h->sched.hAl Viro
2006-10-17[PATCH] rename net_random to random32Stephen Hemminger