]> git.hungrycats.org Git - linux/commit
Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"
authorHeiner Kallweit <hkallweit1@gmail.com>
Tue, 21 Nov 2023 08:09:33 +0000 (09:09 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Nov 2023 12:12:02 +0000 (12:12 +0000)
commit6a26310273c323380da21eb23fcfd50e31140913
tree42fc9a4045d68daf34b949b97661c34372c79c10
parente6d71b437abc2f249e3b6a1ae1a7228e09c6e563
Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"

This reverts commit efa5f1311c4998e9e6317c52bc5ee93b3a0f36df.

I couldn't reproduce the reported issue. What I did, based on a pcap
packet log provided by the reporter:
- Used same chip version (RTL8168h)
- Set MAC address to the one used on the reporters system
- Replayed the EAPOL unicast packet that, according to the reporter,
  was filtered out by the mc filter.
The packet was properly received.

Therefore the root cause of the reported issue seems to be somewhere
else. Disabling mc filtering completely for the most common chip
version is a quite big hammer. Therefore revert the change and wait
for further analysis results from the reporter.

Cc: stable@vger.kernel.org
Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c