summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IScsiDxe
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Add check logic for some variable in iSCSI driver.Zhang Lubo2017-03-012-130/+145
* NetworkPkg:Add scriptable configuration to iSCSI driver by leveraging x-UEFI.Zhang Lubo2017-02-2310-270/+2433
* NetworkPkg/iSCSIDxe: Update the condition for IScsiStart Aborthegdenag2017-02-152-9/+18
* NetworkPkg: Add dns support for target URL configuration in ISCSI.Zhang Lubo2017-01-1914-73/+794
* 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-273-6/+6
* NetworkPkg: Support bracketed IPv6 address during a redirection in iSCSIZhang Lubo2016-10-262-15/+44
* NetworkPkg: Fix typos in commentsGary Lin2016-10-261-2/+2
* NetworkPkg: Record user configured TargetIP/Port in iBFTYe Ting2016-10-144-17/+55
* NetworkPkg: Fix assert issue in iSCSI driverZhang Lubo2016-08-181-0/+2
* NetworkPkg: Refine codes of iSCSI driverZhang Lubo2016-08-181-15/+20
* NetworkPkg IScsiDxe: Fix build error for lastest VS2015 compilerHao Wu2016-07-261-1/+5
* NetworkPkg: Fix Assert issue in iSCSI driver.Zhang, Lubo2016-07-111-1/+1
* NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo2016-06-235-28/+14
* NetworkPkg: Replace ASSERT with error handling in Http boot and IScsiZhang Lubo2016-06-234-6/+23
* NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-213-32/+64
* NetworkPkg: Bug fix of iSCSI to support MPIOZhang, Lubo2016-05-121-3/+15
* NetworkPkg: Fix GCC code build error of iSCSI driver.Zhang Lubo2016-04-221-1/+3
* NetworkPkg: refine codes of iSCSI driver.Zhang Lubo2016-04-223-15/+39
* NetworkPkg IScsiDxe: Fix typos in function descriptionsHao Wu2016-01-062-2/+2
* NetworkPkg: Fix suspicious dereference of pointer before NULL checkJiaxin Wu2015-12-251-1/+4
* NetworkPkg: Update iSCSI driver to check existing AIP instancesYe Ting2015-12-184-3/+169
* NetworkPkg: Convert all .uni files to utf-8Jordan Justen2015-12-153-0/+0
* NetworkPkg:Fix iSCSI driver issue to work with iSCSI LIO targetYe Ting2015-09-254-7/+7
* NetworkPkg: Change the macro name to fit coding stylefanwang22015-08-112-8/+8
* NetworkPkg: fix an error lead building crashfanwang22015-07-271-1/+1
* NetworkPkg: Add old IPv4_DEVICE_PATH and IPv6_DEVICE_PATH supportfanwang22015-07-262-13/+67
* NetworkPkg:Replace unsafe string functions.Zhang Lubo2015-07-084-6/+6
* NetworkPkg: Check whether the iSCSI initiator name is null.Zhang Lubo2015-06-291-1/+20
* Remove Framework HII "class\subclass" in all VFRDandan Bi2015-05-211-2/+0
* NetworkPkg: Fix typo.Shumin Qiu2015-03-161-3/+3
* Open default Tcp child via BY_CHILD_CONTROLLER.Wu Jiaxin2015-02-051-2/+34
* Verified ChildHandle, and correct the name for a child. Wu Jiaxin2015-02-041-53/+72
* Code refine. Check the original length of array to avoid buffer over flow.Qiu Shumin2014-12-191-0/+1
* Clean up the code. Action statement should not have text two opcode.Eric Dong2014-10-211-5/+0
* Enhance TargetName check when save iSCSI configuration.Ye Ting2014-09-241-1/+18
* NetworkPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-282-0/+0
* NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-281-24/+44
* Use string pointer instead string buffer to avoid string copy operation.Fu, Siyuan2014-08-151-2/+4
* Update network stack code to use StrnCpy instead of StrCpy.Fu, Siyuan2014-08-081-1/+1
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-0/+2
* Remove ASSERT when failed to Get/Set “AttemptOrder” and “ClientId” va...Fu Siyuan2014-03-172-7/+10
* Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan2014-01-223-13/+22
* Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan2014-01-103-49/+268
* 1. Add ISCSI iBFT CHAP types to IScsiBootFirmwareTable.h.Fu Siyuan2013-12-101-4/+8
* Fix a bug that iSCSI UI can Not Change Authentication Type from None to CHAP.Fu Siyuan2013-11-291-3/+3
* Fix a bug about iSCSI initiator(based on NetworkPkg-IPv4 network stack) canno...Wu Jiaxin2013-11-191-3/+3
* Fix a K9 error.Result of GetVariable2() function that may return NULL will be...Wu Jiaxin2013-10-291-1/+2
* Fix a bug about the iSCSI DHCP dependency issue.Wu Jiaxin2013-10-253-11/+139