summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IScsiDxe/IScsiConfig.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/IScsiDxe: Fix various typosAntoine Coeur2020-02-101-3/+3
* NetworkPkg: fix CloseProtocol & UninstallMultipleProtocolInterfaces callsLaszlo Ersek2019-10-091-1/+1
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* NetworkPkg/IScsiDxe: Remove unnecessary NULL pointer check.Jiaxin Wu2019-01-231-5/+1
* NetworkPkg/IScsiDxe: Remove unused global variables.Songpeng Li2019-01-151-2/+0
* NetworkPkg: Clean up source filesLiming Gao2018-06-281-67/+67
* NetworkPkg/IScsiDxe: Add check to avoid use NULL pointerJiaxin Wu2017-10-301-0/+4
* NetworkPkg/IScsiDxe: Clear the old IFR TargetIp to avoid sharing it with othe...Jiaxin Wu2017-10-271-0/+1
* NetworkPkg/IScsiDxe: Add IPv6 support condition check.Jiaxin Wu2017-10-261-0/+18
* NetworkPkg/IScsiDxe: Clean the previous ConfigData when switching the IP mode.Jiaxin Wu2017-10-261-1/+8
* NetworkPkg/IScsiDxe: Remove redundant call to StrLenHao Wu2017-09-201-2/+4
* NetworkPkg: Remove the redundant '/' in the end of returned ISCSIMacAddr keyw...Fu Siyuan2017-09-181-6/+10
* NetworkPkg: iSCSI should allow to set 6 or 12 length of ISID keyword.Fu Siyuan2017-08-041-2/+6
* NetworkPkg: Add check logic for iSCSI driver.Zhang, Lubo2017-04-201-15/+15
* NetworkPkg: Fix some bugs related to iSCSI keyword configuration.Zhang, Lubo2017-04-011-24/+54
* NetworkPkg: Add check logic for some variable in iSCSI driver.Zhang Lubo2017-03-011-129/+144
* NetworkPkg:Add scriptable configuration to iSCSI driver by leveraging x-UEFI.Zhang Lubo2017-02-231-214/+1380
* NetworkPkg: Add dns support for target URL configuration in ISCSI.Zhang Lubo2017-01-191-28/+50
* NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-281-4/+12
* NetworkPkg/IScsiDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-2/+2
* NetworkPkg: Fix Assert issue in iSCSI driver.Zhang, Lubo2016-07-111-1/+1
* NetworkPkg: Replace ASSERT with error handling in Http boot and IScsiZhang Lubo2016-06-231-1/+5
* NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-211-28/+60
* NetworkPkg:Replace unsafe string functions.Zhang Lubo2015-07-081-1/+1
* NetworkPkg: Check whether the iSCSI initiator name is null.Zhang Lubo2015-06-291-1/+20
* Enhance TargetName check when save iSCSI configuration.Ye Ting2014-09-241-1/+18
* Remove ASSERT when failed to Get/Set “AttemptOrder” and “ClientId” va...Fu Siyuan2014-03-171-5/+4
* Update code to avoid potential access violation.ydong102012-04-101-1/+2
* Update for NetworkPkg.ydong102011-12-151-111/+117
* Clean up the private GUID definition in module Level.lgao42011-09-181-21/+17
* Update the Ip6Dxe and IScsiDxe to keep the old behaviors after add exit actio...ydong102011-09-161-7/+7
* 1. Update iSCSI UI to be more user-friendly.tye12011-08-311-101/+170
* Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack a...tye12011-08-171-0/+2522