summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/UefiPxeBcDxe: Fix various typosAntoine Coeur2020-02-101-5/+5
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* NetworkPkg/UefiPxeBcDxe: Use the specified MTFTP windowsize.Jiaxin Wu2018-09-271-1/+9
* NetworkPkg: Clean up source filesLiming Gao2018-06-281-20/+20
* NetworkPkg/UefiPxeBcDxe: Configure the ARP Instance/RouteTable with new addressJiaxin Wu2018-03-221-22/+4
* NetworkPkg: Add warning message for PXE if failed to read system GUID from SM...Fu Siyuan2018-02-051-0/+1
* NetworkPkg: Fix incorrect parameter check in PXE.Mtftp() function.Fu Siyuan2018-01-151-1/+9
* NetworkPkg: Update PXE driver to check for NULL pointer before use it.Fu Siyuan2018-01-041-12/+8
* NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-181-4/+4
* NetworkPkg/UefiPxeBcDxe: Correct the handle for PXE Base Code Callback Protocol.Jiaxin Wu2017-12-151-1/+1
* NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-231-2/+3
* NetworkPkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-5/+5
* NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan2016-11-181-8/+8
* NetworkPkg: Check for NULL pointer before dereference it.Fu Siyuan2016-10-311-3/+7
* NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-281-13/+27
* NetworkPkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan2016-05-051-2/+4
* NetworkPkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan2015-10-161-0/+10
* NetworkPkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo2015-09-101-0/+4
* NetworkPkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo2015-07-291-0/+12
* PXE driver bug fix.Fu Siyuan2015-03-261-4/+4
* PXE driver bug fix.Fu Siyuan2015-03-241-1/+2
* 1. Update PXE driver to support PXEv6 boot cross subnet.Fu, Siyuan2014-09-181-0/+8
* Refine code to make it more safely.Eric Dong2014-06-251-0/+1
* Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio...Mauro Faccenda2014-04-231-1/+1
* Fix bug that PXEv4 boot fail if PXEv6 is performed firstly.Fu Siyuan2014-01-151-1/+5
* Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj2013-10-011-1/+1
* Initialize DefaultInfo before using it.sfu52013-03-111-0/+1
* Remove the useless goto statements in PXE driver.sfu52013-02-201-19/+9
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-0/+9
* Fix bugs in PXE driver when using option 43 for boot server list and boot men...sfu52012-08-241-33/+40
* 1. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at t...sfu52012-02-071-3/+7
* Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52011-12-161-21/+17
* 1. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function.sfu52011-11-251-0/+22
* 1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu52011-09-091-25/+86
* Fix bug for UefiPxeBcDxe driver to catch the return status.sfu52011-09-011-1/+7
* 1. Refine the error handling when the PXE-v4 DHCP offer isn't validhhuan132011-08-241-0/+2
* 1. Enhanced error handling in case PXE DHCP process error happens.hhuan132011-08-121-0/+8
* 1. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan132011-08-121-0/+2
* 1. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetS...hhuan132011-07-141-1/+1
* 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132011-06-091-52/+115
* Add NetworkPkg (P.UDK2010.UP3.Network.P1)hhtian2010-11-011-0/+2200