DISCLAIMER: THESE PATCHES ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND!
These patches are old. The dm-crypt patch is no longer needed.
ipw2200-1.0.3-rndmac.patch
Patch to the ipw2200-driver. Randomize mac-address every time the card associates to a network.
The first three bytes of the new address are fetched from the bssid of the access point and
the last three are randomized.
Enable with module parameter 'rndmac=1'.
Tested with ipw2200 version 1.0.3.
Code by Björn Andersson & Erik Ekman
linux-2.6.13.2-dm-crypt-hidekey.patch
Patch to the dm-crypt module so that it hides the crypto key and algorithm from userland.
Adds an extra option (DM_CRYPT_HIDEKEY) to config/menuconfig/whateverconfig under dm-crypt,
so you can toggle the patch.
Tested with linux 2.6.13.2
Code by Björn Andersson & Erik Ekman
Back to code.kryo.se
Feedback and comments to <code (at) kryo dot se>.