]> Pileus Git - ~andy/linux/commit
sfc: Fix lookup of default RX MAC filters when steered using ethtool
authorBen Hutchings <bhutchings@solarflare.com>
Tue, 9 Jul 2013 16:12:49 +0000 (17:12 +0100)
committerBen Hutchings <bhutchings@solarflare.com>
Wed, 21 Aug 2013 13:18:12 +0000 (14:18 +0100)
commitf3851b0acc5a75bd33c6d344a2e4f920e1622ff0
tree2de77a2ec1d20de90314b055b82e15d71f97bbda
parent0f7dd1aa8f959216f1faa71513b9d3c1a9065e5a
sfc: Fix lookup of default RX MAC filters when steered using ethtool

commit 385904f819e3 ('sfc: Don't use
efx_filter_{build,hash,increment}() for default MAC filters') used the
wrong name to find the index of default RX MAC filters at insertion/
update time.  This could result in memory corruption and would in any
case silently fail to update the filter.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
drivers/net/ethernet/sfc/filter.c