summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/IScsiDxe/IScsiProto.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Apply uncrustify changesMichael Kubacki2021-12-071-460/+467
* NetworkPkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-1/+1
* NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2021-12-071-1/+1
* NetworkPkg/IScsiDxe: support multiple hash algorithms for CHAPLaszlo Ersek2021-06-301-0/+3
* NetworkPkg/IScsiDxe: re-set session-level authentication state before loginLaszlo Ersek2021-06-301-0/+18
* NetworkPkg/IScsiDxe: Fix various typosAntoine Coeur2020-02-101-20/+20
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* NetworkPkg: IScsiDxe: Remove the redundant code and definition.Songpeng Li2018-08-231-33/+0
* NetworkPkg: Clean up source filesLiming Gao2018-06-281-23/+23
* NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-181-4/+4
* NetworkPkg: Add dns support for target URL configuration in ISCSI.Zhang Lubo2017-01-191-13/+46
* NetworkPkg: Support bracketed IPv6 address during a redirection in iSCSIZhang Lubo2016-10-261-14/+40
* NetworkPkg: Fix typos in commentsGary Lin2016-10-261-2/+2
* NetworkPkg: Record user configured TargetIP/Port in iBFTYe Ting2016-10-141-11/+25
* NetworkPkg IScsiDxe: Fix build error for lastest VS2015 compilerHao Wu2016-07-261-1/+5
* NetworkPkg: Replace ASSERT with error handling in Http boot and IScsiZhang Lubo2016-06-231-4/+13
* Update code to support VS2013 tool chain.Eric Dong2014-07-281-0/+2
* Re-execute the failed SCSI command if iSCSI driver could reinstates the sessi...Fu Siyuan2014-01-221-10/+2
* Fix a bug about iSCSI initiator(based on NetworkPkg-IPv4 network stack) canno...Wu Jiaxin2013-11-191-3/+3
* Fix an issue that execute "map -r" in NT32 simulator cannot reinstate iSCSI s...Ye Ting2013-10-181-5/+6
* Fix an issue that execute "map -r" in UEFI shell cannot reinstate iSCSI sessi...Ye Ting2013-10-181-2/+3
* Roll back the changes in revision 14294 since it will cause iSCSI security au...Fu Siyuan2013-07-101-2/+2
* Add transit bit check for detecting partial response in iSCSI stack.tye12013-04-191-1/+1
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-0/+96
* Removes irrelevant parameter during negotiation to avoid login fail.tye12012-04-121-2/+8
* Update code to avoid potential access violation.ydong102012-04-101-3/+47
* Add IScsiDxe driver to NetworkPkg in order to support iSCSI over IPv6 stack a...tye12011-08-171-0/+2991