summaryrefslogtreecommitdiff
path: root/NetworkPkg/DnsDxe/DnsImpl.c
AgeCommit message (Expand)AuthorFilesLines
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