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