- 197173d treewide: use get_random_bytes() when possible by Jason A. Donenfeld · 2 years, 3 months ago
- a251c17 treewide: use get_random_u32() when possible by Jason A. Donenfeld · 2 years, 3 months ago
- d415077 random32: use real rng for non-deterministic randomness by Jason A. Donenfeld · 2 years, 8 months ago
- 5acd354 random: replace custom notifier chain with standard one by Jason A. Donenfeld · 2 years, 11 months ago
- 14c1746 random: remove unused tracepoints by Jason A. Donenfeld · 3 years ago
- 348332e mm: don't include <linux/blk-cgroup.h> in <linux/writeback.h> by Christoph Hellwig · 3 years, 4 months ago
- c6e169b random32: add a selftest for the prandom32 code by Willy Tarreau · 4 years, 3 months ago
- 3744741 random32: add noise from network and scheduling activity by Willy Tarreau · 4 years, 5 months ago
- c51f8f8 random32: make prandom_u32() output unpredictable by George Spelvin · 4 years, 5 months ago
- 09a6b0b random32: Restore __latent_entropy attribute on net_rand_state by Thibaut Sautereau · 4 years, 3 months ago
- 94c7eb5 random32: add a tracepoint for prandom_u32() by Eric Dumazet · 4 years, 5 months ago
- 83bdc72 random32: remove net_rand_state from the latent entropy gcc plugin by Linus Torvalds · 4 years, 6 months ago
- f227e3e random32: update the net random state on interrupt and activity by Willy Tarreau · 4 years, 6 months ago
- 38a04b8 lib: Correct comment of prandom_seed by Philippe Mazenauer · 6 years ago
- 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
- 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
- 9ffc669 Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 8 years ago
- 0766f78 latent_entropy: Mark functions with __latent_entropy by Emese Revfy · 9 years ago
- 3796c3c lib: clean up put_cpu_var usage by Shaohua Li · 8 years ago
- 53bf837 timers: Remove set_timer_slack() leftovers by Thomas Gleixner · 9 years ago
- b07edbe netfilter: meta: add PRANDOM support by Florian Westphal · 9 years ago
- 897ece5 random32: add prandom_init_once helper for own rngs by Daniel Borkmann · 9 years ago
- 0dd50d1 random32: add prandom_seed_full_state helper by Daniel Borkmann · 9 years ago
- a98406e random32: improvements to prandom_bytes by Daniel Borkmann · 10 years ago
- 4ada97a random32: mix in entropy from core to late initcall by Hannes Frederic Sowa · 10 years ago
- d3d47eb lib/random32.c: minor cleanups and kdoc fix by Daniel Borkmann · 11 years ago
- 05efa8c random32: avoid attempt to late reseed if in the middle of seeding by Sasha Levin · 11 years ago
- 0125737a random32: use msecs_to_jiffies for reseed timer by Daniel Borkmann · 11 years ago
- 66b2514 random32: add __init prefix to prandom_start_seed_timer by Daniel Borkmann · 11 years ago
- a6a9c0f random32: add test cases for taus113 implementation by Daniel Borkmann · 11 years ago
- a98814c random32: upgrade taus88 generator to taus113 from errata paper by Daniel Borkmann · 11 years ago
- 4af712e random32: add prandom_reseed_late() and call when nonblocking pool becomes initialized by Hannes Frederic Sowa · 11 years ago
- 6d31920 random32: add periodic reseeding by Hannes Frederic Sowa · 11 years ago
- 51c37a7 random32: fix off-by-one in seeding requirement by Daniel Borkmann · 11 years ago
- 6582c66 prandom: introduce prandom_bytes() and prandom_bytes_state() by Akinobu Mita · 12 years ago
- 496f2f9 random32: rename random32 to prandom by Akinobu Mita · 12 years ago
- 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
- f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 15 years ago
- 421f91d fix typos concerning "initiali[zs]e" by Uwe Kleine-König · 15 years ago
- 5960164 lib/random32: export pseudo-random number generator for modules by Joe Eykholt · 15 years ago
- 697f8d0 random32: seeding improvement by Stephen Hemminger · 16 years ago
- 61407f8 [NET]: srandom32 fixes for networking v2 by Andi Kleen · 17 years ago
- f6a5703 [PATCH] severing module.h->sched.h by Al Viro · 18 years ago
- aaa248f [PATCH] rename net_random to random32 by Stephen Hemminger · 18 years ago