Age | Commit message (Expand) | Author |
2017-04-27 | MdeModulePkg: Move to new location | Guo Mang |
2017-03-23 | MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is called | Jiaxin Wu |
2017-03-06 | MdeModulePkg: Refine casting expression result to bigger size | Hao Wu |
2016-12-22 | MdeModulePkg/UefiPxeBcDxe: Refine the CvtNum function logic | Hao Wu |
2016-12-19 | MdeModulePkg: Replace ASSERT with error return code in PXE driver. | Fu Siyuan |
2016-11-18 | MdeModulePkg: Check for the max DHCP packet length before use it. | Fu Siyuan |
2016-10-31 | MdeModulePkg: Check for NULL pointer before dereference it. | Fu Siyuan |
2016-10-28 | MdeModulePkg: Update IP4 stack drivers for classless address unicast check. | Fu Siyuan |
2016-07-12 | MdeModulePkg: Fix build error in the PXE driver. | Fu Siyuan |
2016-07-12 | MdeModulePkg: Update PXE driver to follow edk2 coding standards. | Fu Siyuan |
2016-07-06 | MdeModulePkg UefiPxeBcDxe: Fix build error for lastest VS2015 compiler | Hao Wu |
2016-06-23 | MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration. | Zhang Lubo |
2016-05-06 | MdeModulePkg: Ignore BootFileName if it is overloaded. | Heyi Guo |
2016-05-05 | MdeModulePkg: Do not use hard coded TTL/ToS in PXE driver. | Fu Siyuan |
2015-12-15 | MdeModulePkg: Convert all .uni files to utf-8 | Jordan Justen |
2015-10-16 | MdeModulePkg: reset DHCP child when leaving PXE LoadFile. | Fu Siyuan |
2015-09-10 | MdeModulePkg: PXE Driver's LoadFile protocol should check FilePath | Zhang Lubo |
2015-07-29 | MdeModulePkg: Fix the issue cannot boot to UEFI Network after reset | Zhang Lubo |
2015-07-26 | MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status. | Zhang Lubo |
2015-07-08 | MdeModulePkg: Replace unsafe string functions. | Zhang Lubo |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-25 | Append the terminating null character at the end of the string to avoid buffe... | Qiu Shumin |
2014-08-04 | The pointer argument should be set to NULL if not used not FALSE. | Harry Liebel |
2014-06-26 | Refine code to make it more safely. | Eric Dong |
2014-01-24 | Update Module BaseName to avoid the same name. | Gao, Liming |
2014-01-22 | Fix CRLF format | Tian, Hot |
2014-01-13 | 1. Update the parsing logic of DHCP message in PXE driver. | Fu Siyuan |
2013-05-14 | Add Copyright notices and comments for Red Hat contributor. | sfu5 |
2013-05-09 | Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set. | sfu5 |
2013-04-23 | Remove unused [Guids] section from PXE inf file. | sfu5 |
2013-03-11 | Initialize DefaultInfo before using it. | sfu5 |
2013-02-01 | Removes a useless condition in PxeBcImpl.c. | sfu5 |
2012-12-13 | 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. | sfu5 |
2012-10-17 | 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt... | sfu5 |
2011-12-16 | Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M... | sfu5 |
2011-09-09 | 1. Fix bug in PXE driver UdpRead function to handle the IP fragmentation. | sfu5 |
2011-09-01 | Fix bug for UefiPxeBcDxe driver to catch the return status. | sfu5 |
2011-08-24 | 1. Refine the error handling for PXE-v4 driver. | hhuan13 |
2011-07-14 | 1. Define a netlib library function NetLibGetSystemGuid() | hhuan13 |
2011-07-06 | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu |
2011-06-09 | 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn... | hhuan13 |
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 |