[PATCH 0/12] random pt4: Moving and sharing code

From: Matt Mackall
Date: Fri Jan 21 2005 - 17:02:26 EST


This series focuses on moving and sharing code in
/drivers/char/random.c. It applies on top of -mm2 which contains my
earlier patches.

New bitop:
1 Create new rol32/ror32 bitops
2 Use them throughout the tree

Share SHA code in lib:
3 Kill the SHA1 variants
4 Cleanup SHA1 interface
5 Move SHA1 code to lib/
6 Replace SHA1 with faster version
7 Update cryptolib to use SHA1 from lib

Share halfmd4 hash:
8 Move halfMD4 to lib
9 Kill duplicate halfMD4 in ext3 htree

Move network random bits:
10 Simplify and shrink syncookie code
11 Move syncookies to net/
12 Move other tcp/ip bits to net/
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/