aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/random.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-29random: add async notification support to /dev/randomJeff Dike1-2/+22
2008-04-29random: simplify and rename credit_entropy_storeMatt Mackall1-17/+15
2008-04-29random: make mixing interface byte-orientedMatt Mackall1-18/+19
2008-04-29random: simplify add_ptr logicMatt Mackall1-11/+10
2008-04-29random: remove some prefetch logicMatt Mackall1-6/+2
2008-04-29random: eliminate redundant new_rotate variableMatt Mackall1-12/+10
2008-04-29random: remove cacheline alignment for locksMatt Mackall1-2/+2
2008-04-29random: make backtracking attacks harderMatt Mackall1-19/+17
2008-04-29random: improve variable naming, clear extract bufferMatt Mackall1-11/+13
2008-04-29random: reuse rand_initializeMatt Mackall1-4/+2
2008-04-29random: use unlocked_ioctlMatt Mackall1-6/+5
2008-04-29random: consolidate wakeup logicMatt Mackall1-16/+4
2008-04-29random: clean up checkpatch complaintsMatt Mackall1-45/+35
2008-02-06drivers/char/random.c:write_pool() cond_resched() neededMatt Mackall1-0/+1
2008-02-01unexport add_disk_randomnessAdrian Bunk1-2/+0
2007-11-13[NET] random : secure_tcp_sequence_number should not assume CONFIG_KTIME_SCALAREric Dumazet1-3/+3
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-01[TCP]: secure_tcp_sequence_number() should not use a too fast clockEric Dumazet1-4/+6
2007-07-19random: fix bound check ordering (CVE-2007-3105)Matt Mackall1-2/+7
2007-06-16random: fix output buffer foldingMatt Mackall1-1/+1
2007-05-29random: fix seeding with zero entropyMatt Mackall1-24/+31
2007-05-29random: fix error in entropy extractionMatt Mackall1-5/+7
2007-04-25[NET]: random functions can use nsec resolution instead of usecEric Dumazet1-23/+13
2007-04-25[TCP/DCCP/RANDOM]: Remove unused exports.Adrian Bunk1-2/+0
2007-02-12[PATCH] mark struct file_operations const 3Arjan van de Ven1-2/+2
2006-12-10[PATCH] sysctl: remove unused "context" paramAlexey Dobriyan1-1/+1
2006-12-08[PATCH] struct path: convert char-driversJosef Sipek1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6David Howells1-24/+24
2006-12-02[RANDOM]: Annotate random.h IP helpers.Al Viro1-24/+24
2006-11-22WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells1-3/+3
2006-11-22WorkStruct: Separate delayable and non-delayable events.David Howells1-1/+1
2006-10-11Input: add missing exports to fix modular buildDmitry Torokhov1-0/+1
2006-10-02[PATCH] namespaces: utsname: switch to using uts namespacesSerge E. Hallyn1-2/+2
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+4
2006-07-03[PATCH] lockdep: locking init debugging improvementIngo Molnar1-3/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-04-09[IPV6]: Unexport secure_ipv6_port_ephemeralAdrian Bunk1-1/+0
2006-01-11[PATCH] random: get rid of sparse warningStephen Hemminger1-1/+1
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo1-2/+2
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo1-4/+2
2005-08-29[RANDOM]: Introduce secure_dccp_sequence_numberArnaldo Carvalho de Melo1-0/+34
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter1-1/+1
2005-04-16[PATCH] update maintainer for /dev/randomMatt Mackall1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+1629