summaryrefslogtreecommitdiff
path: root/NetworkPkg
AgeCommit message (Expand)AuthorFilesLines
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
2014-12-18Fix a bug that the gateway is not necessary in a simple PXE network.Gary Lin1-3/+5
2014-12-04NetworkPkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell8-27/+39
2014-11-12Fix a bug in DHCP6 driver when using DUID LLT.Fu Siyuan1-3/+3
2014-10-31EDK II Contributions.txt: Update patch format informationJordan Justen1-13/+29
2014-10-21Clean up the code. Action statement should not have text two opcode.Eric Dong2-8/+0
2014-09-24Enhance TargetName check when save iSCSI configuration.Ye Ting1-1/+18
2014-09-181. Update PXE driver to support PXEv6 boot cross subnet.Fu, Siyuan7-40/+311