summaryrefslogtreecommitdiff
path: root/lib/random32.c
Commit message (Expand)AuthorAge
* treewide: Switch DEFINE_TIMER callbacks to struct timer_list *Kees Cook2017-11-21
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-11-13
|\
| * timer: Remove expires and data arguments from DEFINE_TIMERKees Cook2017-10-05
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-15
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-10
* | lib: clean up put_cpu_var usageShaohua Li2016-09-27
|/
* timers: Remove set_timer_slack() leftoversThomas Gleixner2016-07-07
* netfilter: meta: add PRANDOM supportFlorian Westphal2016-02-29
* random32: add prandom_init_once helper for own rngsDaniel Borkmann2015-10-08
* random32: add prandom_seed_full_state helperDaniel Borkmann2015-10-08
* random32: improvements to prandom_bytesDaniel Borkmann2014-08-24
* random32: mix in entropy from core to late initcallHannes Frederic Sowa2014-07-30
* lib/random32.c: minor cleanups and kdoc fixDaniel Borkmann2014-04-03
* random32: avoid attempt to late reseed if in the middle of seedingSasha Levin2014-03-28
* random32: use msecs_to_jiffies for reseed timerDaniel Borkmann2013-11-14
* random32: add __init prefix to prandom_start_seed_timerDaniel Borkmann2013-11-14
* random32: add test cases for taus113 implementationDaniel Borkmann2013-11-11
* random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann2013-11-11
* random32: add prandom_reseed_late() and call when nonblocking pool becomes in...Hannes Frederic Sowa2013-11-11
* random32: add periodic reseedingHannes Frederic Sowa2013-11-11
* random32: fix off-by-one in seeding requirementDaniel Borkmann2013-11-11
* prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita2012-12-17
* random32: rename random32 to prandomAkinobu Mita2012-12-17
* lib: reduce the use of module.h wherever possiblePaul Gortmaker2012-03-07
* Merge branch 'master' into for-nextJiri Kosina2010-06-16
|\
| * lib/random32: export pseudo-random number generator for modulesJoe Eykholt2010-05-27
* | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-16
|/
* random32: seeding improvementStephen Hemminger2008-07-30
* [NET]: srandom32 fixes for networking v2Andi Kleen2008-04-03
* [PATCH] severing module.h->sched.hAl Viro2006-12-04
* [PATCH] rename net_random to random32Stephen Hemminger2006-10-17