From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jose Abreu Subject: [PATCH net 0/5] net: stmmac: Misc fixes Date: Tue, 8 Jan 2019 15:51:04 +0100 Message-ID: Cc: Jose Abreu , Joao Pinto , "David S . Miller" , Giuseppe Cavallaro , Alexandre Torgue To: netdev@vger.kernel.org Return-path: Received: from smtprelay4.synopsys.com ([198.182.47.9]:52350 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728207AbfAHOvR (ORCPT ); Tue, 8 Jan 2019 09:51:17 -0500 Sender: netdev-owner@vger.kernel.org List-ID: Some small fixes for stmmac targeting -net. Detailed info in commit log. Cc: Joao Pinto Cc: David S. Miller Cc: Giuseppe Cavallaro Cc: Alexandre Torgue Jose Abreu (5): net: stmmac: Fix PCI module removal leak net: stmmac: dwxgmac2: Only clear interrupts that are active net: stmmac: Check if CBS is supported before configuring net: stmmac: Fix the logic of checking if RX Watchdog must be enabled net: stmmac: Prevent RX starvation in stmmac_napi_poll() drivers/net/ethernet/stmicro/stmmac/dwxgmac2_dma.c | 6 +-- drivers/net/ethernet/stmicro/stmmac/stmmac_main.c | 51 +++++++++++----------- drivers/net/ethernet/stmicro/stmmac/stmmac_pci.c | 10 +++++ drivers/net/ethernet/stmicro/stmmac/stmmac_tc.c | 2 + 4 files changed, 41 insertions(+), 28 deletions(-) -- 2.7.4