netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/5] Wangxun fixes
@ 2024-04-16  6:29 Jiawen Wu
  2024-04-16  6:29 ` [PATCH net 1/5] net: wangxun: fix the incorrect display of queue number in statistics Jiawen Wu
                   ` (4 more replies)
  0 siblings, 5 replies; 15+ messages in thread
From: Jiawen Wu @ 2024-04-16  6:29 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, rmk+kernel, andrew, netdev
  Cc: mengyuanlou, duanqiangwen, Jiawen Wu

Fixed some bugs when using ethtool to operate network devices.

Jiawen Wu (5):
  net: wangxun: fix the incorrect display of queue number in statistics
  net: wangxun: fix error statistics when the device is reset
  net: wangxun: fix to change Rx features
  net: wangxun: change NETIF_F_HW_VLAN_STAG_* to fixed features
  net: txgbe: fix to control VLAN strip

 .../net/ethernet/wangxun/libwx/wx_ethtool.c   | 19 ++++--
 drivers/net/ethernet/wangxun/libwx/wx_hw.c    |  3 +
 drivers/net/ethernet/wangxun/libwx/wx_lib.c   | 26 +++++++-
 drivers/net/ethernet/wangxun/libwx/wx_lib.h   |  2 +
 drivers/net/ethernet/wangxun/libwx/wx_type.h  |  6 ++
 .../net/ethernet/wangxun/ngbe/ngbe_ethtool.c  | 24 +++++--
 drivers/net/ethernet/wangxun/ngbe/ngbe_main.c |  6 +-
 .../ethernet/wangxun/txgbe/txgbe_ethtool.c    | 24 +++++--
 .../net/ethernet/wangxun/txgbe/txgbe_main.c   | 63 ++++++++++++++++++-
 9 files changed, 154 insertions(+), 19 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2024-04-26  7:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-16  6:29 [PATCH net 0/5] Wangxun fixes Jiawen Wu
2024-04-16  6:29 ` [PATCH net 1/5] net: wangxun: fix the incorrect display of queue number in statistics Jiawen Wu
2024-04-16 10:16   ` Francois Romieu
2024-04-16  6:29 ` [PATCH net 2/5] net: wangxun: fix error statistics when the device is reset Jiawen Wu
2024-04-16 10:17   ` Francois Romieu
2024-04-16 14:56   ` Andrew Lunn
2024-04-24  7:53     ` Jiawen Wu
2024-04-16  6:29 ` [PATCH net 3/5] net: wangxun: fix to change Rx features Jiawen Wu
2024-04-16 15:01   ` Andrew Lunn
2024-04-16  6:29 ` [PATCH net 4/5] net: wangxun: change NETIF_F_HW_VLAN_STAG_* to fixed features Jiawen Wu
2024-04-18 18:58   ` Simon Horman
2024-04-25  6:53     ` Jiawen Wu
2024-04-26  7:07       ` Simon Horman
2024-04-16  6:29 ` [PATCH net 5/5] net: txgbe: fix to control VLAN strip Jiawen Wu
2024-04-18 19:54   ` Simon Horman

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).