summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/IScsiDxe
AgeCommit message (Expand)Author
2012-02-15Add code check to avoid access violation.ydong10
2011-12-15Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...ydong10
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu
2011-09-18Clean up the private GUID definition in module Level.lgao4
2011-09-17Fix Build fail for NT32 platform.ydong10
2011-09-16Add exit action when Config_Access_Protocol.CallBack function returns Submit ...ydong10
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu
2011-06-08String Reference Cleanup.lzeng14
2011-06-04Fix X64 clang warnings.andrewfish
2011-05-20Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...ydong10
2011-04-21Fix issue that iscsi initiator name with 223 bytes can not be saved.tye1
2011-04-07Fix ICC build error.tye1
2011-04-06Update ISID to fixed value: first 3 bytes are derived from MAC address while ...tye1
2010-09-15Refine soma code to make code run safely.ydong10
2010-07-30Fix a bug. iSCSI driver doesn’t follow driver model Start()/Stop() in case ...hhuan13
2010-06-02Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...lgao4
2010-04-24Update the copyright notice formathhtian
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a
2010-03-04Update HiiConfigAccess.ExtractConfig interface to support NULL request string...lgao4
2010-02-241. Correct File header to ## @filelgao4
2010-02-03For network dynamic media support:xdu2
2010-02-011. Update the maximum length to 224 in ISCSI_CONFIG_IFR_NVDATA() to store 223...tye1
2010-01-08refine the code and add more security check.vanjeff
2009-12-30Add VLAN support.xdu2
2009-12-30Code clean up in NetLib:xdu2
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu2
2009-11-04[Change summary]:tye
2009-09-14fix k8 warning.eric_tian
2009-07-15initial Target byte array with 0xff (all bytes are 0xff in this array)in GetT...eric_tian
2009-07-06Enhance iSCSI ibft table for copy oemid and oemtableID from acpi tables.gikidy
2009-07-01sync tracker 210250&210253 of R8 into R9, which fix the issue of iSCSI CHAP S...eric_tian
2009-06-30add error handler to pass K8 checkeric_tian
2009-06-29add security check.vanjeff
2009-06-24do checksum before installing IBFT.eric_tian
2009-06-03The data length of a text request must not exceed the iSCSI target MaxRecvDat...gikidy
2009-06-01a typo of ISCSI stringeric_tian
2009-06-01fix the typo of ISCSI related string.eric_tian
2009-05-25change ISO 639-2 language codes to RFC 4646 codes in .UNI filesrsun3
2009-05-20Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney
2009-05-20Add #include Acpi.h so the ACPI 3.0 Table Revision define is available.mdkinney
2009-05-20Update HiiDataBase to fix the SCT hang issues by the invalid device path.lgao4
2009-05-19don't set all bytes in TargetID as zero. This change is made due to keep cons...eric_tian
2009-05-19update the check condition of PASS THRU interface to pass Uefi sct test.eric_tian
2009-05-12fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.vanjeff
2009-04-27Update HiiGetBrowserData APIlgao4
2009-04-17Remove iScsi driver's dependency on IntelFrameworkPkg.xli24
2009-04-14HII Library Class interface refine.rsun3
2009-04-13Update UefiHiiLib to support new defined IFR related HII APIs.lgao4
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao4