summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/UefiPxeBcDxe: Fix various typosAntoine Coeur2020-02-101-9/+9
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* NetworkPkg: UefiPxeBcDxe: Remove the redundant code.Songpeng Li2018-08-231-23/+0
* NetworkPkg: Clean up source filesLiming Gao2018-06-281-39/+39
* NetworkPkg: Fix memory leak problem in PXE driver.Fu Siyuan2018-01-041-6/+21
* NetworkPkg: Check allocated buffer pointer before use.Fu Siyuan2018-01-041-1/+4
* NetworkPkg: Fix PXEv6 boot failure when DhcpBinl offer received.Jiaxin Wu2017-05-031-20/+23
* NetworkPkg: Correct the proxy DHCP offer handingJiaxin Wu2017-04-211-2/+3
* NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver.Fu Siyuan2016-12-191-20/+50
* NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan2016-11-181-0/+29
* NetworkPkg: Add error handling logic when using AllocateZeroPoolZhang Lubo2016-10-311-2/+6
* NetworkPkg: Add dns support for pxe boot based on IPv6.Zhang Lubo2016-10-261-28/+241
* NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo2016-06-231-14/+14
* NetworkPkg: Fix suspicious dereference of pointer 'Mode.Ia'Zhang Lubo2016-02-031-1/+1
* NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2016-01-281-2/+7
* NetworkPkg: remove unnecessary timeout event when setting IPv6 address.Fu Siyuan2015-10-151-47/+50
* PXE driver bug fix.Fu Siyuan2015-03-261-8/+6
* 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-041-2/+1
* 1. Update PXE driver to support PXEv6 boot cross subnet.Fu, Siyuan2014-09-181-32/+248
* Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio...Mauro Faccenda2014-04-231-2/+2
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-1/+1
* Update PXE driver to wait for IPv6 duplicate address detection to finish.sfu52012-07-041-2/+73
* 1. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at t...sfu52012-02-071-15/+31
* Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu52011-12-161-0/+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-091-0/+12
* 1.Fix a icc build breakhhuan132011-08-161-1/+1
* 1. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan132011-08-121-19/+257
* Fixed a bug for OPTION_NII(62) defined in RFC 5970.hhuan132010-12-031-2/+1
* 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-011-0/+1531