All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/8] net: hns3: add some fixes for -net
@ 2021-09-29  9:35 Guangbin Huang
  2021-09-29  9:35 ` [PATCH net 1/8] net: hns3: do not allow call hns3_nic_net_open repeatedly Guangbin Huang
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Guangbin Huang @ 2021-09-29  9:35 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, linux-kernel, lipeng321, huangguangbin2

This series adds some fixes for the HNS3 ethernet driver.

Guangbin Huang (3):
  net: hns3: PF enable promisc for VF when mac table is overflow
  net: hns3: fix always enable rx vlan filter problem after selftest
  net: hns3: disable firmware compatible features when uninstall PF

Jian Shen (5):
  net: hns3: do not allow call hns3_nic_net_open repeatedly
  net: hns3: remove tc enable checking
  net: hns3: don't rollback when destroy mqprio fail
  net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and
    HCLGE_FLAG_DCB_ENABLE
  net: hns3: fix show wrong state when add existing uc mac address

 drivers/net/ethernet/hisilicon/hns3/hnae3.h   |  1 -
 .../net/ethernet/hisilicon/hns3/hns3_enet.c   | 16 ++++-----
 .../ethernet/hisilicon/hns3/hns3_ethtool.c    |  6 ++--
 .../hisilicon/hns3/hns3pf/hclge_cmd.c         | 21 +++++++-----
 .../hisilicon/hns3/hns3pf/hclge_dcb.c         | 29 ++++++++--------
 .../hisilicon/hns3/hns3pf/hclge_main.c        | 27 ++++++++-------
 .../ethernet/hisilicon/hns3/hns3pf/hclge_tm.c | 33 +++----------------
 7 files changed, 60 insertions(+), 73 deletions(-)

-- 
2.33.0


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-09-29 10:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-29  9:35 [PATCH net 0/8] net: hns3: add some fixes for -net Guangbin Huang
2021-09-29  9:35 ` [PATCH net 1/8] net: hns3: do not allow call hns3_nic_net_open repeatedly Guangbin Huang
2021-09-29  9:35 ` [PATCH net 2/8] net: hns3: remove tc enable checking Guangbin Huang
2021-09-29  9:35 ` [PATCH net 3/8] net: hns3: don't rollback when destroy mqprio fail Guangbin Huang
2021-09-29  9:35 ` [PATCH net 4/8] net: hns3: fix mixed flag HCLGE_FLAG_MQPRIO_ENABLE and HCLGE_FLAG_DCB_ENABLE Guangbin Huang
2021-09-29  9:35 ` [PATCH net 5/8] net: hns3: fix show wrong state when add existing uc mac address Guangbin Huang
2021-09-29  9:35 ` [PATCH net 6/8] net: hns3: PF enable promisc for VF when mac table is overflow Guangbin Huang
2021-09-29  9:35 ` [PATCH net 7/8] net: hns3: fix always enable rx vlan filter problem after selftest Guangbin Huang
2021-09-29  9:35 ` [PATCH net 8/8] net: hns3: disable firmware compatible features when uninstall PF Guangbin Huang
2021-09-29 10:10 ` [PATCH net 0/8] net: hns3: add some fixes for -net patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.