summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IScsiDxe/IScsiMisc.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Update code to be more C11 compliant by using __func__Rebecca Cran2023-04-101-2/+2
* NetworkPkg: Apply uncrustify changesMichael Kubacki2021-12-071-385/+394
* NetworkPkg/IScsiDxe: fix IScsiHexToBin() buffer overflowLaszlo Ersek2021-06-091-3/+17
* NetworkPkg/IScsiDxe: fix IScsiHexToBin() hex parsingLaszlo Ersek2021-06-091-2/+10
* NetworkPkg/IScsiDxe: reformat IScsiHexToBin() leading comment blockLaszlo Ersek2021-06-091-8/+8
* NetworkPkg/IScsiDxe: fix potential integer overflow in IScsiBinToHex()Laszlo Ersek2021-06-091-4/+15
* NetworkPkg/IScsiDxe: Fix various typosAntoine Coeur2020-02-101-3/+3
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* NetworkPkg/IScsiDxe: add debug logs for failed SetVariable attemptsVijayenthiran Subramaniam2018-11-231-0/+8
* NetworkPkg: Clean up source filesLiming Gao2018-06-281-72/+72
* NetworkPkg/IScsiDxe: Fix the ISCSI connection failure in certain case.Jiaxin Wu2018-03-131-1/+1
* NetworkPkg/IScsiDxe: Set ExitBootServiceEvent to NULL after close it.Jiaxin Wu2018-01-101-4/+7
* NetworkPkg/IScsiDxe: Add IPv6 support condition check.Jiaxin Wu2017-10-261-2/+133
* NetworkPkg/IScsiDxe: Fix the incorrect/needless DHCP process.Jiaxin Wu2017-10-261-2/+5
* NetworkPkg/IScsiDxe: Fix the incorrect max length of IP_ADDRESS.Jiaxin Wu2017-09-121-4/+4
* NetworkPkg: iSCSI should allow to set 6 or 12 length of ISID keyword.Fu Siyuan2017-08-041-1/+1
* NetworkPkg: Fix potential bug if the iSCSI use dns protocol.Zhang, Lubo2017-03-151-4/+7
* NetworkPkg:Add scriptable configuration to iSCSI driver by leveraging x-UEFI.Zhang Lubo2017-02-231-22/+794
* NetworkPkg: Add dns support for target URL configuration in ISCSI.Zhang Lubo2017-01-191-1/+89
* NetworkPkg/IScsiDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-3/+3
* NetworkPkg: Record user configured TargetIP/Port in iBFTYe Ting2016-10-141-5/+5
* NetworkPkg: Fix assert issue in iSCSI driverZhang Lubo2016-08-181-0/+2
* NetworkPkg: Replace ASSERT with error handling in Http boot and IScsiZhang Lubo2016-06-231-1/+4
* NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-211-3/+3
* NetworkPkg: Fix GCC code build error of iSCSI driver.Zhang Lubo2016-04-221-1/+3
* NetworkPkg: refine codes of iSCSI driver.Zhang Lubo2016-04-221-8/+17
* NetworkPkg IScsiDxe: Fix typos in function descriptionsHao Wu2016-01-061-1/+1
* NetworkPkg:Fix iSCSI driver issue to work with iSCSI LIO targetYe Ting2015-09-251-1/+2
* NetworkPkg: Change the macro name to fit coding stylefanwang22015-08-111-4/+4
* NetworkPkg: Add old IPv4_DEVICE_PATH and IPv6_DEVICE_PATH supportfanwang22015-07-261-12/+50
* Code refine. Check the original length of array to avoid buffer over flow.Qiu Shumin2014-12-191-0/+1
* 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
* Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan2014-01-101-1/+68
* 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-251-1/+94
* Fixed build failed.ydong102012-05-311-1/+1
* Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong102012-05-301-5/+7
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-261-2/+16
* Clean up the private GUID definition in module Level.lgao42011-09-181-1/+1
* 1. Update iSCSI UI to be more user-friendly.tye12011-08-311-1/+9
* Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack a...tye12011-08-171-0/+1320