summaryrefslogtreecommitdiff
path: root/drivers/char/random.c
AgeCommit message (Expand)Author
2011-08-06net: Compute protocol sequence numbers and fragment IDs using MD5.David S. Miller
2011-07-21ipv6: make fragment identifications less predictableEric Dumazet
2011-03-31Fix common misspellingsLucas De Marchi
2011-02-21random: update interface comments to reflect realityJarod Wilson
2010-12-17random: Use this_cpu_inc_returnChristoph Lameter
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-07-31random: Reorder struct entropy_store to remove padding on 64bits Richard Kennedy
2010-05-20random: simplify fips modeMatt Mackall
2010-02-04Fix misspellings of "truly" in comments.Adam Buchbinder
2010-02-02random: Remove unused inode variableHerbert Xu
2010-02-02random: drop weird m_time/a_time manipulationMatt Mackall
2009-12-15random.c: use %pU to print UUIDsJoe Perches
2009-11-18sysctl: Drop & in front of every proc_handler.Eric W. Biederman
2009-11-12sysctl drivers: Remove dead binary sysctl supportEric W. Biederman
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan
2009-06-18random: Add optional continuous repetition test to entropy store based rngsNeil Horman
2009-05-19Avoid ICE in get_random_int() with gcc-3.4.5Linus Torvalds
2009-05-07random: make get_random_int() more randomLinus Torvalds
2009-04-02random: align rekey_work's timerAnton Blanchard
2009-01-11sparseirq: fix build with unknown irq_desc structYinghai Lu
2009-01-11sparseirq: make some func to be used with genirqYinghai Lu
2009-01-06random: don't try to look at entropy_count outside the lockMatt Mackall
2009-01-03sparseirq: move set/get_timer_rand_state back to .cYinghai Lu
2008-12-08sparse irq_desc[] array: core kernel and x86 changesYinghai Lu
2008-11-01saner FASYNC handling on file closeAl Viro
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-10-16sysctl: simplify ->strategyAlexey Dobriyan
2008-10-16genirq: revert dynarrayThomas Gleixner
2008-10-16genirq: remove sparse irq codeThomas Gleixner
2008-10-16x86: put timer_rand_state pointer into irq_descYinghai Lu
2008-10-16irqs: make irq_timer_state to use dyn_arrayYinghai Lu
2008-10-16drivers/char: use nr_irqsYinghai Lu
2008-10-09block: don't depend on consecutive minor spaceTejun Heo
2008-09-02drivers/char/random.c: fix a race which can lead to a bogus BUG()Andrew Morton
2008-08-18nf_nat: use secure_ipv4_port_ephemeral() for NAT port randomizationStephen Hemminger
2008-07-24PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architecturesAndrea Righi
2008-04-29random: add async notification support to /dev/randomJeff Dike
2008-04-29random: simplify and rename credit_entropy_storeMatt Mackall
2008-04-29random: make mixing interface byte-orientedMatt Mackall
2008-04-29random: simplify add_ptr logicMatt Mackall
2008-04-29random: remove some prefetch logicMatt Mackall
2008-04-29random: eliminate redundant new_rotate variableMatt Mackall
2008-04-29random: remove cacheline alignment for locksMatt Mackall
2008-04-29random: make backtracking attacks harderMatt Mackall
2008-04-29random: improve variable naming, clear extract bufferMatt Mackall
2008-04-29random: reuse rand_initializeMatt Mackall
2008-04-29random: use unlocked_ioctlMatt Mackall
2008-04-29random: consolidate wakeup logicMatt Mackall
2008-04-29random: clean up checkpatch complaintsMatt Mackall
2008-02-06drivers/char/random.c:write_pool() cond_resched() neededMatt Mackall