[Bridge] [PATCH AUTOSEL 4.19 12/32] net: bridge: when suppression is enabled exclude RARP packets

2021-05-05 Thread Sasha Levin
From: Nikolay Aleksandrov [ Upstream commit 0353b4a96b7a9f60fe20d1b3ebd4931a4085f91c ] Recently we had an interop issue where RARP packets got suppressed with bridge neigh suppression enabled, but the check in the code was meant to suppress GARP. Exclude RARP packets from it which would allow so

[Bridge] [PATCH AUTOSEL 5.4 14/46] net: bridge: when suppression is enabled exclude RARP packets

2021-05-05 Thread Sasha Levin
From: Nikolay Aleksandrov [ Upstream commit 0353b4a96b7a9f60fe20d1b3ebd4931a4085f91c ] Recently we had an interop issue where RARP packets got suppressed with bridge neigh suppression enabled, but the check in the code was meant to suppress GARP. Exclude RARP packets from it which would allow so

[Bridge] [PATCH AUTOSEL 5.10 22/85] net: bridge: when suppression is enabled exclude RARP packets

2021-05-05 Thread Sasha Levin
From: Nikolay Aleksandrov [ Upstream commit 0353b4a96b7a9f60fe20d1b3ebd4931a4085f91c ] Recently we had an interop issue where RARP packets got suppressed with bridge neigh suppression enabled, but the check in the code was meant to suppress GARP. Exclude RARP packets from it which would allow so

[Bridge] [PATCH AUTOSEL 5.11 027/104] net: bridge: when suppression is enabled exclude RARP packets

2021-05-05 Thread Sasha Levin
From: Nikolay Aleksandrov [ Upstream commit 0353b4a96b7a9f60fe20d1b3ebd4931a4085f91c ] Recently we had an interop issue where RARP packets got suppressed with bridge neigh suppression enabled, but the check in the code was meant to suppress GARP. Exclude RARP packets from it which would allow so

[Bridge] [PATCH AUTOSEL 5.12 074/116] net: bridge: propagate error code and extack from br_mc_disabled_update

2021-05-05 Thread Sasha Levin
From: Florian Fainelli [ Upstream commit ae1ea84b33dab45c7b6c1754231ebda5959b504c ] Some Ethernet switches might only be able to support disabling multicast snooping globally, which is an issue for example when several bridges span the same physical device and request contradictory settings. Pr

[Bridge] [PATCH AUTOSEL 5.12 027/116] net: bridge: when suppression is enabled exclude RARP packets

2021-05-05 Thread Sasha Levin
From: Nikolay Aleksandrov [ Upstream commit 0353b4a96b7a9f60fe20d1b3ebd4931a4085f91c ] Recently we had an interop issue where RARP packets got suppressed with bridge neigh suppression enabled, but the check in the code was meant to suppress GARP. Exclude RARP packets from it which would allow so

Re: [Bridge] [RFC net-next 6/9] net: dsa: Forward offloading

2021-05-05 Thread Vladimir Oltean
On Wed, May 05, 2021 at 11:01:09AM +0200, Tobias Waldekranz wrote: > On Wed, May 05, 2021 at 02:04, Vladimir Oltean wrote: > > On Wed, May 05, 2021 at 12:12:15AM +0200, Tobias Waldekranz wrote: > >> > and you create a dependency between the tagger and the switch driver > >> > which was supposed by

Re: [Bridge] [RFC net-next 6/9] net: dsa: Forward offloading

2021-05-05 Thread Tobias Waldekranz
On Wed, May 05, 2021 at 02:04, Vladimir Oltean wrote: > On Wed, May 05, 2021 at 12:12:15AM +0200, Tobias Waldekranz wrote: >> > and you create a dependency between the tagger and the switch driver >> > which was supposed by design to not exist. >> >> Sure, but _why_ should it not exist? Many fiel

Re: [Bridge] [RFC net-next 2/9] net: bridge: Disambiguate offload_fwd_mark

2021-05-05 Thread Ido Schimmel
On Mon, May 03, 2021 at 10:49:12AM +0200, Tobias Waldekranz wrote: > On Sun, May 02, 2021 at 18:00, Ido Schimmel wrote: > > On Mon, Apr 26, 2021 at 07:04:04PM +0200, Tobias Waldekranz wrote: > >> - skb->cb->offload_fwd_mark becomes skb->cb->src_hwdom. There is a > >> slight change here: Whereas