summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe
AgeCommit message (Expand)AuthorFilesLines
2018-06-28MdeModulePkg: Clean up source filesLiming Gao12-108/+108
2018-02-05MdeModulePkg/PXE: Add warning message for PXE if failed to read system GUID f...Fu Siyuan1-1/+4
2017-12-18MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22-4/+5
2017-12-13MdeModulePkg/UefiPxeBcDxe: Discard the normal ICMP packets and recycle the re...Jiaxin Wu1-7/+7
2017-06-05MdeModulePkg/UefiPxeBcDxe: Refine the PXE boot displayed informationJiaxin Wu3-2/+54
2017-06-05MdeModulePkg/UefiPxeBcDxe: Fix the PXE BootMenu selection issueJiaxin Wu1-3/+3
2017-03-23MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-1/+1
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-3/+3
2016-12-22MdeModulePkg/UefiPxeBcDxe: Refine the CvtNum function logicHao Wu1-3/+2
2016-12-19MdeModulePkg: Replace ASSERT with error return code in PXE driver.Fu Siyuan2-36/+68
2016-11-18MdeModulePkg: Check for the max DHCP packet length before use it.Fu Siyuan2-1/+24
2016-10-31MdeModulePkg: Check for NULL pointer before dereference it.Fu Siyuan1-4/+8
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-9/+15
2016-07-12MdeModulePkg: Fix build error in the PXE driver.Fu Siyuan1-1/+1
2016-07-12MdeModulePkg: Update PXE driver to follow edk2 coding standards.Fu Siyuan2-4/+4
2016-07-06MdeModulePkg UefiPxeBcDxe: Fix build error for lastest VS2015 compilerHao Wu1-1/+1
2016-06-23MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo3-93/+55
2016-05-06MdeModulePkg: Ignore BootFileName if it is overloaded.Heyi Guo1-3/+7
2016-05-05MdeModulePkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan3-11/+21
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-10-16MdeModulePkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan1-0/+5
2015-09-10MdeModulePkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo2-0/+5
2015-07-29MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo6-6/+92
2015-07-26MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo1-2/+2
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo4-23/+30
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-18/+24
2014-08-25Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2-3/+7
2014-08-04The pointer argument should be set to NULL if not used not FALSE.Harry Liebel1-2/+2
2014-06-26Refine code to make it more safely.Eric Dong1-0/+1
2014-01-24Update Module BaseName to avoid the same name. Gao, Liming1-2/+2
2014-01-22Fix CRLF formatTian, Hot2-9/+9
2014-01-131. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan1-23/+45
2013-05-14Add Copyright notices and comments for Red Hat contributor.sfu52-6/+11
2013-05-09Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52-3/+13
2013-04-23Remove unused [Guids] section from PXE inf file.sfu51-4/+1
2013-03-11Initialize DefaultInfo before using it.sfu51-0/+1
2013-02-01Removes a useless condition in PxeBcImpl.c.sfu51-4/+1
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52-5/+63
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-2/+2
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu51-5/+6
2011-09-091. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu51-15/+46
2011-09-01Fix bug for UefiPxeBcDxe driver to catch the return status.sfu51-0/+5
2011-08-241. Refine the error handling for PXE-v4 driver.hhuan132-4/+6
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan133-147/+6
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu1-3/+3
2011-06-091. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132-29/+60
2010-09-15Refine soma code to make code run safely.ydong102-11/+11
2010-09-09Improve PXE Over IPv4 performance:hhuan132-13/+17