summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/VlanConfigDxe/VlanConfigImpl.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-664/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-8/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-3/+3
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-3/+11
* MdeModulePkg: Replace unsafe string functions.Zhang Lubo2015-07-081-7/+7
* Fix following problems about VLAN driver:Fu Siyuan2014-01-241-32/+53
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-1/+28
* Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong102011-12-151-15/+22
* Clean up the private GUID definition in module Level.lgao42011-09-181-9/+8
* Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong102011-09-161-2/+2
* Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye12011-08-241-15/+8
* Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong102011-05-201-56/+63
* update the comments.ydong102010-12-091-2/+2
* Co-work with patch V11137 to refine the Hii menu.ydong102010-12-091-2/+2
* Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao42010-06-021-3/+12
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fix wrong BufferSize for Configuration data.lgao42010-03-041-2/+2
* Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao42010-03-041-5/+53
* Add some security check.xdu22010-02-051-2/+1
* refine the code and add more security check.vanjeff2010-01-081-2/+4
* Add VLAN support.xdu22009-12-301-0/+551