summaryrefslogtreecommitdiff
path: root/NetworkPkg/UefiPxeBcDxe
AgeCommit message (Expand)AuthorFilesLines
2024-05-24NetworkPkg: Update the PxeBcDhcp6GoogleTest due to underlying changesDoug Flick2-6/+99
2024-05-24NetworkPkg: SECURITY PATCH CVE-2023-45237Doug Flick3-7/+25
2024-02-06NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45235 Unit TestsDoug Flick2-2/+294
2024-02-06NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45235 PatchDoug Flick2-16/+78
2024-02-06NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45234 Unit TestsDoug Flick4-0/+417
2024-02-06NetworkPkg: UefiPxeBcDxe: SECURITY PATCH CVE-2023-45234 PatchDoug Flick1-6/+65
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki15-2617/+2592
2021-12-07NetworkPkg: Change OPTIONAL keyword usage styleMichael D Kinney2-3/+2
2021-12-07NetworkPkg: Change use of EFI_D_* to DEBUG_*Michael D Kinney2-5/+4
2020-04-01NetworkPkg/UefiPxeBcDxe: handle competing DHCP servers (more) gracefullyLaszlo Ersek1-2/+28
2020-02-10NetworkPkg/UefiPxeBcDxe: Fix various typosAntoine Coeur11-48/+48
2019-10-08NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INFLiming Gao1-1/+0
2019-10-08NetworkPkg UefiPxeBcDxe: Consume PcdTftpBlockSize defined in NetworkPkg.decLiming Gao1-1/+1
2019-04-22NetworkPkg/UefiPxeBcDxe:Add two PCD to control PXE.Xue, ShengfengX3-3/+18
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney18-126/+18
2019-01-14NetworkPkg: Protocol Uninstallation CleanupAshish Singhal1-10/+5
2018-12-24NetworkPkg: Remove some clarification from UefiPxeBcDxe.infSiyuan Fu1-6/+0
2018-10-22NetworkPkg: Correct the time stamp and fix the integer overflow issue.Jiaxin Wu1-8/+8
2018-10-09NetworkPkg/UefiPxeBcDxe: Correct comments to align with the input parameter.Jiaxin Wu2-2/+14
2018-09-27NetworkPkg/UefiPxeBcDxe: Add the clarification compared to UefiPxeBcDxe in Md...Jiaxin Wu1-2/+7
2018-09-27NetworkPkg/UefiPxeBcDxe: Use the specified MTFTP windowsize.Jiaxin Wu4-35/+121
2018-09-17NetworkPkg: UefiPxeBcDxe: Add EXCLUSIVE attribute when opening SNP protocol i...edk2-devel-bounces@lists.01.org1-4/+4
2018-08-23NetworkPkg: UefiPxeBcDxe: Remove the redundant code.Songpeng Li2-33/+0
2018-08-14NetworkPkg: Removing ipf which is no longer supported from edk2.chenc21-1/+1
2018-06-28NetworkPkg: Clean up source filesLiming Gao14-117/+117
2018-03-22NetworkPkg/UefiPxeBcDxe: Configure the ARP Instance/RouteTable with new addressJiaxin Wu2-40/+52
2018-02-05NetworkPkg: Add warning message for PXE if failed to read system GUID from SM...Fu Siyuan2-0/+4
2018-01-15NetworkPkg: Fix incorrect parameter check in PXE.Mtftp() function.Fu Siyuan1-1/+9
2018-01-04NetworkPkg: Update PXE driver to check for NULL pointer before use it.Fu Siyuan1-12/+8
2018-01-04NetworkPkg: Add assert for buffer pointer from DHCP driver.Fu Siyuan1-0/+4
2018-01-04NetworkPkg: Fix memory leak problem in PXE driver.Fu Siyuan2-7/+25
2018-01-04NetworkPkg: Check allocated buffer pointer before use.Fu Siyuan1-1/+4
2018-01-04NetworkPkg: Abort the PXE process if DHCP has been started by other instance.Fu Siyuan1-7/+2
2017-12-22NetworkPkg: Recycle the ICMP error message in PXE driver.Fu Siyuan1-16/+14
2017-12-22NetworkPkg: Remove redundant check in PXE driver.Fu Siyuan1-15/+9
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22-4/+6
2017-12-15NetworkPkg/UefiPxeBcDxe: Allow the NULL configuration for NewStationIP/NewSub...Jiaxin Wu2-12/+16
2017-12-15NetworkPkg/UefiPxeBcDxe: Correct the handle for PXE Base Code Callback Protocol.Jiaxin Wu2-4/+4
2017-12-15NetworkPkg/UefiPxeBcDxe: Fix Pxe.Dhcp() return status code.Jiaxin Wu2-1/+6
2017-09-29NetworkPkg/UefiPxeBcDxe: Fix the redundant condition checkJiaxin Wu1-2/+2
2017-05-03NetworkPkg: Fix PXEv6 boot failure when DhcpBinl offer received.Jiaxin Wu1-20/+23
2017-04-21NetworkPkg: Correct the proxy DHCP offer handingJiaxin Wu2-4/+6
2017-03-23NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-2/+3
2017-03-06NetworkPkg: Refine casting expression result to bigger sizeHao Wu1-5/+5
2016-12-22NetworkPkg: Refine UintnToAscDecWithFormat functions logicHao Wu1-3/+2
2016-12-19NetworkPkg: Replace ASSERT with error return code in PXE and HTTP boot driver.Fu Siyuan2-55/+134
2016-11-18NetworkPkg: Check for the max DHCP packet length before use it.Fu Siyuan5-14/+77
2016-10-31NetworkPkg: Check for NULL pointer before dereference it.Fu Siyuan1-3/+7
2016-10-31NetworkPkg: Add error handling logic when using AllocateZeroPoolZhang Lubo1-2/+6
2016-10-28NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2-14/+30