aboutsummaryrefslogtreecommitdiff
path: root/drivers/char/random.c
AgeCommit message (Expand)Author
2009-01-22MERGE-via-pending-tracking-hist-MERGE-via-stable-tracking-MERGE-via-mokopatch...merge
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
2008-02-01unexport add_disk_randomnessAdrian Bunk
2007-11-13[NET] random : secure_tcp_sequence_number should not assume CONFIG_KTIME_SCALAREric Dumazet
2007-10-18sparse pointer use of zero as nullStephen Hemminger
2007-10-01[TCP]: secure_tcp_sequence_number() should not use a too fast clockEric Dumazet
2007-07-19random: fix bound check ordering (CVE-2007-3105)Matt Mackall
2007-06-16random: fix output buffer foldingMatt Mackall
2007-05-29random: fix seeding with zero entropyMatt Mackall
2007-05-29random: fix error in entropy extractionMatt Mackall
2007-04-25[NET]: random functions can use nsec resolution instead of usecEric Dumazet
2007-04-25[TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells
2006-12-02[RANDOM]: Annotate random.h IP helpers.Al Viro
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells
2006-10-11Input: add missing exports to fix modular buildDmitry Torokhov
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-04-09[IPV6]: Unexport secure_ipv6_port_ephemeralAdrian Bunk