aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/random.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-23fdt: add support for rng-seedHsin-Yi Wang1-0/+1
2019-05-17Merge tag 's390-5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1
2019-05-08latent_entropy: avoid build error when plugin cflags are not setVasily Gorbik1-1/+1
2019-04-19random: move rand_initialize() earlierKees Cook1-0/+1
2018-08-02random: Make crng state queryableJason A. Donenfeld1-0/+1
2018-07-17random: Return nbytes filled from hw RNGTobin C. Harding1-1/+1
2018-02-28random: always fill buffer in get_random_bytes_waitJason A. Donenfeld1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-15Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-0/+26
2017-07-12random,stackprotect: introduce get_random_canary functionRik van Riel1-0/+21
2017-06-19random: add get_random_{bytes,u32,u64,int,long,once}_wait familyJason A. Donenfeld1-0/+25
2017-06-19random: add wait_for_random_bytes() APIJason A. Donenfeld1-0/+1
2017-01-27random: convert get_random_int/long into get_random_u32/u64Jason A. Donenfeld1-2/+15
2017-01-27random: use chacha20 for get_random_int/longJason A. Donenfeld1-1/+0
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-2/+13
2016-10-11random: remove unused randomize_range()Jason Cooper1-1/+0
2016-10-11random: simplify API for random address requestsJason Cooper1-0/+1
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-2/+2
2016-10-10gcc-plugins: Add latent_entropy pluginEmese Revfy1-0/+11
2016-06-08x86, asm: use bool for bitops and other assembly outputsH. Peter Anvin1-6/+6
2016-05-20lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-1/+0
2016-02-27drivers: char: random: add get_random_long()Daniel Cashman1-0/+1
2015-10-08random32: add prandom_init_once helper for own rngsDaniel Borkmann1-0/+6
2015-06-10random: Remove kernel blocking APIHerbert Xu1-1/+0
2015-06-10random: Add callback API for random pool readinessHerbert Xu1-0/+9
2015-05-27random: Blocking API for accessing nonblocking_poolStephan Mueller1-0/+1
2014-08-24random32: improvements to prandom_bytesDaniel Borkmann1-2/+2
2014-03-19random: Add arch_has_random[_seed]()H. Peter Anvin1-0/+8
2014-03-19x86, random: Enable the RDSEED instructionH. Peter Anvin1-0/+8
2014-01-21random32: add prandom_u32_max and convert open coded usersDaniel Borkmann1-1/+17
2013-11-11random32: upgrade taus88 generator to taus113 from errata paperDaniel Borkmann1-5/+6
2013-11-11random32: move rnd_state to linux/random.hDaniel Borkmann1-0/+4
2013-11-11random32: add prandom_reseed_late() and call when nonblocking pool becomes initializedHannes Frederic Sowa1-0/+1
2013-11-11random32: fix off-by-one in seeding requirementDaniel Borkmann1-3/+3
2013-09-23random: run random_int_secret_init() run after all late_initcallsTheodore Ts'o1-0/+1
2013-05-07remove unused random32() and srandom32()Akinobu Mita1-7/+0
2013-01-23soreuseport: infrastructureTom Herbert1-0/+6
2012-12-17prandom: introduce prandom_bytes() and prandom_bytes_state()Akinobu Mita1-0/+2
2012-12-17random32: rename random32 to prandomAkinobu Mita1-5/+12
2012-10-13UAPI: (Scripted) Disintegrate include/linuxDavid Howells1-42/+1
2012-07-19random: remove rand_initialize_irq()Theodore Ts'o1-2/+0
2012-07-14random: add new get_random_bytes_arch() functionTheodore Ts'o1-0/+1
2012-07-14random: create add_device_randomness() interfaceLinus Torvalds1-0/+1
2012-07-14random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o1-1/+1
2011-10-28Merge branch 'x86-rdrand-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+13
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller1-12/+0
2011-07-31random: Add support for architectural random hooksH. Peter Anvin1-0/+13
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet1-0/+1
2010-05-27lib/random32: export pseudo-random number generator for modulesJoe Eykholt1-0/+28
2009-01-31headers_check fix: linux/random.hJaswinder Singh Rajput1-0/+1