summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/UefiPxeBcDxe
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in PXE driver: memory may be freed before use.sfu52013-05-141-3/+4
* Skip PXE prompt/menu/discover if PXE_DISCOVERY_CONTROL tag bit 3 set.sfu52013-05-092-2/+13
* Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu52013-04-252-107/+414
* Remove unused [Guids] section from PXE inf file.sfu52013-04-231-6/+1
* Initialize DefaultInfo before using it.sfu52013-03-111-0/+1
* Remove the useless goto statements in PXE driver.sfu52013-02-202-28/+10
* Fix corrupt PXE boot menu display issue.sfu52013-02-011-2/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-133-5/+76
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-175-3/+24
* Fix bugs in PXE driver when using option 43 for boot server list and boot men...sfu52012-08-245-56/+111
* Update PXE driver to wait for IPv6 duplicate address detection to finish.sfu52012-07-043-5/+76
* 1. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at t...sfu52012-02-072-18/+38
* Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52011-12-162-21/+29
* 1. Fix a bug to initialize the UdpRead instance in EfiPxeBcStart function.sfu52011-11-251-0/+22
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-261-1/+1
* Clean up the private GUID definition in module Level.lgao42011-09-182-23/+12
* NetworkPkg/UefiPxeBcDxe: Fix GCC build issuejljusten2011-09-101-5/+5
* 1. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu52011-09-092-25/+98
* 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-243-1/+8
* Refine file comments to follow coding style.ydong102011-08-242-2/+2
* 1.Fix a icc build breakhhuan132011-08-161-1/+1
* 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-125-20/+327
* 1. Update NetworkPkg\PXE driver to consume netlib library function NetLibGetS...hhuan132011-07-144-141/+5
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-051-3/+3
* 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132011-06-092-53/+116
* 1. Add error handling for PXE-IPV6.hhuan132011-06-011-1/+4
* Fix a bug in PxeBcDriver (When disconnect PxeBc driver under shell environmen...hhuan132011-02-181-1/+10
* NetworkPkg: comments clean up.xdu22011-01-212-4/+4
* Fixed a bug for OPTION_NII(62) defined in RFC 5970.hhuan132010-12-032-3/+1
* To align w/ UEFI 2.3 Spec, PXE driver installs PxeBc, LoadFile and SNP Protoc...hhuan132010-12-012-30/+166
* Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published.hhuan132010-11-161-3/+2
* Add NetworkPkg (P.UDK2010.UP3.Network.P1)hhtian2010-11-0116-0/+12646