summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe
AgeCommit message (Expand)AuthorFilesLines
2018-06-28MdeModulePkg: Clean up source filesLiming Gao24-297/+297
2018-01-10MdeModulePkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu1-4/+7
2017-12-18MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang23-8/+11
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 Lin2-2/+2
2016-08-18MdeModulePkg: Refine codes of iSCSI driverZhang Lubo1-15/+20
2016-06-23MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo3-13/+9
2016-04-22MdeModulePkg: Fix GCC code build error of iSCSI driver.Zhang Lubo1-1/+3
2016-04-22MdeModulePkg: refine codes of iSCSI driver.Zhang Lubo3-18/+40
2016-01-06MdeModulePkg IScsiDxe: Fix a typo in function descriptionHao Wu1-1/+1
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen3-0/+0
2015-08-11MdeModulePkg: Change the macro name to fit coding stylefanwang22-2/+2
2015-07-26MdeModulePkg: Add old IPv4_DEVICE_PATH support for new IScsiDxefanwang22-10/+24
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo4-8/+8
2015-05-21Remove Framework HII "class\subclass" in all VFRDandan Bi1-2/+0
2015-03-13MdeModulePkg: Fix typo.Shumin Qiu1-3/+3
2015-02-05Open default Tcp child via BY_CHILD_CONTROLLER.Wu Jiaxin1-1/+32
2015-02-04Enhance the parameter check to avoid potential issue in negotiation.Ye Ting1-14/+26
2015-02-04Verified ChildHandle, and correct the name for a child. Wu Jiaxin1-7/+119
2015-02-03Update the code not require optional parameters include DataPDUInOrder and Da...Roy Franz1-10/+19
2014-10-21Clean up the code. Action statement should not have text two opcode.Eric Dong1-1/+0
2014-09-24Enhance TargetName check when save iSCSI configuration.Ye Ting1-0/+17
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-24/+46
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-0/+2
2014-06-26Refine code to make it more safely.Eric Dong2-0/+3
2014-01-26Rollback the change 15178. Gao, Liming1-0/+1
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming1-2/+1
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming2-4/+4
2014-01-23Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan3-13/+19
2014-01-10Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan3-24/+171
2013-12-101. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h.Fu Siyuan1-3/+10
2013-10-29Fix a K9 error.Result of GetVariable2() function that may return NULL will be...Wu Jiaxin1-2/+1
2013-10-25Fix a bug about the iSCSI DHCP dependency issue.Wu Jiaxin3-14/+125
2013-10-18Fix an issue that execute "map -r" in UEFI shell cannot reinstate iSCSI sessi...Ye Ting1-2/+3
2013-09-16Create PCDs in MdeModulePkg for ACPI table OEM_ID/OEM_TABLE_ID/OEM_REVISION/C...Star Zeng1-7/+1
2013-07-25Roll back the changes in revision 14296 since it will cause iSCSI security au...Fu Siyuan1-1/+1
2013-04-19Add transit bit check for detecting partial response in iSCSI stack.tye11-2/+2
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-2/+38
2012-11-08Refine code to make it more safely.ydong102-5/+48
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
2012-02-15Add code check to avoid access violation.ydong101-0/+1
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong102-49/+49
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu4-5/+26
2011-09-18Clean up the private GUID definition in module Level.lgao410-57/+35
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