lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Thu, 22 Dec 2022 14:43:40 +0800 From: Hao Lan <lanhao@...wei.com> To: <davem@...emloft.net>, <kuba@...nel.org> CC: <yisen.zhuang@...wei.com>, <salil.mehta@...wei.com>, <edumazet@...gle.com>, <pabeni@...hat.com>, <richardcochran@...il.com>, <huangguangbin2@...wei.com>, <wangjie125@...wei.com>, <shenjian15@...wei.com>, <netdev@...r.kernel.org> Subject: [PATCH net 0/3] net: hns3: fix some bug for hns3 There are some bugfixes for the HNS3 ethernet driver. patch#1 fix miss checking for rx packet. patch#2 fixes VF promisc mode not update when mac table full bug, and patch#3 fixes a nterrupts not initialization in VF FLR bug. Jian Shen (2): net: hns3: fix miss L3E checking for rx packet net: hns3: fix VF promisc mode not update when mac table full Jie Wang (1): net: hns3: add interrupts re-initialization while doing VF FLR .../net/ethernet/hisilicon/hns3/hns3_enet.c | 10 +-- .../hisilicon/hns3/hns3pf/hclge_main.c | 75 +++++++++++-------- .../hisilicon/hns3/hns3vf/hclgevf_main.c | 3 +- 3 files changed, 49 insertions(+), 39 deletions(-) -- 2.30.0
Powered by blists - more mailing lists