summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeNetLib
Commit message (Expand)AuthorAgeFilesLines
* 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: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* MdeModulePkg: Add SMBIOS 3.0 support in NetLibGetSystemGuid.Samer El-Haj-Mahmoud2015-09-302-12/+20
* MdeModulePkg: Use monotonic count to initialize the NetLib random seed.Fu Siyuan2015-08-071-4/+8
* MdeModulePkg: Remove two protocols and add HttpLib accessfanwang22015-07-151-2/+0
* MdeModulePkg: Replace unsafe string functions.Zhang Lubo2015-07-081-1/+1
* MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency.jiaxinwu2015-07-082-184/+25
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-17/+21
* 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-142-2/+89
* Update IPsec.h file to follow approved ECR which will be collected into futur...qianouyang2010-10-151-0/+48
* 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-012-4/+93
* Update the copyright notice formathhtian2010-04-243-6/+6
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-162-0/+14
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f...rsun32010-03-192-6/+7
* MdeModulePkg DxeNetLib: Fix compiler warningjljusten2010-03-011-0/+2
* 1. Correct File header to ## @filelgao42010-02-241-14/+14
* For network dynamic media support:xdu22010-02-031-19/+226
* MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to retur...qianouyang2010-02-011-2/+6
* 1. Fix the potential issue in NetbufGetFragment() when Last is zero in Line 53.tye12010-01-271-7/+4
* Update according to two review comments:tye12010-01-251-2/+7
* Add StrToIp functions to NetLib.tye12010-01-251-0/+375
* Fix the warning: Line 389, the Index of mMonthName may be -1.tye2010-01-121-1/+1
* Add ASSERT () to make sure the array is accessed within the limit. tye2010-01-111-5/+7
* refine the code and add more security check.vanjeff2010-01-081-5/+5
* Add VLAN support.xdu22009-12-301-31/+321
* Code clean up in NetLib:xdu22009-12-303-264/+263
* [Change summary]:tye2009-11-042-3/+635
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-301-6/+38
* NetLib:tye2009-10-261-0/+40
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-112-84/+1
* add security check.vanjeff2009-07-091-8/+13
* add security check.vanjeff2009-06-292-1/+6
* Add includes for definitions used by the DxeIpIoLib and DxeNetLibmdkinney2009-05-201-0/+1
* enhanced to support more routing table entry.vanjeff2009-05-201-5/+5