summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)Author
2015-08-24NetworkPkg: Add HTTP utilities driverJiaxin Wu
2015-08-22NetworkPkg: Remove the hostname from the http request URL.Gary Ching-Pang Lin
2015-08-20NetworkPkg: Fix DHCP TransmitReceive EFI_NO_MAPPING return in DnsDxeJiaxin Wu
2015-08-20NetworkPkg: Update the NetworkPkg package versionJiaxin Wu
2015-08-18NetworkPkg: Stop and release DHCP4 child after boot info is readyJiaxin Wu
2015-08-14NetworkPkg: Fix hang issue after system reconnected when IPSec has set upJiaxin Wu
2015-08-11NetworkPkg: Change the macro name to fit coding stylefanwang2
2015-08-05NetworkPkg: Fix assert caused by wrong parameter in AsciiStrCpyS()Zhang Lubo
2015-07-29NetworkPkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo
2015-07-28NetworkPkg: Add missing PCD usage information in UNI and DEC files.Qiu Shumin
2015-07-27NetworkPkg: fix an error lead building crashfanwang2
2015-07-26NetworkPkg: Add old IPv4_DEVICE_PATH and IPv6_DEVICE_PATH supportfanwang2
2015-07-26NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo
2015-07-26NetworkPkg: Fix bug in IpSecImpl.c caused by missing parenthesesBruce Cran
2015-07-16NetworkPkg: Add the unspecified address check for DNS6 StationIp.Jiaxin Wu
2015-07-15NetworkPkg: Fix bios bootup hang issue when enable network.Zhang Lubo
2015-07-15NetworkPkg: Add a comment to pcd fieldfanwang2
2015-07-14NetworkPkg: Fix an error that the call function declared implicitly.Zhang Lubo
2015-07-10NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang2
2015-07-10NetworkPkg: Fix an error that return type differs from the left one when assi...Zhang Lubo
2015-07-08NetworkPkg:Replace unsafe string functions.Zhang Lubo
2015-07-08NetworkPkg: Remove IpSecDxe and Ip4Config Protocol dependency.jiaxinwu
2015-07-07NetworkPkg: Update package DSC file.Fu Siyuan
2015-07-07NetworkPkg: Add UEFI HTTP boot driver.Fu Siyuan
2015-07-07NetworkPkg: Add HTTP DriverYe Ting
2015-07-07NetworkPkg: Add DNS feature support over IPv4 and IPv6.jiaxinwu
2015-07-07NetworkPkg: Remove mZeroGuid definition in IpSecDxeHao Wu
2015-07-01NetworkPkg: Remove unused variables from IpSecDxe to fix GCC build.Samer El-Haj-Mahmoud
2015-07-01NetworkPkg: Add IPv6 DUID configuration support using platform PCD.Samer El-Haj-Mahmoud
2015-06-29NetworkPkg: Check whether the iSCSI initiator name is null.Zhang Lubo
2015-05-21Remove Framework HII "class\subclass" in all VFRDandan Bi
2015-05-20NetworkPkg/UefiPxeBcDxe: Fix code style in INF file.jiaxinwu
2015-05-08Coding style change in UefiPxeBcDxe.infjiaxinwu
2015-04-30Add IPV6 support from UNDIYe Ting
2015-04-29Remove duplicate DAD entry in IP6 driver to fix DAD fail issue.Fu Siyuan
2015-04-17Fix some grammar and converge formatting of the two versions of TcpInput.cBALATON Zoltan
2015-04-13Save initial TSVal from TCP connection initiation packets.BALATON Zoltan
2015-03-26PXE driver bug fix.Fu Siyuan
2015-03-24PXE driver bug fix.Fu Siyuan
2015-03-18Fix GCC hang issue: Point should use directly assignment instead of IP4_COPY_...Fu Siyuan
2015-03-16NetworkPkg: Fix typo.Shumin Qiu
2015-02-13NetworkPkg: Code refine to avoid NULL pointer dereferenced.Shumin Qiu
2015-02-11DHCP6 bug fix:Gary Lin
2015-02-05Open default Tcp child via BY_CHILD_CONTROLLER.Wu Jiaxin
2015-02-04Initialize data and correct faulty logic in TcpComponentNameGetControllerName...Wu Jiaxin
2015-02-04Verified ChildHandle, and correct the name for a child. Wu Jiaxin
2015-02-03*/Contributions.txt: Update example email addressJordan Justen
2015-01-16Refine the abstract information in header comment section for NetworkPkg.Shumin Qiu
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel
2014-12-19Code refine. Check the original length of array to avoid buffer over flow.Qiu Shumin