summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeNetLib
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao4-5361/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-28/+4
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-2/+2
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 Gao4-57/+57
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...fanwang22-0/+165
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-09-28MdeModulePkg/DxeNetLib: Check the actual packet size before trim data from Nbuf.Fu Siyuan1-1/+5
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-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