]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'ionic-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 26 Aug 2021 08:41:50 +0000 (09:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 26 Aug 2021 08:41:50 +0000 (09:41 +0100)
commit5a90bc5e1c2ecbec1375a83a20756eb196612b57
tree440811c4f475f9ef3c0b72d00882ff84d4c4c6b0
parent6e2984fdf2917b1b3624435ddd039a3641e6e458
parent43083123d8e65a4acdb4a0cad1d8d727ead01829
Merge branch 'ionic-next'

Shannon Nelson says:

====================
ionic: queue and filter mgmt updates

After a pair of simple code cleanups, we change the mac filter
management to split the updates between the driver's filter
list and the device's filter list so that we can keep the calls
to dev_uc_sync() and dev_mc_sync() under the netif_addr_lock
in ndo_set_rx_mode, and then sync the driver's list to the
device later in the rx_mode work task.
====================

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