summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/UefiPxeBcDxe
Commit message (Expand)AuthorAgeFilesLines
...
* NetworkPkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* NetworkPkg: reset DHCP child when leaving PXE LoadFile.Fu Siyuan2015-10-161-0/+10
* NetworkPkg: remove unnecessary timeout event when setting IPv6 address.Fu Siyuan2015-10-151-47/+50
* 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-296-1/+88
* NetworkPkg: Fix the issue EfiPxeBcDhcp() may return wrong status.Zhang Lubo2015-07-261-3/+5
* NetworkPkg:Replace unsafe string functions.Zhang Lubo2015-07-084-25/+34
* NetworkPkg/UefiPxeBcDxe: Fix code style in INF file.jiaxinwu2015-05-201-1/+1
* Coding style change in UefiPxeBcDxe.infjiaxinwu2015-05-081-2/+2
* Add IPV6 support from UNDIYe Ting2015-04-303-4/+117
* PXE driver bug fix.Fu Siyuan2015-03-262-12/+10
* PXE driver bug fix.Fu Siyuan2015-03-241-1/+2
* Fix a bug that the gateway is not necessary in a simple PXE network.Gary Lin2014-12-181-3/+5
* NetworkPkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-042-4/+2
* 1. Update PXE driver to support PXEv6 boot cross subnet.Fu, Siyuan2014-09-186-34/+295
* NetworkPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-282-0/+0
* NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-281-27/+38
* Append the terminating null character at the end of the string to avoid buffe...Qiu Shumin2014-08-251-0/+4
* The pointer argument should be set to NULL if not used not FALSE.Fu, Siyuan2014-08-041-3/+3
* Refine code to make it more safely.Eric Dong2014-06-251-0/+1
* Fix default VENDOR_CLASS in DHCP discover.Larry Cleeton2014-04-251-2/+2
* Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio...Mauro Faccenda2014-04-235-8/+8
* Fix bug that PXEv4 boot fail if PXEv6 is performed firstly.Fu Siyuan2014-01-151-1/+5
* 1. Update the parsing logic of DHCP message in PXE driver.Fu Siyuan2014-01-131-19/+40
* Update PXE driver to support PXE forced mode.Fu Siyuan2014-01-061-11/+35
* Fix spelling typo in the NIC_IP4_CONFIG_INFO.Permanent variable name, which w...Samer El-Haj-Mahmoud elhaj2013-10-011-1/+1
* 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