]> git.proxmox.com Git - mirror_ubuntu-kernels.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)
commitb13cead1eca5d8f26eda6c85fb0d6f618f154cdb
tree440811c4f475f9ef3c0b72d00882ff84d4c4c6b0
parent7fe2f1bc15be08779246f1d46efbaec8b141c9b7
parenta0c007b3f6455641c5ba7fb5c474401d82387121
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>