summaryrefslogtreecommitdiff
path: root/NetworkPkg/DnsDxe
AgeCommit message (Expand)AuthorFilesLines
2024-05-24NetworkPkg: SECURITY PATCH CVE-2023-45237Doug Flick2-2/+19
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki8-1052/+1076
2021-11-26NetworkPkg: Fix invalid pointer for DNS response token on erroredk2-stable202111Liming Gao1-0/+2
2021-01-05NetworkPkg/DnsDxe: cosmetic fixupswenyi,xie via groups.io5-11/+11
2020-02-10NetworkPkg/DnsDxe: Fix various typosAntoine Coeur5-44/+44
2020-02-10NetworkPkg/DnsDxe: Fix a typoPhilippe Mathieu-Daudé1-4/+4
2019-10-09NetworkPkg: fix CloseProtocol & UninstallMultipleProtocolInterfaces callsLaszlo Ersek1-2/+2
2019-10-08NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INFLiming Gao1-1/+0
2019-05-27NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkgLiming Gao1-0/+1
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney11-77/+11
2019-02-28NetworkPkg/DnsDxe: [CVE-2018-12178] Check the received packet size before par...Jiaxin Wu2-10/+69
2019-01-23NetworkPkg/DnsDxe: Remove unnecessary NULL pointer check.Jiaxin Wu1-13/+9
2019-01-14NetworkPkg: Protocol Uninstallation CleanupAshish Singhal1-20/+10
2018-06-28NetworkPkg: Clean up source filesLiming Gao11-722/+722
2017-12-18NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22-8/+10
2017-12-12NetworkPkg/DnsDxe: Avoid to access the freed memory buffer.Jiaxin Wu1-30/+39
2017-12-12NetworkPkg/DnsDxe: Fix the potential memory leak issue.Jiaxin Wu1-10/+121
2017-12-12NetworkPkg/DnsDxe: Update RetryCount/RetryInterval to comply with UEFI spec.Jiaxin Wu4-48/+67
2017-12-12NetworkPkg/DnsDxe: Remove the unnecessary if condition check in DNS.ConfigJiaxin Wu1-2/+2
2017-05-09NetworkPkg: Fix issue in dns driver when building DHCP packet.Zhang Lubo1-2/+2
2017-03-30NetworkPkg/DnsDxe: Fix zero StationIp configuration failure of DNSv6Jiaxin Wu3-16/+18
2017-03-23NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-2/+2
2016-12-26NetworkPkg/DnsDxe: Fixed the assert issue in DnsDxeJiaxin Wu1-4/+17
2016-10-31NetworkPkg: Fix the wrong Timer event checkJiaxin Wu1-2/+2
2016-10-26NetworkPkg: Enhance the code in DNS driver.Zhang Lubo1-0/+4
2016-09-20NetworkPkg: Correct the DNS token return status by RCODEJiaxin Wu1-64/+40
2016-09-07NetworkPkg/DnsDxe: Handle CNAME type responded from the name serverJiaxin Wu1-29/+52
2016-07-11NetworkPkg: Fix typos in commentsGiri P Mudusuru2-6/+6
2016-06-21NetworkPkg: Replace ASSERT with error handling in DnsDxeJiaxin Wu1-18/+38
2016-06-13NetworkPkg: Fix DNS GeneralLookUp failure in some caseJiaxin Wu2-8/+23
2016-06-13NetworkPkg: Remove TokenEntry from Token list before freedJiaxin Wu1-0/+8
2016-04-01NetworkPkg: Check received packet size before use it.Fu Siyuan1-7/+11
2016-03-02NetworkPkg: Revert git 'eb213f2f' fixJiaxin Wu2-158/+0
2016-02-18NetworkPkg: Replace the internal function with exposed oneJiaxin Wu3-78/+8
2016-02-01NetworkPkg: Correct inconsistent function descriptions in DNSJiaxin Wu2-503/+665
2016-01-28NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2-6/+44
2016-01-14NetworkPkg: Remove DNS QType and QClass definitionJiaxin Wu1-14/+1
2016-01-06NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()Laszlo Ersek2-2/+2
2016-01-06NetworkPkg: Removing or adding some ASSERT statementJiaxin Wu2-4/+8
2015-12-30NetworkPkg: Support DNS4/6 GeneralLookUp featureJiaxin Wu3-80/+522
2015-12-24NetworkPkg: Update module inf to include the missing uni fileLiming Gao1-2/+3
2015-12-17NetworkPkg: Correct gEfiUdp4ProtocolGuid usage in DnsDxeLiming Gao1-1/+1
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-12-10NetworkPkg: Fix the potential NULL pointer dereferenced issueJiaxin Wu1-18/+41
2015-08-28NetworkPkg: Add Dns and HttpUtilities driver UNI filesJiaxin Wu2-0/+0
2015-08-26NetworkPkg: Update the DnsDhcp.c to use BSD licenseJiaxin Wu1-7/+7
2015-08-20NetworkPkg: Fix DHCP TransmitReceive EFI_NO_MAPPING return in DnsDxeJiaxin Wu2-0/+158
2015-07-16NetworkPkg: Add the unspecified address check for DNS6 StationIp.Jiaxin Wu1-1/+1
2015-07-14NetworkPkg: Fix an error that the call function declared implicitly.Zhang Lubo1-8/+8
2015-07-10NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang22-1/+5