summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-24MdeModulePkg: Delete UefiPxeBcDxe in MdeModulePkg.Siyuan Fu1-1999/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-10/+10
2018-02-05MdeModulePkg/PXE: Add warning message for PXE if failed to read system GUID f...Fu Siyuan1-1/+4
2017-06-05MdeModulePkg/UefiPxeBcDxe: Fix the PXE BootMenu selection issueJiaxin Wu1-3/+3
2016-12-19MdeModulePkg: Replace ASSERT with error return code in PXE driver.Fu Siyuan1-34/+65
2016-11-18MdeModulePkg: Check for the max DHCP packet length before use it.Fu Siyuan1-0/+23
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 Lubo1-50/+50
2016-05-06MdeModulePkg: Ignore BootFileName if it is overloaded.Heyi Guo1-3/+7
2015-07-29MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo1-1/+48
2014-06-26Refine code to make it more safely.Eric Dong1-0/+1
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.sfu51-5/+9
2013-05-09Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu51-1/+11
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-08-241. Refine the error handling for PXE-v4 driver.hhuan131-1/+3
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan131-7/+4
2010-09-15Refine soma code to make code run safely.ydong101-9/+9
2010-07-08Remove ASSERT and change to if ()hhuan131-4/+5
2010-07-08Fix a bug by adding * for Ptr8hhuan131-1/+1
2010-07-07Fix a bug:hhuan131-0/+9
2010-05-14Fix 3 K8 issues for PXE module hhuan131-0/+2
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-021. add error handling in case DHCP success but boot request failxdu21-0/+7
2010-02-01Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin61-1/+3
2010-01-28Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe.ljin61-2/+2
2010-01-08refine the code and add more security check.vanjeff1-31/+31
2009-12-30Code clean up in NetLib:xdu21-1/+1
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-3/+3
2009-08-14Use siaddr in DHCP packet, if zero, use option 54 instead.vanjeff1-3/+4
2009-07-17fixed ASSERT condition issue.vanjeff1-2/+1
2009-07-09add security check.vanjeff1-2/+3
2009-07-08add security check.vanjeff1-12/+1
2009-06-29add security check.vanjeff1-2/+12
2009-06-08sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff1-5/+8
2009-04-14Use default UNDI information if NII protocol not exists.vanjeff1-6/+19
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten1-1/+2
2009-03-161. sync PXE boot trackers for Windows 2008 server.vanjeff1-8/+14
2009-02-06code scrub for UefiPxeBcDxe.jgong51-99/+128
2008-12-16Clean up to update the reference of the these macros:qhuang81-1/+1
2008-09-191. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Specvanjeff1-57/+61
2008-04-03sync alignment issue on IPF.vanjeff1-2/+4
2008-04-02enhanced UefiPxeBcDxe to supportvanjeff1-5/+45
2008-03-11edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDhcp.c:jljusten1-0/+3
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-51/+38
2008-01-041. Import UEFI PxeBc module in MdeModulePkgvanjeff1-0/+1746