]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Network/IScsiDxe
Use siaddr in DHCP packet, if zero, use option 54 instead.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / IScsiDxe /
2009-07-15 eric_tianinitial Target byte array with 0xff (all bytes are...
2009-07-06 gikidyEnhance iSCSI ibft table for copy oemid and oemtableID...
2009-07-01 eric_tiansync tracker 210250&210253 of R8 into R9, which fix...
2009-06-30 eric_tianadd error handler to pass K8 check
2009-06-29 vanjeffadd security check.
2009-06-24 eric_tiando checksum before installing IBFT.
2009-06-03 gikidyThe data length of a text request must not exceed the...
2009-06-01 eric_tiana typo of ISCSI string
2009-06-01 eric_tianfix the typo of ISCSI related string.
2009-05-25 rsun3change ISO 639-2 language codes to RFC 4646 codes in...
2009-05-20 mdkinneyUpdate modules to show real dependencies on the BaseMem...
2009-05-20 mdkinneyAdd #include Acpi.h so the ACPI 3.0 Table Revision...
2009-05-20 lgao4Update HiiDataBase to fix the SCT hang issues by the...
2009-05-19 eric_tiandon't set all bytes in TargetID as zero. This change...
2009-05-19 eric_tianupdate the check condition of PASS THRU interface to...
2009-05-12 vanjefffixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESO...
2009-04-27 lgao4Update HiiGetBrowserData API
2009-04-17 xli24Remove iScsi driver's dependency on IntelFrameworkPkg.
2009-04-14 rsun3HII Library Class interface refine.
2009-04-13 lgao4Update UefiHiiLib to support new defined IFR related...
2009-04-10 jljustenFix various 'EFIAPI' inconsistencies found while buildi...
2009-04-08 lgao4Replace BufToHexString by UnicodeValueToString
2009-04-03 jji4Update IScsiCheckOpParams to get the declarative MaxRec...
2009-04-02 rsun3Retire Extended HII library class.
2009-03-26 niryFix coding style issue.
2009-02-24 eric_tianfix the bug of calculating subnetmask prefix length...
2009-02-10 lgao4Correct typo in comments, clean IfrSupportLib.h
2009-02-03 jji4use the GUIDed versions of events listed below: EVT_SIG...
2009-01-13 ywu21unified "iSCSI" in all comments
2008-12-17 jljustenMdeModulePkg/Universal/Network/IScsiDxe/IScsiImpl.h:
2008-12-16 qhuang8Clean up to update the reference of the these macros:
2008-12-16 ywu21202033 make .h more clear, seperate ComponentName.h...
2008-12-16 ywu211) fix one goto issue in IScsiProto.c
2008-12-15 ywu21it was root caused to be Spec issue instead of code...
2008-12-14 ywu211) delete unused parameter from IScsiCHAPOnRspReceived ()
2008-12-12 ywu211)update function header coding style issue
2008-12-10 ywu21correct /// usage mistake
2008-12-10 ywu21delete redundant **/
2008-12-10 ywu21update function header
2008-12-10 ywu21delete #include <Uefi/UefiBaseType.h>
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu211 update function header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21change to #include <PiDxe.h> #include <Uefi.h>
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-10 ywu21update file header
2008-12-07 ywu21git-svn-id: https://edk2.svn.sourceforge.net/svnroot...
2008-12-05 lgao4Add the missing internal header file to pass build
2008-12-05 ywu21for 202033
2008-12-05 ywu21for 202033
2008-12-05 ywu21change some comment and for 202033
2008-12-04 jji41)Global variables have been moved backward ahead of...
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-12-01 lgao4Remove NibbleToHexChar() function from BaseLib
2008-11-11 klu21, Add <Library/DevicePathLib.h> for all source that...
2008-11-05 klu21, Add missing header file reference in source code...
2008-11-04 qwang12Sync in bug fix from EDK I:
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-21 qwang121) Update SetPeiServicesTablePointer's prototype add...
2008-10-14 qwang12Remove the unnecessary include, such as PiDxe.h, PiPei...
2008-09-04 vanjeffclean up the un-suitable ';' location when declaring...
2008-09-04 vanjeffremove EFI_EVENT_ alias, replace them with EVT_
2008-08-22 qhuang8Fix a minor GUID format issue.
2008-08-18 qhuang8Update some module INF files in MdeModulePkg to "UEFI_D...
2008-06-04 qwang12Add a type cast of UINT32 to insure that EBC compiler...
2008-05-23 qwang121) Add BufToHexString, HexStringToBuf and IsHexDigit...
2008-05-16 eric_tian[Description]
2008-04-17 eric_tian[Description]
2008-04-11 eric_tian[Description]
2008-03-21 jljustenedk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiDriver.c:
2008-03-21 eric_tian[Description]
2008-03-13 eric_tian[Description]
2008-03-11 jljustenedk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiTcp4Io.h:
2008-03-11 jljustenedk2/MdeModulePkg/Universal/Network/IScsiDxe/IScsiMisc.c:
2008-02-14 vanjeffUse Mde library and definition instead of some native...
2008-02-02 qwang121) Cleanup HiiLib, IfrSupportLib.
2008-01-22 eric_tianupdate
2008-01-22 eric_tianmove iscsi driver into network directory, and change...