summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-3394/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Remove trailing white spaceStar Zeng2018-09-061-2/+2
* MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.Fu Siyuan2018-09-031-5/+8
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-44/+44
* MdeModulePkg/DxeNetLib: Add array range check in NetIp6IsNetEqual().Wang Fan2018-01-121-2/+6
* MdeModulePkg/DxeNetLib: Fix an error in packet length counting.Wang Fan2018-01-041-2/+1
* MdeModulePkg/DxeNetLib: Add parameter check and ASSERT handling.Wang Fan2018-01-041-14/+105
* MdeModulePkg/DxeNetLib: Fix a potential issue in macro definition.Wang Fan2018-01-041-1/+1
* MdeModulePkg/NetLib: Refine coding style for API NetLibDetectMediaWaitTimeoutWang Fan2017-12-261-3/+2
* MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media stat...fanwang22017-12-081-0/+18
* MdeModulePkg/NetLib: Add NetLibDetectMediaWaitTimeout() API to support EFI_NO...fanwang22017-12-061-0/+163
* MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan2017-11-131-4/+10
* MdeModulePkg/DxeNetLib: Fix negative value left shiftHao Wu2017-09-291-1/+1
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-1/+1
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-3/+19
* MdeModulePkg/NetLib: Use StrToIpv4/6Address in BaseLibRuiyu Ni2017-02-281-351/+31
* MdeModulePkg/NetLib: Handle an invalid IPv6 address caseJiaxin Wu2016-11-281-0/+11
* MdeModulePkg/DxeNetLib: Allow the IPv4/prefix case when AsciiStrToIp4Jiaxin Wu2016-11-231-1/+9
* MdeModulePkg: Update NetLib interface to support classless addressing.Fu Siyuan2016-10-281-14/+12
* MdeModulePkg/Library: Fix typos in comments and variablesGary Lin2016-10-271-8/+8
* MdeModulePkg:Fix bug in function AsciiStrToIp4.Zhang Lubo2016-08-241-0/+3
* MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-211-6/+12
* MdeModulePkg: Add new macros and refine codesZhang Lubo2016-04-111-3/+3
* MdeModulePkg: Define a general function to create DNS QNameJiaxin Wu2016-02-181-1/+68
* MdeModulePkg: Add SMBIOS 3.0 support in NetLibGetSystemGuid.Samer El-Haj-Mahmoud2015-09-301-12/+18
* MdeModulePkg: Use monotonic count to initialize the NetLib random seed.Fu Siyuan2015-08-071-4/+8
* MdeModulePkg: Replace unsafe string functions.Zhang Lubo2015-07-081-1/+1
* MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.jiaxinwu2015-07-081-177/+20
* Update NetLibGetMacAddress() to handle the case correctly when SNP is absent.Fu Siyuan2013-11-271-1/+1
* Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu52013-04-251-21/+22
* 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52012-12-241-0/+1
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-171-2/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-0/+213
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-5/+5
* Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye12012-06-251-3/+4
* Adopt new IPv4/IPv6 device path for network modules.niruiyu2011-10-261-3/+17
* MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu22011-10-261-0/+2
* 1. Define a netlib library function NetLibGetSystemGuid()hhuan132011-07-141-1/+87
* Minor code refinement.rsun32010-08-101-2/+2
* Fix IP address text representation issue about leading zeros jjin92010-08-061-3/+56
* Roll back change r10696, because new update on r10700 and r10701 handles this...lgao42010-07-281-15/+3
* Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao42010-07-261-3/+15
* 1. fixed one bug to construct config request string header used child handle ...vanjeff2010-07-011-3/+91
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-161-0/+12
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun32010-03-191-4/+5
* For network dynamic media support:xdu22010-02-031-19/+226
* MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to retur...qianouyang2010-02-011-2/+6
* Update according to two review comments:tye12010-01-251-2/+7