summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcImpl.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Delete UefiPxeBcDxe in MdeModulePkg.Siyuan Fu2018-12-241-2989/+0
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-34/+34
* MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-181-4/+4
* MdeModulePkg/UefiPxeBcDxe: Discard the normal ICMP packets and recycle the re...Jiaxin Wu2017-12-131-7/+7
* MdeModulePkg/UefiPxeBcDxe: Refine the PXE boot displayed informationJiaxin Wu2017-06-051-0/+18
* MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-231-1/+1
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-3/+3
* MdeModulePkg: Check for NULL pointer before dereference it.Fu Siyuan2016-10-311-4/+8
* MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-281-9/+15
* MdeModulePkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan2016-05-051-2/+4
* MdeModulePkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan2015-10-161-0/+5
* MdeModulePkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo2015-09-101-0/+4
* MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo2015-07-291-1/+13
* MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo2015-07-261-2/+2
* Initialize DefaultInfo before using it.sfu52013-03-111-0/+1
* Removes a useless condition in PxeBcImpl.c.sfu52013-02-011-4/+1
* Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52011-12-161-5/+6
* 1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu52011-09-091-15/+46
* Fix bug for UefiPxeBcDxe driver to catch the return status.sfu52011-09-011-0/+5
* 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132011-06-091-27/+58
* Refine soma code to make code run safely.ydong102010-09-151-2/+2
* Improve PXE Over IPv4 performance:hhuan132010-09-091-12/+16
* To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t...hhuan132010-08-271-20/+94
* 1. Introduce PcdTftpBlockSize to let platform DSC customize block size.hhuan132010-08-181-1/+13
* Roll back BlockSize to 0x8000 for PXE performance concern.hhuan132010-08-151-5/+1
* Fix 3 K8 issues for PXE module hhuan132010-05-141-2/+29
* Update the copyright notice formathhtian2010-04-241-2/+2
* remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff2010-03-271-1/+3
* Fix an bug for PXE boot asserthhuan132010-03-191-2/+0
* For network dynamic media support:xdu22010-02-031-0/+10
* Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin62010-02-011-7/+8
* refine the code and add more security check.vanjeff2010-01-081-179/+179
* The functionality of PXE Base Code protocol will not be stopped, when downloa...vanjeff2009-12-041-1/+4
* Fixed the bug that not to stop PXE functionality when PXE meeting some failur...vanjeff2009-11-251-0/+2
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-1/+1
* [Change summary]:tye2009-11-041-9/+9
* Use siaddr in DHCP packet, if zero, use option 54 instead.vanjeff2009-08-141-2/+4
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-111-2/+2
* add security check.vanjeff2009-07-081-6/+0
* add security check.vanjeff2009-06-291-5/+8
* Fix incorrect error handling when PXE boot timeout.gikidy2009-06-291-2/+2
* sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff2009-06-081-58/+45
* 1. sync PXE boot trackers for Windows 2008 server.vanjeff2009-03-161-27/+38
* code scrub for UefiPxeBcDxe.jgong52009-02-061-431/+675
* Refine MdeModulePkg to pass GCC build.xli242008-11-181-4/+4
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-6/+0
* 1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Specvanjeff2008-09-191-3/+4
* clean EBC build.vanjeff2008-06-121-23/+12
* [Description]:vanjeff2008-05-271-35/+49
* remove debug code.vanjeff2008-04-021-2/+0