Merge branch 'fdb'
authorDavid S. Miller <davem@davemloft.net>
Thu, 7 Mar 2013 20:29:54 +0000 (15:29 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 7 Mar 2013 20:29:54 +0000 (15:29 -0500)
commita6f3587ca24da9c150269fe76cb2eabc6df96b90
treee6130e1486b7f2f0e7ee09ff9542fde75da00d00
parent6906f4ed6f85b2d72fd944e15da6a905fdde8b40
parent3e5c112f5f3a09e7b5a899ef87ce38de83f99f1a
Merge branch 'fdb'

Vlad Yasevich says:

====================
This is a short series that now allows mac filter programming on any
card that support IFF_UNICAST_FLT by using the existing FDB interface.

Some existing drivers that had FDB functionality usually supported
it only in SR-IOV mode.  Since that's not always enabled, and
we want to take advantage of IFF_UNICAST_FLT support, these drivers
have been converted to call the default handler when not in SRIOV mode.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>