summaryrefslogtreecommitdiff
path: root/NetworkPkg/DnsDxe/DnsImpl.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-24NetworkPkg: SECURITY PATCH CVE-2023-45237Doug Flick1-1/+10
2021-12-07NetworkPkg: Apply uncrustify changesMichael Kubacki1-399/+420
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.io1-4/+4
2020-02-10NetworkPkg/DnsDxe: Fix various typosAntoine Coeur1-10/+10
2020-02-10NetworkPkg/DnsDxe: Fix a typoPhilippe Mathieu-Daudé1-4/+4
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-28NetworkPkg/DnsDxe: [CVE-2018-12178] Check the received packet size before par...Jiaxin Wu1-10/+67
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-176/+176
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 Wu1-2/+2
2017-03-30NetworkPkg/DnsDxe: Fix zero StationIp configuration failure of DNSv6Jiaxin Wu1-3/+5
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-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-06-13NetworkPkg: Fix DNS GeneralLookUp failure in some caseJiaxin Wu1-8/+21
2016-04-01NetworkPkg: Check received packet size before use it.Fu Siyuan1-7/+11
2016-02-18NetworkPkg: Replace the internal function with exposed oneJiaxin Wu1-57/+6
2016-01-28NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo1-5/+29
2016-01-06NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()Laszlo Ersek1-1/+1
2016-01-06NetworkPkg: Removing or adding some ASSERT statementJiaxin Wu1-4/+0
2015-12-30NetworkPkg: Support DNS4/6 GeneralLookUp featureJiaxin Wu1-70/+251
2015-12-10NetworkPkg: Fix the potential NULL pointer dereferenced issueJiaxin Wu1-18/+41
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 driverfanwang21-1/+3
2015-07-07NetworkPkg: Add DNS feature support over IPv4 and IPv6.jiaxinwu1-0/+1875