summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeNetLib
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-30Code clean up in NetLib:xdu23-264/+263
2009-11-04[Change summary]:tye2-3/+635
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye1-6/+38
2009-10-26NetLib:tye1-0/+40
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2-84/+1
2009-07-09add security check.vanjeff1-8/+13
2009-06-29add security check.vanjeff2-1/+6
2009-05-20Add includes for definitions used by the DxeIpIoLib and DxeNetLibmdkinney1-0/+1
2009-05-20enhanced to support more routing table entry.vanjeff1-5/+5
2009-05-131. retired NicIp4ConfigProtocolGuidvanjeff2-25/+91
2009-04-02Enhance the file header description.niry1-1/+1
2009-03-25Fix coding style issue.niry1-2/+2
2009-01-13fix minor comment errorywu211-1/+1
2009-01-13fix file header issuesywu212-19/+17
2008-12-29git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f1...ywu211-39/+190
2008-12-25git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7125 6f1...niry1-26/+25
2008-12-25Add more comments to describe the net buffer operation functions.niry1-160/+208
2008-12-23Remove #include <Protocol/LoadedImage.h>ywu212-325/+279
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-2/+0
2008-12-01Remove NibbleToHexChar() function from BaseLiblgao41-2/+4
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22-2/+3
2008-11-05Add missing include for protocol header file.klu21-0/+1
2008-11-05Remove over specific protocol for library DxeIpIoLibklu21-0/+1
2008-10-31Update to use DOS formatqhuang81-7/+7
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42-9/+0
2008-08-18Add dependency of gEfiDpcProtocolGuid for these two library instances since t...qhuang81-1/+5
2008-07-11Code Scrub for DxeCrc32GuidedSectionExtractLib library instance.lgao41-3/+3
2008-05-231) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang121-27/+0
2008-04-111. add public functions header.vanjeff2-0/+53