summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/DnsDxe
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/DnsDxe: cosmetic fixupswenyi,xie via groups.io2021-01-055-11/+11
* NetworkPkg/DnsDxe: Fix various typosAntoine Coeur2020-02-105-44/+44
* NetworkPkg/DnsDxe: Fix a typoPhilippe Mathieu-Daudé2020-02-101-4/+4
* NetworkPkg: fix CloseProtocol & UninstallMultipleProtocolInterfaces callsLaszlo Ersek2019-10-091-2/+2
* NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INFLiming Gao2019-10-081-1/+0
* NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-0/+1
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0911-77/+11
* NetworkPkg/DnsDxe: [CVE-2018-12178] Check the received packet size before par...Jiaxin Wu2019-02-282-10/+69
* NetworkPkg/DnsDxe: Remove unnecessary NULL pointer check.Jiaxin Wu2019-01-231-13/+9
* NetworkPkg: Protocol Uninstallation CleanupAshish Singhal2019-01-141-20/+10
* NetworkPkg: Clean up source filesLiming Gao2018-06-2811-722/+722
* NetworkPkg: Update Api from NetLibDetectMedia to NetLibDetectMediaWaitTimeout.fanwang22017-12-182-8/+10
* NetworkPkg/DnsDxe: Avoid to access the freed memory buffer.Jiaxin Wu2017-12-121-30/+39
* 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-124-48/+67
* NetworkPkg/DnsDxe: Remove the unnecessary if condition check in DNS.ConfigJiaxin Wu2017-12-121-2/+2
* NetworkPkg: Fix issue in dns driver when building DHCP packet.Zhang Lubo2017-05-091-2/+2
* NetworkPkg/DnsDxe: Fix zero StationIp configuration failure of DNSv6Jiaxin Wu2017-03-303-16/+18
* NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-231-2/+2
* 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: Enhance the code in DNS driver.Zhang Lubo2016-10-261-0/+4
* 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 typos in commentsGiri P Mudusuru2016-07-112-6/+6
* NetworkPkg: Replace ASSERT with error handling in DnsDxeJiaxin Wu2016-06-211-18/+38
* NetworkPkg: Fix DNS GeneralLookUp failure in some caseJiaxin Wu2016-06-132-8/+23
* NetworkPkg: Remove TokenEntry from Token list before freedJiaxin Wu2016-06-131-0/+8
* NetworkPkg: Check received packet size before use it.Fu Siyuan2016-04-011-7/+11
* NetworkPkg: Revert git 'eb213f2f' fixJiaxin Wu2016-03-022-158/+0
* NetworkPkg: Replace the internal function with exposed oneJiaxin Wu2016-02-183-78/+8
* NetworkPkg: Correct inconsistent function descriptions in DNSJiaxin Wu2016-02-012-503/+665
* NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2016-01-282-6/+44
* NetworkPkg: Remove DNS QType and QClass definitionJiaxin Wu2016-01-141-14/+1
* NetworkPkg: DnsDxe: fix return type of DnsFillinQNameForQueryIp()Laszlo Ersek2016-01-062-2/+2
* NetworkPkg: Removing or adding some ASSERT statementJiaxin Wu2016-01-062-4/+8
* NetworkPkg: Support DNS4/6 GeneralLookUp featureJiaxin Wu2015-12-303-80/+522
* NetworkPkg: Update module inf to include the missing uni fileLiming Gao2015-12-241-2/+3
* NetworkPkg: Correct gEfiUdp4ProtocolGuid usage in DnsDxeLiming Gao2015-12-171-1/+1
* NetworkPkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* NetworkPkg: Fix the potential NULL pointer dereferenced issueJiaxin Wu2015-12-101-18/+41
* NetworkPkg: Add Dns and HttpUtilities driver UNI filesJiaxin Wu2015-08-282-0/+0
* NetworkPkg: Update the DnsDhcp.c to use BSD licenseJiaxin Wu2015-08-261-7/+7
* NetworkPkg: Fix DHCP TransmitReceive EFI_NO_MAPPING return in DnsDxeJiaxin Wu2015-08-202-0/+158
* NetworkPkg: Add the unspecified address check for DNS6 StationIp.Jiaxin Wu2015-07-161-1/+1
* 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-102-1/+5
* NetworkPkg: Add DNS feature support over IPv4 and IPv6.jiaxinwu2015-07-079-0/+7944