Message ID | 20220413014416.2306843-1-lech.perczak@gmail.com |
---|---|
Headers | show |
Series | rndis_host: handle bogus MAC addresses in ZTE RNDIS devices | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Wed, 13 Apr 2022 03:44:13 +0200 you wrote: > When porting support of ZTE MF286R to OpenWrt [1], it was discovered, > that its built-in LTE modem fails to adjust its target MAC address, > when a random MAC address is assigned to the interface, due to detection of > "locally-administered address" bit. This leads to dropping of ingress > trafficat the host. The modem uses RNDIS as its primary interface, > with some variants exposing both of them simultaneously. > > [...] Here is the summary with links: - [v3,1/3] cdc_ether: export usbnet_cdc_zte_rx_fixup https://git.kernel.org/netdev/net-next/c/64b97df995f0 - [v3,2/3] rndis_host: enable the bogus MAC fixup for ZTE devices from cdc_ether https://git.kernel.org/netdev/net-next/c/36e747972d8b - [v3,3/3] rndis_host: limit scope of bogus MAC address detection to ZTE devices https://git.kernel.org/netdev/net-next/c/171cfae6b78c You are awesome, thank you!