summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-29add security check.vanjeff2-4/+6
2009-06-24do checksum before installing IBFT.eric_tian1-1/+5
2009-06-03The data length of a text request must not exceed the iSCSI target MaxRecvDat...gikidy1-2/+2
2009-06-01a typo of ISCSI stringeric_tian1-0/+0
2009-06-01fix the typo of ISCSI related string.eric_tian1-0/+0
2009-05-25change ISO 639-2 language codes to RFC 4646 codes in .UNI filesrsun31-0/+0
2009-05-20Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney3-0/+5
2009-05-20Add #include Acpi.h so the ACPI 3.0 Table Revision define is available.mdkinney1-0/+1
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao41-1/+16
2009-05-19don't set all bytes in TargetID as zero. This change is made due to keep cons...eric_tian1-1/+1
2009-05-19update the check condition of PASS THRU interface to pass Uefi sct test.eric_tian1-1/+7
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-17Remove iScsi driver's dependency on IntelFrameworkPkg.xli243-59/+30
2009-04-14HII Library Class interface refine.rsun31-16/+12
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao45-33/+50
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-1/+2
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao42-105/+86
2009-04-03Update IScsiCheckOpParams to get the declarative MaxRecvDataSegmentLength dir...jji41-7/+2
2009-04-02Retire Extended HII library class.rsun33-23/+53
2009-03-26Fix coding style issue.niry4-24/+25
2009-02-24fix the bug of calculating subnetmask prefix length. It is a regression issue...eric_tian1-1/+1
2009-02-10Correct typo in comments, clean IfrSupportLib.hlgao41-0/+1
2009-02-03use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CH...jji43-2/+9