Re: [RFC PATCH net-next] bridge: Implement MLD Querier wake-up calls / Android bug workaround

2020-08-16 Thread David Miller
From: Linus Lüssing Date: Sun, 16 Aug 2020 22:24:24 +0200 > I'm aware that this is quite a hack, so I'm unsure if this is suitable > for upstream. On the other hand, the Android ticket isn't moving > anywhere and even if it were fixed in Android, I'd expect it to take > years until that fix

Re: [Bridge] [RFC PATCH net-next] bridge: Implement MLD Querier wake-up calls / Android bug workaround

2020-08-16 Thread David Miller
From: Stephen Hemminger Date: Sun, 16 Aug 2020 15:08:13 -0700 > Rather than adding yet another feature to the bridge, could this hack be done > by > having a BPF hook? or netfilter module? Stephen please do not quote an entire huge patch just to add a small amount of commentary at the end.

Re: [OpenWrt-Devel] [PATCH v2] net: Allow class-e address assignment via ifconfig ioctl

2019-02-17 Thread David Miller
. Miller >>Signed-off-by: Linus Walleij > > Is this really a fix? This isn't something that ever worked. > > Either way, David Miller will need to sign off on this since he > manages > net/ -stable patches. I don't think this is -stable material at all. _

Re: [OpenWrt-Devel] [PATCH] net: dsa: rtl8366rb: Support port 4 (WAN)

2018-08-09 Thread David Miller
From: Linus Walleij Date: Wed, 8 Aug 2018 14:38:55 +0200 > The totally undocumented IO mode needs to be set to enumerator > 0 to enable port 4 also known as WAN in most configurations, > for ordinary traffic. The 3 bits in the register come up as > 010 after reset, but need to be set to 000. >

Re: [OpenWrt-Devel] [PATCH 3/3 v2] net: dsa: Add Vitesse VSC73xx DSA router driver

2018-07-03 Thread David Miller
From: Linus Walleij Date: Sat, 30 Jun 2018 13:17:31 +0200 > This adds a DSA driver for: > > Vitesse VSC7385 SparX-G5 5-port Integrated Gigabit Ethernet Switch > Vitesse VSC7388 SparX-G8 8-port Integrated Gigabit Ethernet Switch > Vitesse VSC7395 SparX-G5e 5+1-port Integrated Gigabit Ethernet

Re: [OpenWrt-Devel] [PATCH 2/3 v2] net: phy: vitesse: Add support for VSC73xx

2018-07-03 Thread David Miller
From: Linus Walleij Date: Sat, 30 Jun 2018 13:17:30 +0200 > The VSC7385, VSC7388, VSC7395 and VSC7398 are integrated > switch/router chips for 5+1 or 8-port switches/routers. When > managed directly by Linux using DSA we need to do a special > set-up "dance" on the PHY. Unfortunately these

Re: [OpenWrt-Devel] [PATCH 1/3 v2] net: dsa: Add DT bindings for Vitesse VSC73xx switches

2018-07-03 Thread David Miller
From: Linus Walleij Date: Sat, 30 Jun 2018 13:17:29 +0200 > This adds the device tree bindings for the Vitesse VSC73xx > switches. We also add the vendor name for Vitesse. > > Cc: devicet...@vger.kernel.org > Reviewed-by: Florian Fainelli > Signed-off-by: Linus Walleij > --- > ChangeLog