summaryrefslogtreecommitdiff
path: root/NetworkPkg/IScsiDxe/IScsiMisc.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-385/+394
2021-06-09NetworkPkg/IScsiDxe: fix IScsiHexToBin() buffer overflowLaszlo Ersek1-3/+17
2021-06-09NetworkPkg/IScsiDxe: fix IScsiHexToBin() hex parsingLaszlo Ersek1-2/+10
2021-06-09NetworkPkg/IScsiDxe: reformat IScsiHexToBin() leading comment blockLaszlo Ersek1-8/+8
2021-06-09NetworkPkg/IScsiDxe: fix potential integer overflow in IScsiBinToHex()Laszlo Ersek1-4/+15
2020-02-10NetworkPkg/IScsiDxe: Fix various typosAntoine Coeur1-3/+3
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-11-23NetworkPkg/IScsiDxe: add debug logs for failed SetVariable attemptsVijayenthiran Subramaniam1-0/+8
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-72/+72
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-10-26NetworkPkg/IScsiDxe: Add IPv6 support condition check.Jiaxin Wu1-2/+133
2017-10-26NetworkPkg/IScsiDxe: Fix the incorrect/needless DHCP process.Jiaxin Wu1-2/+5
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 Siyuan1-1/+1
2017-03-15NetworkPkg: Fix potential bug if the iSCSI use dns protocol.Zhang, Lubo1-4/+7
2017-02-23NetworkPkg:Add scriptable configuration to iSCSI driver by leveraging x-UEFI.Zhang Lubo1-22/+794
2017-01-19NetworkPkg: Add dns support for target URL configuration in ISCSI.Zhang Lubo1-1/+89
2016-10-27NetworkPkg/IScsiDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-3/+3
2016-10-14NetworkPkg: Record user configured TargetIP/Port in iBFTYe Ting1-5/+5
2016-08-18NetworkPkg: Fix assert issue in iSCSI driverZhang Lubo1-0/+2
2016-06-23NetworkPkg: Replace ASSERT with error handling in Http boot and IScsiZhang Lubo1-1/+4
2016-06-21NetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng1-3/+3
2016-04-22NetworkPkg: Fix GCC code build error of iSCSI driver.Zhang Lubo1-1/+3
2016-04-22NetworkPkg: refine codes of iSCSI driver.Zhang Lubo1-8/+17
2016-01-06NetworkPkg IScsiDxe: Fix typos in function descriptionsHao Wu1-1/+1
2015-09-25NetworkPkg:Fix iSCSI driver issue to work with iSCSI LIO targetYe Ting1-1/+2
2015-08-11NetworkPkg: Change the macro name to fit coding stylefanwang21-4/+4
2015-07-26NetworkPkg: Add old IPv4_DEVICE_PATH and IPv6_DEVICE_PATH supportfanwang21-12/+50
2014-12-19Code refine. Check the original length of array to avoid buffer over flow.Qiu Shumin1-0/+1
2014-08-15Use string pointer instead string buffer to avoid string copy operation.Fu, Siyuan1-2/+4
2014-08-08Update network stack code to use StrnCpy instead of StrCpy.Fu, Siyuan1-1/+1
2014-01-10Fix bug in unload function: Check if component name protocol exist, only unin...Fu Siyuan1-1/+68
2013-10-29Fix a K9 error.Result of GetVariable2() function that may return NULL will be...Wu Jiaxin1-1/+2
2013-10-25Fix a bug about the iSCSI DHCP dependency issue.Wu Jiaxin1-1/+94
2012-05-31Fixed build failed.ydong101-1/+1
2012-05-30Add new interface GetVariable2 and GetEfiGlobalVariable2 to return more info....ydong101-5/+7
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-2/+16
2011-09-18Clean up the private GUID definition in module Level.lgao41-1/+1
2011-08-311. Update iSCSI UI to be more user-friendly.tye11-1/+9
2011-08-17Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack a...tye11-0/+1320