summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/DnsDxe/DnsImpl.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/DnsDxe: cosmetic fixupswenyi,xie via groups.io2021-01-051-4/+4
* NetworkPkg/DnsDxe: Fix various typosAntoine Coeur2020-02-101-10/+10
* NetworkPkg/DnsDxe: Fix a typoPhilippe Mathieu-Daudé2020-02-101-4/+4
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* NetworkPkg/DnsDxe: [CVE-2018-12178] Check the received packet size before par...Jiaxin Wu2019-02-281-10/+67
* NetworkPkg: Clean up source filesLiming Gao2018-06-281-176/+176
* NetworkPkg/DnsDxe: Fix the potential memory leak issue.Jiaxin Wu2017-12-121-10/+121
* NetworkPkg/DnsDxe: Update RetryCount/RetryInterval to comply with UEFI spec.Jiaxin Wu2017-12-121-2/+2
* NetworkPkg/DnsDxe: Fix zero StationIp configuration failure of DNSv6Jiaxin Wu2017-03-301-3/+5
* NetworkPkg/DnsDxe: Fixed the assert issue in DnsDxeJiaxin Wu2016-12-261-4/+17
* NetworkPkg: Fix the wrong Timer event checkJiaxin Wu2016-10-311-2/+2
* NetworkPkg: Correct the DNS token return status by RCODEJiaxin Wu2016-09-201-64/+40
* NetworkPkg/DnsDxe: Handle CNAME type responded from the name serverJiaxin Wu2016-09-071-29/+52
* NetworkPkg: Fix DNS GeneralLookUp failure in some caseJiaxin Wu2016-06-131-8/+21
* NetworkPkg: Check received packet size before use it.Fu Siyuan2016-04-011-7/+11
* NetworkPkg: Replace the internal function with exposed oneJiaxin Wu2016-02-181-57/+6
* NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2016-01-281-5/+29
* NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()Laszlo Ersek2016-01-061-1/+1
* NetworkPkg: Removing or adding some ASSERT statementJiaxin Wu2016-01-061-4/+0
* NetworkPkg: Support DNS4/6 GeneralLookUp featureJiaxin Wu2015-12-301-70/+251
* NetworkPkg: Fix the potential NULL pointer dereferenced issueJiaxin Wu2015-12-101-18/+41
* NetworkPkg: Fix an error that the call function declared implicitly.Zhang Lubo2015-07-141-8/+8
* NetworkPkg: Code logic optimization for DnsDxe and HttpDxe driverfanwang22015-07-101-1/+3
* NetworkPkg: Add DNS feature support over IPv4 and IPv6.jiaxinwu2015-07-071-0/+1875