2019-10-06 11:12:38

by Jose Abreu

[permalink] [raw]
Subject: [PATCH net 0/3] net: stmmac: Fixes for -net

Fixes for -net. More info in commit logs.

---
Cc: Giuseppe Cavallaro <[email protected]>
Cc: Alexandre Torgue <[email protected]>
Cc: Jose Abreu <[email protected]>
Cc: "David S. Miller" <[email protected]>
Cc: Maxime Coquelin <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
---

Jose Abreu (3):
net: stmmac: selftests: Check if filtering is available before running
net: stmmac: gmac4+: Not all Unicast addresses may be available
net: stmmac: selftests: Fix L2 Hash Filter test

drivers/net/ethernet/stmicro/stmmac/dwmac4_core.c | 2 +-
drivers/net/ethernet/stmicro/stmmac/stmmac_selftests.c | 11 +++++++++--
2 files changed, 10 insertions(+), 3 deletions(-)

--
2.7.4


2019-10-06 16:45:17

by David Miller

[permalink] [raw]
Subject: Re: [PATCH net 0/3] net: stmmac: Fixes for -net

From: Jose Abreu <[email protected]>
Date: Sun, 6 Oct 2019 13:08:54 +0200

> Fixes for -net. More info in commit logs.

Series applied, thank you.