summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe/IScsiConfig.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-24MdeModulePkg: Delete IScsiDxe in MdeModulePkg.Siyuan Fu1-1264/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-21/+21
2016-12-07MdeModulePkg: Fix assert in iSCSI.Zhang Lubo1-0/+1
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-5/+10
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-1/+1
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo1-2/+2
2014-09-24Enhance TargetName check when save iSCSI configuration.Ye Ting1-0/+17
2014-06-26Refine code to make it more safely.Eric Dong1-0/+2
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming1-2/+2
2012-08-29Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...erictian1-5/+5
2012-07-03Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...ydong101-0/+1
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong101-43/+42
2011-09-18Clean up the private GUID definition in module Level.lgao41-18/+14
2011-09-17Fix Build fail for NT32 platform.ydong101-1/+1
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong101-1/+1
2011-05-20Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong101-200/+199
2011-04-21Fix issue that iscsi initiator name with 223 bytes can not be saved.tye11-4/+4
2011-04-07Fix ICC build error.tye11-1/+1
2011-04-06Update ISID to fixed value: first 3 bytes are derived from MAC address while ...tye11-1/+132
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao41-0/+7
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao41-3/+48
2009-12-30Add VLAN support.xdu21-25/+25
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-7/+7
2009-11-04[Change summary]:tye1-5/+5
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao41-1/+16
2009-05-12fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.vanjeff1-1/+1
2009-04-27Update HiiGetBrowserData APIlgao41-2/+4
2009-04-14HII Library Class interface refine.rsun31-16/+12
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao41-27/+47
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao41-27/+13
2009-04-02Retire Extended HII library class.rsun31-21/+40
2009-01-13unified "iSCSI" in all commentsywu211-2/+2
2008-12-15it was root caused to be Spec issue instead of code issue. It should be Acti...ywu211-1/+1
2008-12-141) delete unused parameter from IScsiCHAPOnRspReceived ()ywu211-5/+5
2008-12-121)update function header coding style issueywu211-5/+5
2008-12-10update file headerywu211-120/+142
2008-11-04Sync in bug fix from EDK I:qwang121-0/+4
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-3/+0
2008-10-211) Update SetPeiServicesTablePointer's prototype add CONST modifier.qwang121-4/+4
2008-05-16[Description]eric_tian1-0/+1
2008-04-17[Description]eric_tian1-192/+150
2008-03-21[Description]eric_tian1-8/+11
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-36/+36
2008-02-021) Cleanup HiiLib, IfrSupportLib. qwang121-4/+4
2008-01-22move iscsi driver into network directory, and change its name to comply with ...eric_tian1-0/+1038