summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeNetLib
Commit message (Expand)AuthorAgeFilesLines
* sync to trunk r10785hhtian2010-08-273-0/+5063
* prepare to branch trunkhhtian2010-08-273-4996/+0
* sync patch r10617 from main trunk.vanjeff2010-07-202-3/+92
* 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
* 1. retired NicIp4ConfigProtocolGuidvanjeff2009-05-132-25/+91
* Enhance the file header description.niry2009-04-021-1/+1
* Fix coding style issue.niry2009-03-251-2/+2
* fix minor comment errorywu212009-01-131-1/+1
* fix file header issuesywu212009-01-132-19/+17
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f1...ywu212008-12-291-39/+190
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7125 6f1...niry2008-12-251-26/+25
* Add more comments to describe the net buffer operation functions.niry2008-12-251-160/+208
* Remove #include <Protocol/LoadedImage.h>ywu212008-12-232-325/+279
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-2/+0
* Remove NibbleToHexChar() function from BaseLiblgao42008-12-011-2/+4
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-112-2/+3
* Add missing include for protocol header file.klu22008-11-051-0/+1
* Remove over specific protocol for library DxeIpIoLibklu22008-11-051-0/+1
* Update to use DOS formatqhuang82008-10-311-7/+7
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-302-9/+0
* Add dependency of gEfiDpcProtocolGuid for these two library instances since t...qhuang82008-08-181-1/+5
* Code Scrub for DxeCrc32GuidedSectionExtractLib library instance.lgao42008-07-111-3/+3
* 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib.qwang122008-05-231-27/+0
* 1. add public functions header.vanjeff2008-04-112-0/+53
* 1. Enabled SetIpFilter() in UefiPxeBcDxe module.vanjeff2008-03-101-1/+1
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-144-636/+100
* 1. Fixed bugs in DxeNetLib to meet consistence with network module DriverBind...vanjeff2008-01-172-30/+18
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-202-2/+73
* Fixed filename case for case-sensitive file systems.jljusten2007-10-291-0/+0
* Clean up Network Components to support GCC build.yshang12007-10-091-1/+1