]> Pileus Git - ~andy/linux/commitdiff
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)
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>

Trivial merge