summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-24MdeModulePkg: Delete UefiPxeBcDxe in MdeModulePkg.Siyuan Fu1-2989/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-34/+34
2017-12-18MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang21-4/+4
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 Wu1-0/+18
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-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-05-05MdeModulePkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan1-2/+4
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 Lubo1-0/+4
2015-07-29MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo1-1/+13
2015-07-26MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo1-2/+2
2013-03-11Initialize DefaultInfo before using it.sfu51-0/+1
2013-02-01Removes a useless condition in PxeBcImpl.c.sfu51-4/+1
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-06-091. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan131-27/+58
2010-09-15Refine soma code to make code run safely.ydong101-2/+2
2010-09-09Improve PXE Over IPv4 performance:hhuan131-12/+16
2010-08-27To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t...hhuan131-20/+94
2010-08-181. Introduce PcdTftpBlockSize to let platform DSC customize block size.hhuan131-1/+13
2010-08-15Roll back BlockSize to 0x8000 for PXE performance concern.hhuan131-5/+1
2010-05-14Fix 3 K8 issues for PXE module hhuan131-2/+29
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-03-27remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff1-1/+3
2010-03-19Fix an bug for PXE boot asserthhuan131-2/+0
2010-02-03For network dynamic media support:xdu21-0/+10
2010-02-01Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin61-7/+8
2010-01-08refine the code and add more security check.vanjeff1-179/+179
2009-12-04The functionality of PXE Base Code protocol will not be stopped, when downloa...vanjeff1-1/+4
2009-11-25Fixed the bug that not to stop PXE functionality when PXE meeting some failur...vanjeff1-0/+2
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-1/+1
2009-11-04[Change summary]:tye1-9/+9
2009-08-14Use siaddr in DHCP packet, if zero, use option 54 instead.vanjeff1-2/+4
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney1-2/+2
2009-07-08add security check.vanjeff1-6/+0
2009-06-29add security check.vanjeff1-5/+8
2009-06-29Fix incorrect error handling when PXE boot timeout.gikidy1-2/+2
2009-06-08sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff1-58/+45
2009-03-161. sync PXE boot trackers for Windows 2008 server.vanjeff1-27/+38
2009-02-06code scrub for UefiPxeBcDxe.jgong51-431/+675
2008-11-18Refine MdeModulePkg to pass GCC build.xli241-4/+4
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-6/+0
2008-09-191. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Specvanjeff1-3/+4
2008-06-12clean EBC build.vanjeff1-23/+12
2008-05-27[Description]:vanjeff1-35/+49
2008-04-02remove debug code.vanjeff1-2/+0