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)
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>

No differences found