lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <a6471019-3588-482f-8dc3-6503f3f3e4f2@gmail.com> Date: Mon, 30 Oct 2023 23:02:37 +0100 From: Heiner Kallweit <hkallweit1@...il.com> To: Patrick Thompson <ptf@...gle.com>, netdev@...r.kernel.org Cc: Chun-Hao Lin <hau@...ltek.com>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, linux-kernel@...r.kernel.org, nic_swsd@...ltek.com Subject: Re: [PATCH v3] net: r8169: Disable multicast filter for RTL8168H and RTL8107E On 30.10.2023 21:50, Patrick Thompson wrote: > RTL8168H and RTL8107E ethernet adapters erroneously filter unicast > eapol packets unless allmulti is enabled. These devices correspond to > RTL_GIGA_MAC_VER_46 and VER_48. Add an exception for VER_46 and VER_48 > in the same way that VER_35 has an exception. > > Fixes: 6e1d0b898818 ("r8169:add support for RTL8168H and RTL8107E") > Signed-off-by: Patrick Thompson <ptf@...gle.com> > --- > > Changes in v3: > - disable mc filter for VER_48 > - update description > > Changes in v2: > - add Fixes tag > - add net annotation > - update description > Reviewed-by: Heiner Kallweit <hkallweit1@...il.com>
Powered by blists - more mailing lists