summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/VlanConfigDxe
AgeCommit message (Expand)AuthorFilesLines
2014-01-24Fix following problems about VLAN driver:Fu Siyuan3-39/+66
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-1/+28
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong101-15/+22
2011-09-18Clean up the private GUID definition in module Level.lgao45-23/+16
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong101-2/+2
2011-08-24Update to NOT to use EFI_BROWSER_ACTION_FORM_OPEN in Callback function thus a...tye14-17/+23
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2-4/+4
2011-05-20Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong101-56/+63
2010-12-09update the comments.ydong101-2/+2
2010-12-09Co-work with patch V11137 to refine the Hii menu.ydong102-2/+2
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao41-3/+12
2010-04-24Update the copyright notice formathhtian8-14/+14
2010-03-04Fix wrong BufferSize for Configuration data.lgao41-2/+2
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao41-5/+53
2010-02-241. Correct File header to ## @filelgao41-2/+2
2010-02-05Add some security check.xdu21-2/+1
2010-01-08refine the code and add more security check.vanjeff1-2/+4
2009-12-30Add VLAN support.xdu28-0/+1589