summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeNetLib/DxeNetLib.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-301-172/+169
* [Change summary]:tye2009-11-041-3/+597
* 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-111-76/+0
* add security check.vanjeff2009-06-291-0/+3
* 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-131-22/+83
* fix file header issuesywu212009-01-131-3/+3
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f1...ywu212008-12-291-39/+190
* Remove #include <Protocol/LoadedImage.h>ywu212008-12-231-154/+135
* Remove NibbleToHexChar() function from BaseLiblgao42008-12-011-2/+4
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-111-1/+1
* Add missing include for protocol header file.klu22008-11-051-0/+1
* Remove over specific protocol for library DxeIpIoLibklu22008-11-051-0/+1
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-3/+0
* 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-111-0/+28
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-53/+53
* 1. Fixed bugs in DxeNetLib to meet consistence with network module DriverBind...vanjeff2008-01-171-23/+9
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-201-1/+71
* Clear up network stack to use R9 MdeLib:qhuang82007-09-281-1390/+1250
* 1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib ...vanjeff2007-08-271-4/+104
* Make MdeModulePkg GCC clean.qwang122007-08-271-1/+1
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-301-0/+1
* Fixed EBC build issues.vanjeff2007-07-251-21/+6
* 1. Import NetLib, IpIoLib and UdpIoLib class definitionsvanjeff2007-07-231-0/+1332