summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe/IScsiProto.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-24MdeModulePkg: Delete IScsiDxe in MdeModulePkg.Siyuan Fu1-2799/+0
2018-08-21MdeModulePkg IScsiDxe: Remove a redundant functionshenglei1-31/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-11/+11
2017-12-18MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang21-4/+4
2016-10-27MdeModulePkg/Universal: Fix typos in commentsGary Lin1-1/+1
2015-02-04Enhance the parameter check to avoid potential issue in negotiation.Ye Ting1-14/+26
2015-02-03Update the code not require optional parameters include DataPDUInOrder and Da...Roy Franz1-10/+19
2014-07-28Update code to support VS2013 tool chain.Eric Dong1-0/+2
2014-01-23Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan1-10/+2
2013-10-18Fix an issue that execute "map -r" in UEFI shell cannot reinstate iSCSI sessi...Ye Ting1-2/+3
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-11-08Refine code to make it more safely.ydong101-5/+45
2012-02-15Add code check to avoid access violation.ydong101-0/+1
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-0/+8
2011-04-06Update ISID to fixed value: first 3 bytes are derived from MAC address while ...tye11-12/+6
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+2
2010-02-03For network dynamic media support:xdu21-1/+13
2009-12-30Code clean up in NetLib:xdu21-1/+1
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-13/+13
2009-11-04[Change summary]:tye1-12/+12
2009-09-14fix k8 warning.eric_tian1-1/+1
2009-06-30add error handler to pass K8 checkeric_tian1-11/+18
2009-06-03The data length of a text request must not exceed the iSCSI target MaxRecvDat...gikidy1-2/+2
2009-04-03Update IScsiCheckOpParams to get the declarative MaxRecvDataSegmentLength dir...jji41-7/+2
2009-03-26Fix coding style issue.niry1-14/+14
2009-01-13unified "iSCSI" in all commentsywu211-1/+1
2008-12-161) fix one goto issue in IScsiProto.cywu211-3/+7
2008-12-141) delete unused parameter from IScsiCHAPOnRspReceived ()ywu211-61/+59
2008-12-121)update function header coding style issueywu211-21/+21
2008-12-10update file headerywu211-264/+144
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-1/+1
2008-09-04remove EFI_EVENT_ alias, replace them with EVT_vanjeff1-1/+1
2008-04-17[Description]eric_tian1-680/+469
2008-04-11[Description]eric_tian1-9/+11
2008-03-13[Description]eric_tian1-1/+1
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-84/+84
2008-01-22move iscsi driver into network directory, and change its name to comply with ...eric_tian1-0/+3082