audk/MdeModulePkg/Universal/Network/MnpDxe
Zhang Lubo 0bb073b9e2 MdeModulePkg:Fix a robustness issue of Mnp Driver
v3:
*
When there exists duplicate items in VLAN variable , save the correct
variable content back to the variable storage after duplicate items are removed

Duplicate items in VLAN variable will cause MNP driver binding
start function fall into infinite loop,so we should check it's
content before using it.

Cc: Fu Siyuan <siyuan.fu@intel.com>
Cc: Ye Ting <ting.ye@intel.com>
Cc: Wu Jiaxin <jiaxin.wu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zhang Lubo <lubo.zhang@intel.com>
Reviewed-by: Ye Ting <ting.ye@intel.com>
Reviewed-by: Fu Siyuan <siyuan.fu@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>
2016-02-29 09:24:58 +08:00
..
ComponentName.c
ComponentName.h
MnpConfig.c MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously. 2016-01-08 02:38:34 +00:00
MnpDriver.c
MnpDriver.h MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously. 2016-01-08 02:38:34 +00:00
MnpDxe.inf
MnpDxe.uni
MnpDxeExtra.uni
MnpImpl.h MdeModulePkg: Update the default size of MNP TX buffer pool. 2016-02-03 15:17:05 +08:00
MnpIo.c MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously. 2016-01-08 02:38:34 +00:00
MnpMain.c MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously. 2016-01-08 02:38:34 +00:00
MnpVlan.c MdeModulePkg:Fix a robustness issue of Mnp Driver 2016-02-29 09:24:58 +08:00
MnpVlan.h