summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-24MdeModulePkg: Delete IScsiDxe in MdeModulePkg.Siyuan Fu1-948/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-31/+31
2018-01-10MdeModulePkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu1-4/+7
2016-04-22MdeModulePkg: Fix GCC code build error of iSCSI driver.Zhang Lubo1-1/+3
2016-04-22MdeModulePkg: refine codes of iSCSI driver.Zhang Lubo1-13/+25
2015-08-11MdeModulePkg: Change the macro name to fit coding stylefanwang21-1/+1
2015-07-26MdeModulePkg: Add old IPv4_DEVICE_PATH support for new IScsiDxefanwang21-9/+18
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo1-2/+2
2014-06-26Refine code to make it more safely.Eric Dong1-0/+1
2014-01-10Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan1-1/+68
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 Jiaxin1-1/+55
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-1/+13
2011-09-18Clean up the private GUID definition in module Level.lgao41-2/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2009-12-30Add VLAN support.xdu21-19/+20
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-4/+4
2009-11-04[Change summary]:tye1-1/+1
2009-06-29add security check.vanjeff1-1/+4
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao41-78/+73
2009-02-24fix the bug of calculating subnetmask prefix length. It is a regression issue...eric_tian1-1/+1
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji41-2/+3
2009-01-13unified "iSCSI" in all commentsywu211-1/+1
2008-12-141) delete unused parameter from IScsiCHAPOnRspReceived ()ywu211-1/+1
2008-12-121)update function header coding style issueywu211-6/+6
2008-12-10delete redundant **/ywu211-1/+0
2008-12-101 update function headerywu211-116/+65
2008-12-01Remove NibbleToHexChar() function from BaseLiblgao41-6/+6
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-2/+1
2008-09-04remove EFI_EVENT_ alias, replace them with EVT_vanjeff1-1/+1
2008-05-231) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang121-38/+0
2008-04-17[Description]eric_tian1-277/+188
2008-03-11edk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.c:jljusten1-0/+2
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-8/+8
2008-01-22move iscsi driver into network directory, and change its name to comply with ...eric_tian1-0/+967