index
:
edk2-platforms.git
about
devel-IntelAtomProcessorE3900
devel-MinPlatform
devel-MinnowBoard3
devel-MinnowBoard3-UDK2017
devel-MinnowBoardMax-UDK2017
devel-OpenPlatformPkg
devel-dynamictables
master
minnowboard-max-udk2015
pentium-celeron-n-udk2015
(https://github.com/tianocore/edk2-platforms)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MdeModulePkg
/
Universal
/
Network
/
IScsiDxe
/
IScsiConfig.c
Age
Commit message (
Expand
)
Author
2014-01-24
Update Module BaseName to avoid the same name.
Gao, Liming
2012-08-29
Should pass in bytes of string buffer to UnicodeSPrint() rather than Unicode ...
erictian
2012-07-03
Return EFI_BROWSER_ACTION_REQUEST_FORM_APPLY action request to avoid discard ...
ydong10
2011-12-15
Per UEFI spec, on CallBack action EFI_BROWSER_ACTION_CHANGING, the return val...
ydong10
2011-09-18
Clean up the private GUID definition in module Level.
lgao4
2011-09-17
Fix Build fail for NT32 platform.
ydong10
2011-09-16
Add exit action when Config_Access_Protocol.CallBack function returns Submit ...
ydong10
2011-05-20
Refine some call back function to return EFI_UNSUPPORTED for all unsupported ...
ydong10
2011-04-21
Fix issue that iscsi initiator name with 223 bytes can not be saved.
tye1
2011-04-07
Fix ICC build error.
tye1
2011-04-06
Update ISID to fixed value: first 3 bytes are derived from MAC address while ...
tye1
2010-06-02
Per UEFI spec, FORM_OPEN/FORM_CLOSE Callback function should be called for ea...
lgao4
2010-04-24
Update the copyright notice format
hhtian
2010-03-04
Update HiiConfigAccess.ExtractConfig interface to support NULL request string...
lgao4
2009-12-30
Add VLAN support.
xdu2
2009-11-13
Update network drivers to use FreePool() instead of gBS->FreePool().
xdu2
2009-11-04
[Change summary]:
tye
2009-05-20
Update HiiDataBase to fix the SCT hang issues by the invalid device path.
lgao4
2009-05-12
fixed typo. EFI_OUT_OF_MEMORY should be EFI_OUT_OF_RESOURCES.
vanjeff
2009-04-27
Update HiiGetBrowserData API
lgao4
2009-04-14
HII Library Class interface refine.
rsun3
2009-04-13
Update UefiHiiLib to support new defined IFR related HII APIs.
lgao4
2009-04-08
Replace BufToHexString by UnicodeValueToString
lgao4
2009-04-02
Retire Extended HII library class.
rsun3
2009-01-13
unified "iSCSI" in all comments
ywu21
2008-12-15
it was root caused to be Spec issue instead of code issue. It should be Acti...
ywu21
2008-12-14
1) delete unused parameter from IScsiCHAPOnRspReceived ()
ywu21
2008-12-12
1)update function header coding style issue
ywu21
2008-12-10
update file header
ywu21
2008-11-04
Sync in bug fix from EDK I:
qwang12
2008-10-30
Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...
jji4
2008-10-21
1) Update SetPeiServicesTablePointer's prototype add CONST modifier.
qwang12
2008-05-16
[Description]
eric_tian
2008-04-17
[Description]
eric_tian
2008-03-21
[Description]
eric_tian
2008-02-14
Use Mde library and definition instead of some native definitions in NetLib, ...
vanjeff
2008-02-02
1) Cleanup HiiLib, IfrSupportLib.
qwang12
2008-01-22
move iscsi driver into network directory, and change its name to comply with ...
eric_tian