All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net V2 0/2] Bugfixs for hns ethernet driver
@ 2017-07-06  2:21 Lin Yun Sheng
  2017-07-06  2:21 ` [PATCH net V2 1/2] net: hns: Fix a wrong op phy C45 code Lin Yun Sheng
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Lin Yun Sheng @ 2017-07-06  2:21 UTC (permalink / raw)
  To: davem
  Cc: huangdaode, xuwei5, liguozhu, Yisen.Zhuang, gabriele.paoloni,
	john.garry, linuxarm, yisen.zhuang, salil.mehta, lipeng321,
	tremyfr, netdev, linux-kernel

This patchset fix skb used after free and C45 op code issues
in hns driver.

Patch V2:
	1. Remove ndev->feature checking in TX description patch.
	2. Add Fixes: Tag in patch description.

Patch V1:
	Initial Submit

Yunsheng Lin (2):
  net: hns: Fix a wrong op phy C45 code
  net: hns: Fix a skb used after free bug

 drivers/net/ethernet/hisilicon/hns/hns_enet.c | 22 ++++++++++------------
 drivers/net/ethernet/hisilicon/hns/hns_enet.h |  6 +++---
 drivers/net/ethernet/hisilicon/hns_mdio.c     |  2 +-
 3 files changed, 14 insertions(+), 16 deletions(-)

-- 
1.9.1

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

end of thread, other threads:[~2017-07-08 10:06 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-06  2:21 [PATCH net V2 0/2] Bugfixs for hns ethernet driver Lin Yun Sheng
2017-07-06  2:21 ` [PATCH net V2 1/2] net: hns: Fix a wrong op phy C45 code Lin Yun Sheng
2017-07-06  2:22 ` [PATCH net V2 2/2] net: hns: Fix a skb used after free bug Lin Yun Sheng
2017-07-08 10:05 ` [PATCH net V2 0/2] Bugfixs for hns ethernet driver David Miller

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.