bridge: simpler hash with salt
authorStephen Hemminger <shemminger@linux-foundation.org>
Wed, 21 Mar 2007 20:42:33 +0000 (13:42 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:28:46 +0000 (22:28 -0700)
commit3f890923182aeebc572f3818dd51c9014827e0ec
tree58831f297f8f8c6260d71b512176b7bd26dfe7db
parent467aea0ddfd1f0f1158c57cbef0e8941dd63374c
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 <shemminger@linux-foundation.org>
net/bridge/br_fdb.c