summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeNetLib
AgeCommit message (Expand)AuthorFilesLines
2017-03-02MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu1-3/+19
2017-02-28MdeModulePkg/NetLib: Use StrToIpv4/6Address in BaseLibRuiyu Ni1-351/+31
2016-12-22MdeModulePkg/DxeNetLib: Rewrite NetblockChecksum function logicHao Wu1-8/+8
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-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-09-30MdeModulePkg: Add SMBIOS 3.0 support in NetLibGetSystemGuid.Samer El-Haj-Mahmoud2-12/+20
2015-08-07MdeModulePkg: Use monotonic count to initialize the NetLib random seed.Fu Siyuan1-4/+8
2015-07-15MdeModulePkg: Remove two protocols and add HttpLib accessfanwang21-2/+0
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo1-1/+1
2015-07-08MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.jiaxinwu2-184/+25
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-17/+21
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()hhuan132-2/+89
2010-10-15Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang1-0/+48
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 ...vanjeff2-4/+93
2010-04-24Update the copyright notice formathhtian3-6/+6
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2-0/+14
2010-03-19git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun32-6/+7
2010-03-01MdeModulePkg DxeNetLib: Fix compiler warningjljusten1-0/+2
2010-02-241. Correct File header to ## @filelgao41-14/+14
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-271. Fix the potential issue in NetbufGetFragment() when Last is zero in Line 53.tye11-7/+4
2010-01-25Update according to two review comments:tye11-2/+7
2010-01-25Add StrToIp functions to NetLib.tye11-0/+375
2010-01-12Fix the warning: Line 389, the Index of mMonthName may be -1.tye1-1/+1
2010-01-11Add ASSERT () to make sure the array is accessed within the limit. tye1-5/+7
2010-01-08refine the code and add more security check.vanjeff1-5/+5
2009-12-30Add VLAN support.xdu21-31/+321