summaryrefslogtreecommitdiff
path: root/NetworkPkg/UefiPxeBcDxe/PxeBcImpl.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-11Support Report Status Code in the UefiPxe driver.yhsu31-0/+7
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-337/+356
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney1-2/+1
2020-02-10NetworkPkg/UefiPxeBcDxe: Fix various typosAntoine Coeur1-5/+5
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-27NetworkPkg/UefiPxeBcDxe: Use the specified MTFTP windowsize.Jiaxin Wu1-1/+9
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-20/+20
2018-03-22NetworkPkg/UefiPxeBcDxe: Configure the ARP Instance/RouteTable with new addressJiaxin Wu1-22/+4
2018-02-05NetworkPkg: Add warning message for PXE if failed to read system GUID from SM...Fu Siyuan1-0/+1
2018-01-15NetworkPkg: Fix incorrect parameter check in PXE.Mtftp() function.Fu Siyuan1-1/+9
2018-01-04NetworkPkg: Update PXE driver to check for NULL pointer before use it.Fu Siyuan1-12/+8
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang21-4/+4
2017-12-15NetworkPkg/UefiPxeBcDxe: Correct the handle for PXE Base Code Callback Protocol.Jiaxin Wu1-1/+1
2017-03-23NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-2/+3
2017-03-06NetworkPkg: Refine casting expression result to bigger sizeHao Wu1-5/+5
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan1-8/+8
2016-10-31NetworkPkg: Check for NULL pointer before dereference it.Fu Siyuan1-3/+7
2016-10-28NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-13/+27
2016-05-05NetworkPkg: Do not use hard coded TTL/ToS in PXE driver.Fu Siyuan1-2/+4
2015-10-16NetworkPkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan1-0/+10
2015-09-10NetworkPkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo1-0/+4
2015-07-29NetworkPkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo1-0/+12
2015-03-26PXE driver bug fix.Fu Siyuan1-4/+4
2015-03-24PXE driver bug fix.Fu Siyuan1-1/+2
2014-09-181. Update PXE driver to support PXEv6 boot cross subnet.Fu, Siyuan1-0/+8
2014-06-25Refine code to make it more safely.Eric Dong1-0/+1
2014-04-23Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio...Mauro Faccenda1-1/+1
2014-01-15Fix bug that PXEv4 boot fail if PXEv6 is performed firstly.Fu Siyuan1-1/+5
2013-10-01Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj1-1/+1
2013-03-11Initialize DefaultInfo before using it.sfu51-0/+1
2013-02-20Remove the useless goto statements in PXE driver.sfu51-19/+9
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-0/+9
2012-08-24Fix bugs in PXE driver when using option 43 for boot server list and boot men...sfu51-33/+40
2012-02-071. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at t...sfu51-3/+7
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu51-21/+17
2011-11-251. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function.sfu51-0/+22
2011-09-091. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu51-25/+86
2011-09-01Fix bug for UefiPxeBcDxe driver to catch the return status.sfu51-1/+7
2011-08-241. Refine the error handling when the PXE-v4 DHCP offer isn't validhhuan131-0/+2
2011-08-121. Enhanced error handling in case PXE DHCP process error happens.hhuan131-0/+8
2011-08-121. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan131-0/+2
2011-07-141. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetS...hhuan131-1/+1
2011-06-091. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan131-52/+115
2010-11-01Add NetworkPkg (P.UDK2010.UP3.Network.P1)hhtian1-0/+2200