From: Stephen Hemminger Date: Wed, 21 Mar 2007 20:42:33 +0000 (-0700) Subject: bridge: simpler hash with salt X-Git-Tag: v2.6.22-rc1~1128^2~128 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f890923182aeebc572f3818dd51c9014827e0ec;p=pandora-kernel.git bridge: simpler hash with salt Instead of hashing the whole Ethernet address, it should be faster to just use the last 4 bytes. Add a random salt value to the hash to make it more difficult to construct worst case DoS hash chains. Signed-off-by: Stephen Hemminger --- Reading git-diff-tree failed