summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2017-02-23NetworkPkg:Add scriptable configuration to iSCSI driver by leveraging x-UEFI.Zhang Lubo11-271/+2438
2017-02-21NetworkPkg/IpSecDxe: Add check to avoid possible divide by zeroHao Wu1-1/+7
2017-02-20NetworkPkg:Generate the correct operational state of the interface.Zhang Lubo1-5/+6
2017-02-16NetworkPkg/HttpBootDxe: Update to check specified media typeJiaxin Wu2-3/+13
2017-02-16NetworkPkg/HttpBootDxe: Declare the functions as EFIAPI to pass the GCC buildJiaxin Wu1-0/+2
2017-02-15NetworkPkg/HttpBootDxe: Request HTTP token notify as a DPC at TPL_CALLBACKJiaxin Wu3-3/+38
2017-02-15NetworkPkg/iSCSIDxe: Update the condition for IScsiStart Aborthegdenag2-9/+18
2017-02-15NetworkPkg/NetworkPkg.dec: Update comments for the PCDhegdenag1-2/+3
2017-02-09NetworkPkg/NetworkPkg.uni: Define the prompt and help information for PcdAllo...Jiaxin Wu1-1/+7
2017-02-08NetworkPkg: Fix some typos of "according"Liming Gao1-1/+1
2017-01-23NetworkPkg: Fix protocol handler service in HttpDxe.Zhang, Lubo5-47/+54
2017-01-23NetworkPkg: Remove superfluous return statement.Thomas Huth1-4/+0
2017-01-23NetworkPkg: Add PCD to enable the HTTP connections switchJiaxin Wu8-37/+164
2017-01-19NetworkPkg: Add dns support for target URL configuration in ISCSI.Zhang Lubo14-73/+794
2017-01-18NetworkPkg/TlsAuthConfigDxe: Declare EFIAPI for the ChooseFile handlerGary Lin1-1/+2
2017-01-06MdePkg, NetworkPkg: Refine the coding style.Jiaxin Wu4-15/+15
2017-01-04NetworkPkg/Ip6Dxe: Fix the potential NULL pointer freeJiaxin Wu1-3/+7
2016-12-29NetworkPkg/NetworkPkg.dsc: Move TLS modules to the supported componentsJiaxin Wu1-2/+3
2016-12-26NetworkPkg: Fix potentially uninitialized local variableJiaxin Wu2-1/+3
2016-12-26NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu3-24/+60
2016-12-26NetworkPkg/DnsDxe: Fixed the assert issue in DnsDxeJiaxin Wu1-4/+17
2016-12-22NetworkPkg/NetworkPkg.dsc: Enable TlsDxe and TlsAuthConfigDxe moduleJiaxin Wu1-0/+4
2016-12-22NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu7-155/+2581
2016-12-22NetworkPkg/TlsAuthConfigDxe: Provide the UI to support TLS auth configurationJiaxin Wu12-0/+2655
2016-12-22NetworkPkg/TlsDxe: TlsDxe driver implementation over OpenSSLJiaxin Wu9-0/+2266
2016-12-22NetworkPkg: Refine UintnToAscDecWithFormat functions logicHao Wu2-6/+4
2016-12-19NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver.Fu Siyuan4-66/+184
2016-12-06NetworkPkg/IpSecDxe: correct one comment and remove the unused bufJiaxin Wu1-17/+1
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan9-18/+91
2016-10-31NetworkPkg: Check for NULL pointer before dereference it.Fu Siyuan1-3/+7
2016-10-31NetworkPkg: Add error handling logic when using AllocateZeroPoolZhang Lubo1-2/+6
2016-10-31NetworkPkg: Fix the wrong Timer event checkJiaxin Wu1-2/+2
2016-10-28NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan4-21/+45
2016-10-27NetworkPkg/TcpDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-27NetworkPkg/IScsiDxe: rebase to ARRAY_SIZE()Laszlo Ersek3-6/+6
2016-10-27NetworkPkg/IpsecConfig: remove module-local ARRAY_SIZE macroLaszlo Ersek1-4/+0
2016-10-27NetworkPkg/IpsecConfig: guard the definition of ARRAY_SIZELaszlo Ersek1-0/+2
2016-10-26NetworkPkg: Support bracketed IPv6 address during a redirection in iSCSIZhang Lubo2-15/+44
2016-10-26NetworkPkg: Enhance the code in DNS driver.Zhang Lubo1-0/+4
2016-10-26NetworkPkg: Add dns support for pxe boot based on IPv6.Zhang Lubo5-38/+261
2016-10-26NetworkPkg: Fix typos in commentsGary Lin8-82/+82
2016-10-21NetworkPkg: Coding style refine for IpSecDxeJiaxin Wu2-10/+10
2016-10-14NetworkPkg: Record user configured TargetIP/Port in iBFTYe Ting4-17/+55
2016-10-12NetworkPkg: Remove redundant code in HTTP boot driver.Fu Siyuan1-3/+0
2016-10-09NetworkPkg: TcpDriver use EFI_D_NET for DEBUG maessage.Zhang Lubo5-26/+26
2016-09-26NetworkPkg: Clean the previous address since the policy changedJiaxin Wu1-30/+29
2016-09-20NetworkPkg: Correct the DNS token return status by RCODEJiaxin Wu1-64/+40
2016-09-07NetworkPkg/DnsDxe: Handle CNAME type responded from the name serverJiaxin Wu1-29/+52
2016-09-06NetworkPkg/IpSecDxe: Generate SPI randomly and correct IKE_SPI_BASE valueJiaxin Wu3-21/+112
2016-08-18NetworkPkg/IpSecDxe: Fix wrong IKE header "FLAG" updateJiaxin Wu4-16/+28