summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao1-3394/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-09-06MdeModulePkg: Remove trailing white spaceStar Zeng1-2/+2
2018-09-03MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.Fu Siyuan1-5/+8
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-44/+44
2018-01-12MdeModulePkg/DxeNetLib: Add array range check in NetIp6IsNetEqual().Wang Fan1-2/+6
2018-01-04MdeModulePkg/DxeNetLib: Fix an error in packet length counting.Wang Fan1-2/+1
2018-01-04MdeModulePkg/DxeNetLib: Add parameter check and ASSERT handling.Wang Fan1-14/+105
2018-01-04MdeModulePkg/DxeNetLib: Fix a potential issue in macro definition.Wang Fan1-1/+1
2017-12-26MdeModulePkg/NetLib: Refine coding style for API NetLibDetectMediaWaitTimeoutWang Fan1-3/+2
2017-12-08MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media stat...fanwang21-0/+18
2017-12-06MdeModulePkg/NetLib: Add NetLibDetectMediaWaitTimeout() API to support EFI_NO...fanwang21-0/+163
2017-11-13MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan1-4/+10
2017-09-29MdeModulePkg/DxeNetLib: Fix negative value left shiftHao Wu1-1/+1
2017-03-06MdeModulePkg: Refine casting expression result to bigger sizeHao Wu1-1/+1
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-3/+19
2017-02-28MdeModulePkg/NetLib: Use StrToIpv4/6Address in BaseLibRuiyu Ni1-351/+31
2016-11-28MdeModulePkg/NetLib: Handle an invalid IPv6 address caseJiaxin Wu1-0/+11
2016-11-23MdeModulePkg/DxeNetLib: Allow the IPv4/prefix case when AsciiStrToIp4Jiaxin Wu1-1/+9
2016-10-28MdeModulePkg: Update NetLib interface to support classless addressing.Fu Siyuan1-14/+12
2016-10-27MdeModulePkg/Library: Fix typos in comments and variablesGary Lin1-8/+8
2016-08-24MdeModulePkg:Fix bug in function AsciiStrToIp4.Zhang Lubo1-0/+3
2016-06-21MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng1-6/+12
2016-04-11MdeModulePkg: Add new macros and refine codesZhang Lubo1-3/+3
2016-02-18MdeModulePkg: Define a general function to create DNS QNameJiaxin Wu1-1/+68
2015-09-30MdeModulePkg: Add SMBIOS 3.0 support in NetLibGetSystemGuid.Samer El-Haj-Mahmoud1-12/+18
2015-08-07MdeModulePkg: Use monotonic count to initialize the NetLib random seed.Fu Siyuan1-4/+8
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo1-1/+1
2015-07-08MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.jiaxinwu1-177/+20
2013-11-27Update NetLibGetMacAddress() to handle the case correctly when SNP is absent.Fu Siyuan1-1/+1
2013-04-25Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu51-21/+22
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu51-0/+1
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu51-2/+2
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-0/+213
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-5/+5
2012-06-25Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye11-3/+4
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-3/+17
2011-10-26MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu21-0/+2
2011-07-141. Define a netlib library function NetLibGetSystemGuid()hhuan131-1/+87
2010-08-10Minor code refinement.rsun31-2/+2
2010-08-06Fix IP address text representation issue about leading zeros jjin91-3/+56
2010-07-28Roll back change r10696, because new update on r10700 and r10701 handles this...lgao41-15/+3
2010-07-26Make sure gBS FreePool() is used to free the buffer always allocated by gBS A...lgao41-3/+15
2010-07-011. fixed one bug to construct config request string header used child handle ...vanjeff1-3/+91
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+12
2010-03-19git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun31-4/+5
2010-02-03For network dynamic media support:xdu21-19/+226
2010-02-01MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to retur...qianouyang1-2/+6
2010-01-25Update according to two review comments:tye11-2/+7