Files
linux/drivers/net/ethernet/sfc
Ben Hutchings 40361e8fcc sfc: Fix lookup of default RX MAC filters when steered using ethtool
[ Upstream commit f3851b0acc ]

commit 385904f819 ('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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2013-09-14 06:54:55 -07:00
..