summaryrefslogtreecommitdiff
path: root/NetworkPkg/UefiPxeBcDxe
AgeCommit message (Expand)AuthorFilesLines
2018-10-22NetworkPkg: Correct the time stamp and fix the integer overflow issue.Jiaxin Wu1-8/+8
2018-10-09NetworkPkg/UefiPxeBcDxe: Correct comments to align with the input parameter.Jiaxin Wu2-2/+14
2018-09-27NetworkPkg/UefiPxeBcDxe: Add the clarification compared to UefiPxeBcDxe in Md...Jiaxin Wu1-2/+7
2018-09-27NetworkPkg/UefiPxeBcDxe: Use the specified MTFTP windowsize.Jiaxin Wu4-35/+121
2018-09-17NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening SNP protocol i...edk2-devel-bounces@lists.01.org1-4/+4
2018-08-23NetworkPkg: UefiPxeBcDxe: Remove the redundant code.Songpeng Li2-33/+0
2018-08-14NetworkPkg: Removing ipf which is no longer supported from edk2.chenc21-1/+1
2018-06-28NetworkPkg: Clean up source filesLiming Gao14-117/+117
2018-03-22NetworkPkg/UefiPxeBcDxe: Configure the ARP Instance/RouteTable with new addressJiaxin Wu2-40/+52
2018-02-05NetworkPkg: Add warning message for PXE if failed to read system GUID from SM...Fu Siyuan2-0/+4
2018-01-15NetworkPkg: Fix incorrect parameter check in PXE.Mtftp() function.Fu Siyuan1-1/+9
2018-01-04NetworkPkg: Update PXE driver to check for NULL pointer before use it.Fu Siyuan1-12/+8
2018-01-04NetworkPkg: Add assert for buffer pointer from DHCP driver.Fu Siyuan1-0/+4
2018-01-04NetworkPkg: Fix memory leak problem in PXE driver.Fu Siyuan2-7/+25
2018-01-04NetworkPkg: Check allocated buffer pointer before use.Fu Siyuan1-1/+4
2018-01-04NetworkPkg: Abort the PXE process if DHCP has been started by other instance.Fu Siyuan1-7/+2
2017-12-22NetworkPkg: Recycle the ICMP error message in PXE driver.Fu Siyuan1-16/+14
2017-12-22NetworkPkg: Remove redundant check in PXE driver.Fu Siyuan1-15/+9
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22-4/+6
2017-12-15NetworkPkg/UefiPxeBcDxe: Allow the NULL configuration for NewStationIP/NewSub...Jiaxin Wu2-12/+16
2017-12-15NetworkPkg/UefiPxeBcDxe: Correct the handle for PXE Base Code Callback Protocol.Jiaxin Wu2-4/+4
2017-12-15NetworkPkg/UefiPxeBcDxe: Fix Pxe.Dhcp() return status code.Jiaxin Wu2-1/+6
2017-09-29NetworkPkg/UefiPxeBcDxe: Fix the redundant condition checkJiaxin Wu1-2/+2
2017-05-03NetworkPkg: Fix PXEv6 boot failure when DhcpBinl offer received.Jiaxin Wu1-20/+23
2017-04-21NetworkPkg: Correct the proxy DHCP offer handingJiaxin Wu2-4/+6
2017-03-23NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-2/+3
2017-03-06NetworkPkg: Refine casting expression result to bigger sizeHao Wu1-5/+5
2016-12-22NetworkPkg: Refine UintnToAscDecWithFormat functions logicHao Wu1-3/+2
2016-12-19NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver.Fu Siyuan2-55/+134
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan5-14/+77
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-28NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2-14/+30
2016-10-26NetworkPkg: Add dns support for pxe boot based on IPv6.Zhang Lubo5-38/+261
2016-07-26NetworkPkg UefiPxeBcDxe: Fix build error for lastest VS2015 compilerHao Wu1-2/+2
2016-07-12NetworkPkg: Update PXE driver to follow edk2 coding standards.Fu Siyuan2-5/+5
2016-06-23NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo5-129/+67
2016-05-06NetworkPkg: Ignore BootFileName if it is overloaded.Fu Siyuan1-2/+5
2016-05-05NetworkPkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan3-15/+25
2016-02-14NetworkPkg: Reword PXE download messageSamer El-Haj-Mahmoud1-1/+2
2016-02-03NetworkPkg: Fix suspicious dereference of pointer 'Mode.Ia'Zhang Lubo1-1/+1
2016-01-28NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2-3/+32
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-10-16NetworkPkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan1-0/+10
2015-10-15NetworkPkg: remove unnecessary timeout event when setting IPv6 address.Fu Siyuan1-47/+50
2015-09-10NetworkPkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo1-0/+4
2015-07-29NetworkPkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo6-1/+88
2015-07-26NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo1-3/+5
2015-07-08NetworkPkg:Replace unsafe string functions.Zhang Lubo4-25/+34
2015-05-20NetworkPkg/UefiPxeBcDxe: Fix code style in INF file.jiaxinwu1-1/+1