Age | Commit message (Expand) | Author |
2010-09-15 | Refine soma code to make code run safely. | ydong10 |
2010-09-09 | Improve PXE Over IPv4 performance: | hhuan13 |
2010-08-27 | To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t... | hhuan13 |
2010-08-18 | 1. Introduce PcdTftpBlockSize to let platform DSC customize block size. | hhuan13 |
2010-08-15 | Roll back BlockSize to 0x8000 for PXE performance concern. | hhuan13 |
2010-07-08 | Remove ASSERT and change to if () | hhuan13 |
2010-07-08 | Fix a bug by adding * for Ptr8 | hhuan13 |
2010-07-07 | Fix a bug: | hhuan13 |
2010-05-14 | Fix 3 K8 issues for PXE module | hhuan13 |
2010-04-24 | Update the copyright notice format | hhtian |
2010-03-27 | remove PxeBc->Stop () when EFI_BUFFER_TOO_SMALL, the calling PxeBc->Stop() in... | vanjeff |
2010-03-19 | Fix an bug for PXE boot assert | hhuan13 |
2010-03-18 | changing UDP default timeout value to 2s to improve PXE BC boot performance. | vanjeff |
2010-02-24 | 1. Correct File header to ## @file | lgao4 |
2010-02-03 | For network dynamic media support: | xdu2 |
2010-02-02 | 1. add error handling in case DHCP success but boot request fail | xdu2 |
2010-02-01 | Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT... | ljin6 |
2010-01-28 | Remove redundant arch definition in UefiPxeBcDxe. | ljin6 |
2010-01-28 | Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe. | ljin6 |
2010-01-08 | refine the code and add more security check. | vanjeff |
2009-12-30 | Code clean up in NetLib: | xdu2 |
2009-12-04 | The functionality of PXE Base Code protocol will not be stopped, when downloa... | vanjeff |
2009-11-25 | Fixed the bug that not to stop PXE functionality when PXE meeting some failur... | vanjeff |
2009-11-13 | Update network drivers to use FreePool() instead of gBS->FreePool(). | xdu2 |
2009-11-04 | [Change summary]: | tye |
2009-08-24 | Make end of line consistent caused by previous check in. | qhuang8 |
2009-08-24 | Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor... | qhuang8 |
2009-08-14 | Use siaddr in DHCP packet, if zero, use option 54 instead. | vanjeff |
2009-07-27 | Fixed build issue on GCC compiler. This issue is introduced by one mistaken i... | vanjeff |
2009-07-24 | Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl... | vanjeff |
2009-07-17 | fixed ASSERT condition issue. | vanjeff |
2009-07-11 | Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat... | mdkinney |
2009-07-09 | add security check. | vanjeff |
2009-07-08 | add security check. | vanjeff |
2009-06-29 | add security check. | vanjeff |
2009-06-29 | Fix incorrect error handling when PXE boot timeout. | gikidy |
2009-06-08 | sync tracker:PXE misused the parameter of second since boot in DHCP header. | vanjeff |
2009-05-21 | Update module to show real dependencies on the MemoryAllocationLib | mdkinney |
2009-04-30 | Replace references to RFC 3066 with RFC 4646. | gikidy |
2009-04-14 | Use default UNDI information if NII protocol not exists. | vanjeff |
2009-04-10 | Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg. | jljusten |
2009-03-16 | 1. sync PXE boot trackers for Windows 2008 server. | vanjeff |
2009-02-09 | Clean Network Driver to include Uefi.h, not PiDxe.h. | lgao4 |
2009-02-06 | fixed more issues by scrubbing. | jgong5 |
2009-02-06 | Synced function header. | jgong5 |
2009-02-06 | code scrub for UefiPxeBcDxe. | jgong5 |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 |
2008-12-04 | 1)Global variables have been moved backward ahead of functions. | jji4 |
2008-12-04 | Changed the POLL&TIMEOUT timer values from 50ms to 10ms. | vanjeff |
2008-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy |