summaryrefslogtreecommitdiff
path: root/drivers/char/random.c
AgeCommit message (Expand)Author
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
2006-01-11[PATCH] random: get rid of sparse warningStephen Hemminger
2006-01-03[INET6]: Generalise tcp_v6_hash_connectArnaldo Carvalho de Melo
2006-01-03[INET]: Generalise tcp_v4_hash_connectArnaldo Carvalho de Melo
2005-08-29[RANDOM]: Introduce secure_dccp_sequence_numberArnaldo Carvalho de Melo
2005-07-07[PATCH] mostly_read data sectionChristoph Lameter
2005-04-16[PATCH] update maintainer for /dev/randomMatt Mackall
2005-03-07[PATCH] random: Move syncookies to net/Matt Mackall
2005-03-07[PATCH] random: Simplify and shrink syncookie codeMatt Mackall
2005-03-07[PATCH] random: Move halfmd4 to libMatt Mackall
2005-03-07[PATCH] random: Move SHA code to lib/Matt Mackall
2005-03-07[PATCH] random: Cleanup SHA interfaceMatt Mackall
2005-03-07[PATCH] random: Kill the SHA variantsMatt Mackall
2005-03-07[PATCH] random: Create new rol32/ror32 bitopsMatt Mackall
2005-03-07[PATCH] random: Remove entropy batchingMatt Mackall
2005-03-07[PATCH] random: Clean up hash bufferingMatt Mackall
2005-03-07[PATCH] random: Simplify hash foldingMatt Mackall
2005-03-07[PATCH] random: Remove dead MD5 copyMatt Mackall
2005-03-07[PATCH] random: Break up extract_userMatt Mackall
2005-03-07[PATCH] random: Reseed pointer in pool structMatt Mackall
2005-03-07[PATCH] random: Reservation flag in pool structMatt Mackall
2005-03-07[PATCH] random: Entropy reservation accountingMatt Mackall
2005-03-07[PATCH] random: Catastrophic reseed checksMatt Mackall
2005-03-07[PATCH] random: Static sysctl bitsMatt Mackall
2005-03-07[PATCH] random: Static allocation of poolsMatt Mackall
2005-03-07[PATCH] random: More meaningful pool namesMatt Mackall
2005-03-07[PATCH] random: kill misnamed log2Matt Mackall
2005-03-07[PATCH] rol32 thinkoMatt Mackall
2005-03-07[PATCH] random: kill redundant rotate_left definitionsMatt Mackall
2005-03-07[PATCH] random: kill 2.2 compat waitqueue defsMatt Mackall
2005-03-07[PATCH] random: kill dead extract_state structMatt Mackall
2005-03-07[PATCH] random: kill memsets of static dataMatt Mackall
2005-03-07[PATCH] random: simplify initializationMatt Mackall
2005-03-07[PATCH] random: re-init all pools on zeroMatt Mackall
2005-03-07[PATCH] random: combine legacy ioctlsMatt Mackall
2005-03-07[PATCH] random: kill pool clearingMatt Mackall
2005-03-07[PATCH] random: cleanup waitqueue logic, fix missed wakeupMatt Mackall
2005-03-05Merge nuts.davemloft.net:/disk1/BK/net-2.6.12David S. Miller
2005-03-04[PATCH] Randomisation: infrastructureArjan van de Ven