summaryrefslogtreecommitdiff
path: root/NetworkPkg/UefiPxeBcDxe/PxeBcDhcp6.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-24NetworkPkg: SECURITY PATCH CVE-2023-45237Doug Flick1-3/+8
2024-02-06NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45235 PatchDoug Flick1-16/+61
2024-02-06NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45234 PatchDoug Flick1-6/+65
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-475/+498
2020-02-10NetworkPkg/UefiPxeBcDxe: Fix various typosAntoine Coeur1-9/+9
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-23NetworkPkg: UefiPxeBcDxe: Remove the redundant code.Songpeng Li1-23/+0
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-39/+39
2018-01-04NetworkPkg: Fix memory leak problem in PXE driver.Fu Siyuan1-6/+21
2018-01-04NetworkPkg: Check allocated buffer pointer before use.Fu Siyuan1-1/+4
2017-05-03NetworkPkg: Fix PXEv6 boot failure when DhcpBinl offer received.Jiaxin Wu1-20/+23
2017-04-21NetworkPkg: Correct the proxy DHCP offer handingJiaxin Wu1-2/+3
2016-12-19NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver.Fu Siyuan1-20/+50
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan1-0/+29
2016-10-31NetworkPkg: Add error handling logic when using AllocateZeroPoolZhang Lubo1-2/+6
2016-10-26NetworkPkg: Add dns support for pxe boot based on IPv6.Zhang Lubo1-28/+241
2016-06-23NetworkPkg: Refine codes related to Dhcpv4 and Dhcpv6 configuration.Zhang Lubo1-14/+14
2016-02-03NetworkPkg: Fix suspicious dereference of pointer 'Mode.Ia'Zhang Lubo1-1/+1
2016-01-28NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo1-2/+7
2015-10-15NetworkPkg: remove unnecessary timeout event when setting IPv6 address.Fu Siyuan1-47/+50
2015-03-26PXE driver bug fix.Fu Siyuan1-8/+6
2014-12-18Fix a bug that the gateway is not necessary in a simple PXE network.Gary Lin1-3/+5
2014-12-04NetworkPkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-2/+1
2014-09-181. Update PXE driver to support PXEv6 boot cross subnet.Fu, Siyuan1-32/+248
2014-04-23Fix typo in function name PxeBcFlushStaionIp which should be PxeBcFlushStatio...Mauro Faccenda1-2/+2
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-1/+1
2012-07-04Update PXE driver to wait for IPv6 duplicate address detection to finish.sfu51-2/+73
2012-02-071. Fix a bug for PXEv6 when Proxy PXE server and DHCP server are located at t...sfu51-15/+31
2011-12-16Reconfigure the UdpRead instance if an error occurred in Dhcp, Discover and M...sfu51-0/+12
2011-09-10NetworkPkg/UefiPxeBcDxe: Fix GCC build issuejljusten1-5/+5
2011-09-091. Support netboot6 tftp URL format like tftp://[aaaa::bbbb]/myfile.efi;mode=...sfu51-0/+12
2011-08-161.Fix a icc build breakhhuan131-1/+1
2011-08-121. Fix bugs for PXE-IPv6 to accommodate the situation: hhuan131-19/+257
2010-12-03Fixed a bug for OPTION_NII(62) defined in RFC 5970.hhuan131-2/+1
2010-11-16Fix PxeBcDhcp6.c comments since official UEFI 2.3 Errata D spec is published.hhuan131-3/+2
2010-11-01Add NetworkPkg (P.UDK2010.UP3.Network.P1)hhtian1-0/+1531