Files
kernel_amazon_mt8127-common/include/linux
Vlad Yasevich 4cd729b042 net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api
The current implementation of dev_uc_sync/unsync() assumes that there is
a strict 1-to-1 relationship between the source and destination of the sync.
In other words, once an address has been synced to a destination device, it
will not be synced to any other device through the sync API.
However, there are some virtual devices that aggreate a number of lower
devices and need to sync addresses to all of them.  The current
API falls short there.

This patch introduces a new dev_uc_sync_multiple() api that can be called
in the above circumstances and allows sync to work for every invocation.

CC: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Vlad Yasevich <vyasevic@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2013-04-15 16:10:47 -04:00
..
2013-03-01 13:39:00 -08:00
2013-04-11 15:57:32 -04:00
2013-03-19 19:15:52 +01:00
2013-02-26 02:46:08 -05:00
2013-02-22 23:31:31 -05:00
2013-03-06 14:55:20 -05:00
2013-03-28 01:20:42 -04:00
2013-03-22 16:41:20 -07:00
2013-03-12 11:40:53 -04:00
2013-02-19 08:43:34 +01:00
2013-03-29 15:31:30 -04:00
2013-03-19 19:15:52 +01:00
2013-03-10 22:20:05 +01:00
2013-02-14 09:21:15 -05:00
2013-03-21 11:47:51 -04:00
2013-03-20 12:10:38 -04:00