summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2-4/+4
2011-06-08String Reference Cleanup.lzeng141-3/+5
2011-06-04Fix X64 clang warnings.andrewfish2-6/+8
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 ...tye17-22/+162
2010-09-15Refine soma code to make code run safely.ydong101-4/+4
2010-07-30Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case ...hhuan132-21/+74
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 formathhtian30-58/+58
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2-0/+3
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao41-3/+48
2010-02-241. Correct File header to ## @filelgao41-14/+14
2010-02-03For network dynamic media support:xdu24-4/+32
2010-02-011. Update the maximum length to 224 in ISCSI_CONFIG_IFR_NVDATA() to store 223...tye13-8/+9
2010-01-08refine the code and add more security check.vanjeff1-16/+16
2009-12-30Add VLAN support.xdu25-77/+60
2009-12-30Code clean up in NetLib:xdu21-1/+1
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu27-39/+39
2009-11-04[Change summary]:tye8-58/+54
2009-09-14fix k8 warning.eric_tian1-1/+1
2009-07-15initial Target byte array with 0xff (all bytes are 0xff in this array)in GetT...eric_tian1-0/+1
2009-07-06Enhance iSCSI ibft table for copy oemid and oemtableID from acpi tables.gikidy4-4/+40
2009-07-01sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP S...eric_tian3-6/+11
2009-06-30add error handler to pass K8 checkeric_tian3-12/+20