summaryrefslogtreecommitdiff
path: root/NetworkPkg/IScsiDxe
AgeCommit message (Expand)AuthorFilesLines
2018-11-23NetworkPkg/IScsiDxe: add debug logs for failed SetVariable attemptsVijayenthiran Subramaniam1-0/+8
2018-09-27NetworkPkg/IScsiDxe: Add the clarification compared to IScsiDxe in MdeModulePkg.Jiaxin Wu1-1/+11
2018-08-23NetworkPkg: IScsiDxe: Remove the redundant code and definition.Songpeng Li2-34/+0
2018-08-14NetworkPkg: Removing ipf which is no longer supported from edk2.chenc21-1/+1
2018-06-28NetworkPkg: Clean up source filesLiming Gao22-497/+497
2018-03-13NetworkPkg/IScsiDxe: Fix the ISCSI connection failure in certain case.Jiaxin Wu1-1/+1
2018-01-10NetworkPkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu1-4/+7
2017-12-27NetworkPkg/IScsiDxe: Correct the DnsMode value according the target info.Jiaxin Wu1-0/+1
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang24-12/+17
2017-12-05NetworkPkg: Update IScsiDxe to pass XCODE buildLiming Gao2-3/+3
2017-11-14NetworkPkg: Fix MSFT C4255 warningSong, BinX1-0/+1
2017-10-30NetworkPkg/IScsiDxe: Add check to avoid use NULL pointerJiaxin Wu1-0/+4
2017-10-27NetworkPkg/IScsiDxe: Clear the old IFR TargetIp to avoid sharing it with othe...Jiaxin Wu1-0/+1
2017-10-26NetworkPkg/IScsiDxe: Add IPv6 support condition check.Jiaxin Wu7-4/+159
2017-10-26NetworkPkg/IScsiDxe: Display InitiatorInfo in attempt page even DHCP enabled.Jiaxin Wu1-2/+4
2017-10-26NetworkPkg/IScsiDxe: Clean the previous ConfigData when switching the IP mode.Jiaxin Wu1-1/+8
2017-10-26NetworkPkg/IScsiDxe: Fix the incorrect/needless DHCP process.Jiaxin Wu1-2/+5
2017-10-10NetworkPkg: Update Protocol/Guid usage in INF file to match source code logicLiming Gao1-1/+1
2017-09-20NetworkPkg/IScsiDxe: Remove redundant call to StrLenHao Wu1-2/+4
2017-09-18NetworkPkg: Remove the redundant '/' in the end of returned ISCSIMacAddr keyw...Fu Siyuan1-6/+10
2017-09-12NetworkPkg/IScsiDxe: Fix the incorrect max length of IP_ADDRESS.Jiaxin Wu1-4/+4
2017-08-04NetworkPkg: iSCSI should allow to set 6 or 12 length of ISID keyword.Fu Siyuan3-3/+8
2017-05-11NetworkPkg/IScsiDxe: Switch IP4 configuration policy to Static before DHCPJiaxin Wu1-0/+61
2017-05-02NetworkPkg: Fix bug in iSCSI mode ipv6 when enabling target DHCP.Zhang, Lubo1-13/+25
2017-04-20NetworkPkg: Add check logic for iSCSI driver.Zhang, Lubo2-16/+16
2017-04-01NetworkPkg: Fix some bugs related to iSCSI keyword configuration.Zhang, Lubo1-24/+54
2017-03-23NetworkPkg/IScsiDxe: Fix the incorrect error handling in DriverEntryPointJiaxin Wu1-4/+7
2017-03-15NetworkPkg: Fix potential bug if the iSCSI use dns protocol.Zhang, Lubo1-4/+7
2017-03-01NetworkPkg: Add check logic for some variable in iSCSI driver.Zhang Lubo2-130/+145
2017-02-23NetworkPkg:Add scriptable configuration to iSCSI driver by leveraging x-UEFI.Zhang Lubo10-270/+2433
2017-02-15NetworkPkg/iSCSIDxe: Update the condition for IScsiStart Aborthegdenag2-9/+18
2017-01-19NetworkPkg: Add dns support for target URL configuration in ISCSI.Zhang Lubo14-73/+794
2016-10-28NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-4/+12
2016-10-27NetworkPkg/IScsiDxe: rebase to ARRAY_SIZE()Laszlo Ersek3-6/+6
2016-10-26NetworkPkg: Support bracketed IPv6 address during a redirection in iSCSIZhang Lubo2-15/+44
2016-10-26NetworkPkg: Fix typos in commentsGary Lin1-2/+2
2016-10-14NetworkPkg: Record user configured TargetIP/Port in iBFTYe Ting4-17/+55
2016-08-18NetworkPkg: Fix assert issue in iSCSI driverZhang Lubo1-0/+2
2016-08-18NetworkPkg: Refine codes of iSCSI driverZhang Lubo1-15/+20
2016-07-26NetworkPkg IScsiDxe: Fix build error for lastest VS2015 compilerHao Wu1-1/+5
2016-07-11NetworkPkg: Fix Assert issue in iSCSI driver.Zhang, Lubo1-1/+1
2016-06-23NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo5-28/+14
2016-06-23NetworkPkg: Replace ASSERT with error handling in Http boot and IScsiZhang Lubo4-6/+23
2016-06-21NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng3-32/+64
2016-05-12NetworkPkg: Bug fix of iSCSI to support MPIOZhang, Lubo1-3/+15
2016-04-22NetworkPkg: Fix GCC code build error of iSCSI driver.Zhang Lubo1-1/+3
2016-04-22NetworkPkg: refine codes of iSCSI driver.Zhang Lubo3-15/+39
2016-01-06NetworkPkg IScsiDxe: Fix typos in function descriptionsHao Wu2-2/+2
2015-12-25NetworkPkg: Fix suspicious dereference of pointer before NULL checkJiaxin Wu1-1/+4
2015-12-18NetworkPkg: Update iSCSI driver to check existing AIP instancesYe Ting4-3/+169