summaryrefslogtreecommitdiffstats
path: root/NetworkPkg
Commit message (Expand)AuthorAgeFilesLines
* MdePkg, NetworkPkg: Refine the coding style.Jiaxin Wu2017-01-064-15/+15
* NetworkPkg/Ip6Dxe: Fix the potential NULL pointer freeJiaxin Wu2017-01-041-3/+7
* NetworkPkg/NetworkPkg.dsc: Move TLS modules to the supported componentsJiaxin Wu2016-12-291-2/+3
* NetworkPkg: Fix potentially uninitialized local variableJiaxin Wu2016-12-262-1/+3
* NetworkPkg/HttpDxe: Fix the potential NULL dereferenceJiaxin Wu2016-12-263-24/+60
* NetworkPkg/DnsDxe: Fixed the assert issue in DnsDxeJiaxin Wu2016-12-261-4/+17
* NetworkPkg/NetworkPkg.dsc: Enable TlsDxe and TlsAuthConfigDxe moduleJiaxin Wu2016-12-221-0/+4
* NetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6Jiaxin Wu2016-12-227-155/+2581
* NetworkPkg/TlsAuthConfigDxe: Provide the UI to support TLS auth configurationJiaxin Wu2016-12-2212-0/+2655
* NetworkPkg/TlsDxe: TlsDxe driver implementation over OpenSSLJiaxin Wu2016-12-229-0/+2266
* NetworkPkg: Refine UintnToAscDecWithFormat functions logicHao Wu2016-12-222-6/+4
* NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver.Fu Siyuan2016-12-194-66/+184
* NetworkPkg/IpSecDxe: correct one comment and remove the unused bufJiaxin Wu2016-12-061-17/+1
* NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan2016-11-189-18/+91
* NetworkPkg: Check for NULL pointer before dereference it.Fu Siyuan2016-10-311-3/+7
* NetworkPkg: Add error handling logic when using AllocateZeroPoolZhang Lubo2016-10-311-2/+6
* NetworkPkg: Fix the wrong Timer event checkJiaxin Wu2016-10-311-2/+2
* NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-284-21/+45
* NetworkPkg/TcpDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* NetworkPkg/IScsiDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-273-6/+6
* NetworkPkg/IpsecConfig: remove module-local ARRAY_SIZE macroLaszlo Ersek2016-10-271-4/+0
* NetworkPkg/IpsecConfig: guard the definition of ARRAY_SIZELaszlo Ersek2016-10-271-0/+2
* NetworkPkg: Support bracketed IPv6 address during a redirection in iSCSIZhang Lubo2016-10-262-15/+44
* NetworkPkg: Enhance the code in DNS driver.Zhang Lubo2016-10-261-0/+4
* NetworkPkg: Add dns support for pxe boot based on IPv6.Zhang Lubo2016-10-265-38/+261
* NetworkPkg: Fix typos in commentsGary Lin2016-10-268-82/+82
* NetworkPkg: Coding style refine for IpSecDxeJiaxin Wu2016-10-212-10/+10
* NetworkPkg: Record user configured TargetIP/Port in iBFTYe Ting2016-10-144-17/+55
* NetworkPkg: Remove redundant code in HTTP boot driver.Fu Siyuan2016-10-121-3/+0
* NetworkPkg: TcpDriver use EFI_D_NET for DEBUG maessage.Zhang Lubo2016-10-095-26/+26
* NetworkPkg: Clean the previous address since the policy changedJiaxin Wu2016-09-261-30/+29
* NetworkPkg: Correct the DNS token return status by RCODEJiaxin Wu2016-09-201-64/+40
* NetworkPkg/DnsDxe: Handle CNAME type responded from the name serverJiaxin Wu2016-09-071-29/+52
* NetworkPkg/IpSecDxe: Generate SPI randomly and correct IKE_SPI_BASE valueJiaxin Wu2016-09-063-21/+112
* NetworkPkg/IpSecDxe: Fix wrong IKE header "FLAG" updateJiaxin Wu2016-08-184-16/+28
* NetworkPkg/IpSecDxe: Fix UEFI IKE Initial Exchange failureJiaxin Wu2016-08-181-3/+2
* NetworkPkg: Fix assert issue in iSCSI driverZhang Lubo2016-08-181-0/+2
* NetworkPkg: Refine codes of iSCSI driverZhang Lubo2016-08-181-15/+20
* NetworkPkg DSC: Add build option to disable deprecated APIsHao Wu2016-08-081-0/+3
* NetworkPkg: Add missed character in copyright.Fu Siyuan2016-08-013-3/+3
* NetworkPkg UefiPxeBcDxe: Fix build error for lastest VS2015 compilerHao Wu2016-07-261-2/+2
* NetworkPkg IScsiDxe: Fix build error for lastest VS2015 compilerHao Wu2016-07-261-1/+5
* Fix IPv6 HTTPClient vendor class dataMichael Chang2016-07-221-1/+1
* NetworkPkg: Fix bug in TCP which not sending out ACK in certain circumstance.Fu Siyuan2016-07-181-1/+1
* NetworkPkg: Update PXE driver to follow edk2 coding standards.Fu Siyuan2016-07-122-5/+5
* NetworkPkg: Fix Assert issue in iSCSI driver.Zhang, Lubo2016-07-111-1/+1
* NetworkPkg: Fix typos in commentsGiri P Mudusuru2016-07-1112-27/+27
* NetworkPkg: fix ASSERT_EFI_ERROR() typosLaszlo Ersek2016-06-301-1/+1
* NetworkPkg: Stop the HTTP Boot service after the boot image download complete.Fu Siyuan2016-06-301-1/+5
* NetworkPkg: Avoid potential NULL pointer dereferenceJiaxin Wu2016-06-275-14/+194