summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/PXE: Add warning message for PXE if failed to read system GUID f...Fu Siyuan2018-02-051-1/+4
* MdeModulePkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-182-4/+5
* 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-053-2/+54
* MdeModulePkg/UefiPxeBcDxe: Fix the PXE BootMenu selection issueJiaxin Wu2017-06-051-3/+3
* 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/UefiPxeBcDxe: Refine the CvtNum function logicHao Wu2016-12-221-3/+2
* MdeModulePkg: Replace ASSERT with error return code in PXE driver.Fu Siyuan2016-12-192-36/+68
* MdeModulePkg: Check for the max DHCP packet length before use it.Fu Siyuan2016-11-182-1/+24
* 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: Fix build error in the PXE driver.Fu Siyuan2016-07-121-1/+1
* MdeModulePkg: Update PXE driver to follow edk2 coding standards.Fu Siyuan2016-07-122-4/+4
* MdeModulePkg UefiPxeBcDxe: Fix build error for lastest VS2015 compilerHao Wu2016-07-061-1/+1
* MedmodulePkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo2016-06-233-93/+55
* MdeModulePkg: Ignore BootFileName if it is overloaded.Heyi Guo2016-05-061-3/+7
* MdeModulePkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan2016-05-053-11/+21
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* 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-102-0/+5
* MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo2015-07-296-6/+92
* MdeModulePkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo2015-07-261-2/+2
* MdeModulePkg: Replace unsafe string functions.Zhang Lubo2015-07-084-23/+30
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-18/+24
* Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2014-08-252-3/+7
* The pointer argument should be set to NULL if not used not FALSE.Harry Liebel2014-08-041-2/+2
* Refine code to make it more safely.Eric Dong2014-06-261-0/+1
* Update Module BaseName to avoid the same name. Gao, Liming2014-01-241-2/+2
* Fix CRLF formatTian, Hot2014-01-222-9/+9
* 1. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan2014-01-131-23/+45
* Add Copyright notices and comments for Red Hat contributor.sfu52013-05-142-6/+11
* Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52013-05-092-3/+13
* Remove unused [Guids] section from PXE inf file.sfu52013-04-231-4/+1
* Initialize DefaultInfo before using it.sfu52013-03-111-0/+1
* Removes a useless condition in PxeBcImpl.c.sfu52013-02-011-4/+1
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-132-5/+63
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-2/+2
* 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. Refine the error handling for PXE-v4 driver.hhuan132011-08-242-4/+6
* 1. Define a netlib library function NetLibGetSystemGuid()hhuan132011-07-143-147/+6
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-061-3/+3
* 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132011-06-092-29/+60
* Refine soma code to make code run safely.ydong102010-09-152-11/+11
* Improve PXE Over IPv4 performance:hhuan132010-09-092-13/+17
* To comply w/ UEFI spec , In Dhcp(), Discover(), and Mtftp() interfaces, set t...hhuan132010-08-271-20/+94