summaryrefslogtreecommitdiff
path: root/NetworkPkg/DnsDxe/DnsProtocol.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-09NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28NetworkPkg: Clean up source filesLiming Gao1-158/+158
2017-12-12NetworkPkg/DnsDxe: Avoid to access the freed memory buffer.Jiaxin Wu1-30/+39
2017-12-12NetworkPkg/DnsDxe: Update RetryCount/RetryInterval to comply with UEFI spec.Jiaxin Wu1-41/+61
2017-12-12NetworkPkg/DnsDxe: Remove the unnecessary if condition check in DNS.ConfigJiaxin Wu1-2/+2
2017-03-30NetworkPkg/DnsDxe: Fix zero StationIp configuration failure of DNSv6Jiaxin Wu1-0/+2
2017-03-23NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-2/+2
2016-10-26NetworkPkg: Enhance the code in DNS driver.Zhang Lubo1-0/+4
2016-06-21NetworkPkg: Replace ASSERT with error handling in DnsDxeJiaxin Wu1-18/+38
2016-06-13NetworkPkg: Remove TokenEntry from Token list before freedJiaxin Wu1-0/+8
2016-02-18NetworkPkg: Replace the internal function with exposed oneJiaxin Wu1-2/+2
2016-02-01NetworkPkg: Correct inconsistent function descriptions in DNSJiaxin Wu1-252/+333
2016-01-06NetworkPkg: Removing or adding some ASSERT statementJiaxin Wu1-0/+8
2015-12-30NetworkPkg: Support DNS4/6 GeneralLookUp featureJiaxin Wu1-4/+243
2015-07-16NetworkPkg: Add the unspecified address check for DNS6 StationIp.Jiaxin Wu1-1/+1
2015-07-07NetworkPkg: Add DNS feature support over IPv4 and IPv6.jiaxinwu1-0/+1344