summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe
AgeCommit message (Expand)Author
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu5
2011-09-091. Fix bug in PXE driver UdpRead function to handle the IP fragmentation.sfu5
2011-09-01Fix bug for UefiPxeBcDxe driver to catch the return status.sfu5
2011-08-241. Refine the error handling for PXE-v4 driver.hhuan13
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan13
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu
2011-06-091. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan13
2010-09-15Refine soma code to make code run safely.ydong10
2010-09-09Improve PXE Over IPv4 performance:hhuan13
2010-08-27To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t...hhuan13
2010-08-181. Introduce PcdTftpBlockSize to let platform DSC customize block size.hhuan13
2010-08-15Roll back BlockSize to 0x8000 for PXE performance concern.hhuan13
2010-07-08Remove ASSERT and change to if ()hhuan13
2010-07-08Fix a bug by adding * for Ptr8hhuan13
2010-07-07Fix a bug:hhuan13
2010-05-14Fix 3 K8 issues for PXE module hhuan13
2010-04-24Update the copyright notice formathhtian
2010-03-27remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in...vanjeff
2010-03-19Fix an bug for PXE boot asserthhuan13
2010-03-18changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff
2010-02-241. Correct File header to ## @filelgao4
2010-02-03For network dynamic media support:xdu2
2010-02-021. add error handling in case DHCP success but boot request failxdu2
2010-02-01Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin6
2010-01-28Remove redundant arch definition in UefiPxeBcDxe.ljin6
2010-01-28Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe.ljin6
2010-01-08refine the code and add more security check.vanjeff
2009-12-30Code clean up in NetLib:xdu2
2009-12-04The functionality of PXE Base Code protocol will not be stopped, when downloa...vanjeff
2009-11-25Fixed the bug that not to stop PXE functionality when PXE meeting some failur...vanjeff
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu2
2009-11-04[Change summary]:tye
2009-08-24Make end of line consistent caused by previous check in.qhuang8
2009-08-24Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang8
2009-08-14Use siaddr in DHCP packet, if zero, use option 54 instead.vanjeff
2009-07-27Fixed build issue on GCC compiler. This issue is introduced by one mistaken i...vanjeff
2009-07-24Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff
2009-07-17fixed ASSERT condition issue.vanjeff
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney
2009-07-09add security check.vanjeff
2009-07-08add security check.vanjeff
2009-06-29add security check.vanjeff
2009-06-29Fix incorrect error handling when PXE boot timeout.gikidy
2009-06-08sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff
2009-05-21Update module to show real dependencies on the MemoryAllocationLibmdkinney
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy
2009-04-14Use default UNDI information if NII protocol not exists.vanjeff
2009-04-10Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten
2009-03-161. sync PXE boot trackers for Windows 2008 server.vanjeff
2009-02-09Clean Network Driver to include Uefi.h, not PiDxe.h. lgao4