mbox series

[net,00/10] net: hns: Code improvements & fixes for HNS driver

Message ID 1544846009-50276-1-git-send-email-lipeng321@huawei.com
Headers show
Series net: hns: Code improvements & fixes for HNS driver | expand

Message

lipeng (Y) Dec. 15, 2018, 3:53 a.m. UTC
This patchset introduces some code improvements and fixes
for the identified problems in the HNS driver.

Every patch is independent.

Yonglong Liu (10):
  net: hns: Incorrect offset address used for some registers.
  net: hns: All ports can not work when insmod hns ko after rmmod.
  net: hns: some registers use wrong address according to the datasheet.
  net: hns: fixed bug that netdev was opened twice
  net: hns: clean rx fbd when ae stopped.
  net: hns: free irq when exit from abnormal branch
  net: hns: Avoid net reset caused by pause frames storm
  net: hns: Fix ntuple-filters status error.
  net: hns: Add mac pcs config when enable|disable mac
  net: hns: fix ping failed when use net bridge and send multicast

 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c  |   3 +
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c |  14 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c  |  15 +
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 503 ++++++++++++++-------
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_reg.h  |  13 +-
 drivers/net/ethernet/hisilicon/hns/hns_enet.c      |  43 +-
 6 files changed, 413 insertions(+), 178 deletions(-)

Comments

David Miller Dec. 16, 2018, 8:07 p.m. UTC | #1
From: Peng Li <lipeng321@huawei.com>
Date: Sat, 15 Dec 2018 11:53:19 +0800

> This patchset introduces some code improvements and fixes
> for the identified problems in the HNS driver.
> 
> Every patch is independent.

Series applied, thank you.