summaryrefslogtreecommitdiff
path: root/NetworkPkg/UefiPxeBcDxe
AgeCommit message (Expand)Author
2015-09-11NetworkPkg: PXE Driver's LoadFile protocol should check FilePathZhang Lubo
2015-07-29NetworkPkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo
2015-07-26NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo
2015-07-08NetworkPkg:Replace unsafe string functions.Zhang Lubo
2015-05-20NetworkPkg/UefiPxeBcDxe: Fix code style in INF file.jiaxinwu
2015-05-08Coding style change in UefiPxeBcDxe.infjiaxinwu
2015-04-30Add IPV6 support from UNDIYe Ting
2015-03-26PXE driver bug fix.Fu Siyuan
2015-03-24PXE driver bug fix.Fu Siyuan
2014-12-18Fix a bug that the gateway is not necessary in a simple PXE network.Gary Lin
2014-12-04NetworkPkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell
2014-09-181. Update PXE driver to support PXEv6 boot cross subnet.Fu, Siyuan
2014-09-03NetworkPkg: Convert non DOS format files to DOS formatGao, Liming
2014-08-28NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo
2014-08-28NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo
2014-08-25Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin
2014-08-04The pointer argument should be set to NULL if not used not FALSE.Fu, Siyuan
2014-06-25Refine code to make it more safely.Eric Dong
2014-04-25Fix default VENDOR_CLASS in DHCP discover.Larry Cleeton
2014-04-23Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio...Mauro Faccenda
2014-01-15Fix bug that PXEv4 boot fail if PXEv6 is performed firstly.Fu Siyuan
2014-01-131. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan
2014-01-06Update PXE driver to support PXE forced mode.Fu Siyuan
2013-10-01Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj
2013-05-14Fix bug in PXE driver: memory may be freed before use.sfu5
2013-05-09Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu5
2013-04-25Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu5
2013-04-23Remove unused [Guids] section from PXE inf file.sfu5
2013-03-11Initialize DefaultInfo before using it.sfu5
2013-02-20Remove the useless goto statements in PXE driver.sfu5
2013-02-01Fix corrupt PXE boot menu display issue.sfu5
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu5
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu5
2012-08-24Fix bugs in PXE driver when using option 43 for boot server list and boot men...sfu5
2012-07-04Update PXE driver to wait for IPv6 duplicate address detection to finish.sfu5
2012-02-071. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at t...sfu5
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu5
2011-11-251. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function.sfu5
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu
2011-09-18Clean up the private GUID definition in module Level.lgao4
2011-09-10NetworkPkg/UefiPxeBcDxe: Fix GCC build issuejljusten
2011-09-091. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu5
2011-09-01Fix bug for UefiPxeBcDxe driver to catch the return status.sfu5
2011-08-241. Refine the error handling when the PXE-v4 DHCP offer isn't validhhuan13
2011-08-24Refine file comments to follow coding style.ydong10
2011-08-161.Fix a icc build breakhhuan13
2011-08-121. Enhanced error handling in case PXE DHCP process error happens.hhuan13
2011-08-121. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan13
2011-07-141. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetS...hhuan13
2011-07-05Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu