summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe
AgeCommit message (Expand)AuthorFilesLines
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
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.hhuan133-1/+18
2010-08-15Roll back BlockSize to 0x8000 for PXE performance concern.hhuan131-5/+1
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 hhuan132-2/+31
2010-04-24Update the copyright notice formathhtian12-24/+24
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-03-18changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff3-14/+15
2010-02-241. Correct File header to ## @filelgao41-1/+1
2010-02-03For network dynamic media support:xdu21-0/+10
2010-02-021. add error handling in case DHCP success but boot request failxdu22-0/+8
2010-02-01Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin64-11/+29
2010-01-28Remove redundant arch definition in UefiPxeBcDxe.ljin66-163/+0
2010-01-28Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe.ljin63-24/+8
2010-01-08refine the code and add more security check.vanjeff3-217/+218
2009-12-30Code clean up in NetLib:xdu21-1/+1
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...vanjeff2-0/+10
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu24-8/+8
2009-11-04[Change summary]:tye3-125/+118
2009-08-24Make end of line consistent caused by previous check in.qhuang82-121/+121
2009-08-24Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang82-96/+121
2009-08-14Use siaddr in DHCP packet, if zero, use option 54 instead.vanjeff2-5/+8
2009-07-27Fixed build issue on GCC compiler. This issue is introduced by one mistaken i...vanjeff1-1/+1
2009-07-24Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff1-6/+4