netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/9] Misc. bug fixes and cleanup for HNS3 driver
@ 2018-05-19 15:53 Salil Mehta
  2018-05-19 15:53 ` [PATCH net-next 1/9] net: hns3: Fixes error reported by Kbuild and internal review Salil Mehta
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Salil Mehta @ 2018-05-19 15:53 UTC (permalink / raw)
  To: davem
  Cc: salil.mehta, yisen.zhuang, lipeng321, mehta.salil, netdev,
	linux-kernel, linuxarm

This patch-set presents miscellaneous bug fixes and cleanups found during
internal review, system testing and cleanup.

Fuyun Liang (1):
  net: hns3: Fix for netdev not running problem after calling net_stop
    and net_open

Huazhong Tan (1):
  net: hns3: Use enums instead of magic number in
    hclge_is_special_opcode

Jian Shen (1):
  net: hns3: cleanup of return values in hclge_init_client_instance()

Peng Li (1):
  net: hns3: Fixes API to fetch ethernet header length with kernel
    default

Salil Mehta (1):
  net: hns3: Fixes error reported by Kbuild and internal review

Xi Wang (3):
  net: hns3: Fix the missing client list node initialization
  net: hns3: Fix for hns3 module is loaded multiple times problem
  net: hns3: Fixes kernel panic issue during rmmod hns3 driver

Yunsheng Lin (1):
  net: hns3: Fix for CMDQ and Misc. interrupt init order problem

 drivers/net/ethernet/hisilicon/hns3/hnae3.c        |   1 +
 drivers/net/ethernet/hisilicon/hns3/hnae3.h        |   2 +
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.c    | 111 ++-------------------
 drivers/net/ethernet/hisilicon/hns3/hns3_enet.h    |   2 +
 .../net/ethernet/hisilicon/hns3/hns3pf/hclge_cmd.c |  10 +-
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.c    |  17 ++--
 .../ethernet/hisilicon/hns3/hns3pf/hclge_main.h    |   2 +-
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.c  |  16 +--
 .../ethernet/hisilicon/hns3/hns3vf/hclgevf_main.h  |   2 +-
 9 files changed, 39 insertions(+), 124 deletions(-)

-- 
2.7.4

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

end of thread, other threads:[~2018-05-20 22:56 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-19 15:53 [PATCH net-next 0/9] Misc. bug fixes and cleanup for HNS3 driver Salil Mehta
2018-05-19 15:53 ` [PATCH net-next 1/9] net: hns3: Fixes error reported by Kbuild and internal review Salil Mehta
2018-05-19 15:53 ` [PATCH net-next 2/9] net: hns3: Fixes API to fetch ethernet header length with kernel default Salil Mehta
2018-05-19 15:53 ` [PATCH net-next 3/9] net: hns3: cleanup of return values in hclge_init_client_instance() Salil Mehta
2018-05-19 15:53 ` [PATCH net-next 4/9] net: hns3: Fix the missing client list node initialization Salil Mehta
2018-05-19 15:53 ` [PATCH net-next 5/9] net: hns3: Fix for hns3 module is loaded multiple times problem Salil Mehta
2018-05-19 15:53 ` [PATCH net-next 6/9] net: hns3: Use enums instead of magic number in hclge_is_special_opcode Salil Mehta
2018-05-19 15:53 ` [PATCH net-next 7/9] net: hns3: Fix for netdev not running problem after calling net_stop and net_open Salil Mehta
2018-05-19 15:53 ` [PATCH net-next 8/9] net: hns3: Fixes kernel panic issue during rmmod hns3 driver Salil Mehta
2018-05-19 15:53 ` [PATCH net-next 9/9] net: hns3: Fix for CMDQ and Misc. interrupt init order problem Salil Mehta
2018-05-20 22:56 ` [PATCH net-next 0/9] Misc. bug fixes and cleanup for HNS3 driver David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).