summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
2015-08-24NetworkPkg: Add HTTP utilities driverJiaxin Wu6-0/+1063
2015-08-22NetworkPkg: Remove the hostname from the http request URL.Gary Ching-Pang Lin1-2/+21
2015-08-20NetworkPkg: Fix DHCP TransmitReceive EFI_NO_MAPPING return in DnsDxeJiaxin Wu2-0/+158
2015-08-20NetworkPkg: Update the NetworkPkg package versionJiaxin Wu2-3/+3
2015-08-18NetworkPkg: Stop and release DHCP4 child after boot info is readyJiaxin Wu1-0/+12
2015-08-14NetworkPkg: Fix hang issue after system reconnected when IPSec has set upJiaxin Wu5-11/+30
2015-08-11NetworkPkg: Change the macro name to fit coding stylefanwang22-8/+8
2015-08-05NetworkPkg: Fix assert caused by wrong parameter in AsciiStrCpyS()Zhang Lubo1-1/+1
2015-07-29NetworkPkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo6-1/+88
2015-07-28NetworkPkg: Add missing PCD usage information in UNI and DEC files.Qiu Shumin2-0/+1
2015-07-27NetworkPkg: fix an error lead building crashfanwang21-1/+1
2015-07-26NetworkPkg: Add old IPv4_DEVICE_PATH and IPv6_DEVICE_PATH supportfanwang22-13/+67
2015-07-26NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo1-3/+5
2015-07-26NetworkPkg: Fix bug in IpSecImpl.c caused by missing parenthesesBruce Cran1-1/+1
2015-07-16NetworkPkg: Add the unspecified address check for DNS6 StationIp.Jiaxin Wu1-1/+1
2015-07-15NetworkPkg: Fix bios bootup hang issue when enable network.Zhang Lubo1-1/+1
2015-07-15NetworkPkg: Add a comment to pcd fieldfanwang21-1/+1
2015-07-14NetworkPkg: Fix an error that the call function declared implicitly.Zhang Lubo2-8/+10
2015-07-10NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang24-2/+10
2015-07-10NetworkPkg: Fix an error that return type differs from the left one when assi...Zhang Lubo2-23/+38
2015-07-08NetworkPkg:Replace unsafe string functions.Zhang Lubo12-52/+59
2015-07-08NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency.jiaxinwu3-20/+37
2015-07-07NetworkPkg: Update package DSC file.Fu Siyuan1-0/+4
2015-07-07NetworkPkg: Add UEFI HTTP boot driver.Fu Siyuan15-0/+4528
2015-07-07NetworkPkg: Add HTTP DriverYe Ting15-0/+5359
2015-07-07NetworkPkg: Add DNS feature support over IPv4 and IPv6.jiaxinwu9-0/+7944
2015-07-07NetworkPkg: Remove mZeroGuid definition in IpSecDxeHao Wu2-4/+2
2015-07-01NetworkPkg: Remove unused variables from IpSecDxe to fix GCC build.Samer El-Haj-Mahmoud5-30/+6
2015-07-01NetworkPkg: Add IPv6 DUID configuration support using platform PCD.Samer El-Haj-Mahmoud3-2/+17
2015-06-29NetworkPkg: Check whether the iSCSI initiator name is null.Zhang Lubo1-1/+20
2015-05-21Remove Framework HII "class\subclass" in all VFRDandan Bi2-4/+0
2015-05-20NetworkPkg/UefiPxeBcDxe: Fix code style in INF file.jiaxinwu1-1/+1
2015-05-08Coding style change in UefiPxeBcDxe.infjiaxinwu1-2/+2
2015-04-30Add IPV6 support from UNDIYe Ting3-4/+117
2015-04-29Remove duplicate DAD entry in IP6 driver to fix DAD fail issue.Fu Siyuan2-13/+19
2015-04-17Fix some grammar and converge formatting of the two versions of TcpInput.cBALATON Zoltan1-39/+55
2015-04-13Save initial TSVal from TCP connection initiation packets.BALATON Zoltan1-1/+3
2015-03-26PXE driver bug fix.Fu Siyuan2-12/+10
2015-03-24PXE driver bug fix.Fu Siyuan1-1/+2
2015-03-18Fix GCC hang issue: Point should use directly assignment instead of IP4_COPY_...Fu Siyuan1-4/+4
2015-03-16NetworkPkg: Fix typo.Shumin Qiu4-13/+13
2015-02-13NetworkPkg: Code refine to avoid NULL pointer dereferenced.Shumin Qiu1-1/+4
2015-02-11DHCP6 bug fix:Gary Lin1-1/+14
2015-02-05Open default Tcp child via BY_CHILD_CONTROLLER.Wu Jiaxin1-2/+34
2015-02-04Initialize data and correct faulty logic in TcpComponentNameGetControllerName...Wu Jiaxin1-2/+4
2015-02-04Verified ChildHandle, and correct the name for a child. Wu Jiaxin1-53/+72
2015-02-03*/Contributions.txt: Update example email addressJordan Justen1-2/+2
2015-01-16Refine the abstract information in header comment section for NetworkPkg.Shumin Qiu1-1/+2
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel1-2/+2
2014-12-19Code refine. Check the original length of array to avoid buffer over flow.Qiu Shumin1-0/+1