From: David S. Miller Date: Thu, 26 Aug 2021 08:41:50 +0000 (+0100) Subject: Merge branch 'ionic-next' X-Git-Tag: v5.15-rc1~157^2~64 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b13cead1eca5d8f26eda6c85fb0d6f618f154cdb;p=thirdparty%2Fkernel%2Flinux.git 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 --- b13cead1eca5d8f26eda6c85fb0d6f618f154cdb