Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/7] net: hns3: add some bugfixes and cleanups
@ 2019-09-04 14:06 Huazhong Tan
  2019-09-04 14:06 ` [PATCH net-next 1/7] net: hns3: fix error VF index when setting VLAN offload Huazhong Tan
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Huazhong Tan @ 2019-09-04 14:06 UTC (permalink / raw)
  To: davem
  Cc: netdev, linux-kernel, salil.mehta, yisen.zhuang, linuxarm,
	jakub.kicinski, Huazhong Tan

This patch-set includes bugfixes and cleanups for the HNS3
ethernet controller driver.

[patch 01/07] fixes an error when setting VLAN offload.

[patch 02/07] fixes an double free issue when setting ringparam.

[patch 03/07] fixes a mis-assignment of hdev->reset_level.

[patch 04/07] adds a checking for client's validity.

[patch 05/07] simplifies bool variable's assignment.

[patch 06/07] disables loopback when initializing.

[patch 07/07] makes internal function to static.

Guojia Liao (2):
  net: hns3: remove explicit conversion to bool
  net: hns3: make hclge_dbg_get_m7_stats_info static

Huazhong Tan (2):
  net: hns3: fix double free bug when setting ringparam
  net: hns3: fix mis-assignment to hdev->reset_level in hclge_reset

Jian Shen (1):
  net: hns3: fix error VF index when setting VLAN offload

Peng Li (1):
  net: hns3: add client node validity judgment

Yufeng Mo (1):
  net: hns3: disable loopback setting in hclge_mac_init

 drivers/net/ethernet/hisilicon/hns3/hnae3.c        | 16 ++++++
 drivers/net/ethernet/hisilicon/hns3/hns3_ethtool.c |  4 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_debugfs.c |  2 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    | 59 ++++++++++++++++++----
 4 files changed, 69 insertions(+), 12 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2019-09-05 11:02 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-04 14:06 [PATCH net-next 0/7] net: hns3: add some bugfixes and cleanups Huazhong Tan
2019-09-04 14:06 ` [PATCH net-next 1/7] net: hns3: fix error VF index when setting VLAN offload Huazhong Tan
2019-09-04 14:06 ` [PATCH net-next 2/7] net: hns3: fix double free bug when setting ringparam Huazhong Tan
2019-09-04 14:06 ` [PATCH net-next 3/7] net: hns3: fix mis-assignment to hdev->reset_level in hclge_reset Huazhong Tan
2019-09-04 14:06 ` [PATCH net-next 4/7] net: hns3: add client node validity judgment Huazhong Tan
2019-09-05 10:12   ` Sergei Shtylyov
2019-09-05 11:01     ` tanhuazhong
2019-09-04 14:06 ` [PATCH net-next 5/7] net: hns3: remove explicit conversion to bool Huazhong Tan
2019-09-04 14:06 ` [PATCH net-next 6/7] net: hns3: disable loopback setting in hclge_mac_init Huazhong Tan
2019-09-04 14:06 ` [PATCH net-next 7/7] net: hns3: make hclge_dbg_get_m7_stats_info static Huazhong Tan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox