| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | MdeModulePkg DxeNetLib: Fix compiler warning | jljusten | 2010-03-01 | 1 | -0/+2 |
* | 1. Correct File header to ## @file | lgao4 | 2010-02-24 | 1 | -14/+14 |
* | For network dynamic media support: | xdu2 | 2010-02-03 | 1 | -19/+226 |
* | MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to retur... | qianouyang | 2010-02-01 | 1 | -2/+6 |
* | 1. Fix the potential issue in NetbufGetFragment() when Last is zero in Line 53. | tye1 | 2010-01-27 | 1 | -7/+4 |
* | Update according to two review comments: | tye1 | 2010-01-25 | 1 | -2/+7 |
* | Add StrToIp functions to NetLib. | tye1 | 2010-01-25 | 1 | -0/+375 |
* | Fix the warning: Line 389, the Index of mMonthName may be -1. | tye | 2010-01-12 | 1 | -1/+1 |
* | Add ASSERT () to make sure the array is accessed within the limit. | tye | 2010-01-11 | 1 | -5/+7 |
* | refine the code and add more security check. | vanjeff | 2010-01-08 | 1 | -5/+5 |
* | Add VLAN support. | xdu2 | 2009-12-30 | 1 | -31/+321 |
* | Code clean up in NetLib: | xdu2 | 2009-12-30 | 3 | -264/+263 |
* | [Change summary]: | tye | 2009-11-04 | 2 | -3/+635 |
* | 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack. | tye | 2009-10-30 | 1 | -6/+38 |
* | NetLib: | tye | 2009-10-26 | 1 | -0/+40 |
* | Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat... | mdkinney | 2009-07-11 | 2 | -84/+1 |
* | add security check. | vanjeff | 2009-07-09 | 1 | -8/+13 |
* | add security check. | vanjeff | 2009-06-29 | 2 | -1/+6 |
* | Add includes for definitions used by the DxeIpIoLib and DxeNetLib | mdkinney | 2009-05-20 | 1 | -0/+1 |
* | enhanced to support more routing table entry. | vanjeff | 2009-05-20 | 1 | -5/+5 |
* | 1. retired NicIp4ConfigProtocolGuid | vanjeff | 2009-05-13 | 2 | -25/+91 |
* | Enhance the file header description. | niry | 2009-04-02 | 1 | -1/+1 |
* | Fix coding style issue. | niry | 2009-03-25 | 1 | -2/+2 |
* | fix minor comment error | ywu21 | 2009-01-13 | 1 | -1/+1 |
* | fix file header issues | ywu21 | 2009-01-13 | 2 | -19/+17 |
* | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f1... | ywu21 | 2008-12-29 | 1 | -39/+190 |
* | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7125 6f1... | niry | 2008-12-25 | 1 | -26/+25 |
* | Add more comments to describe the net buffer operation functions. | niry | 2008-12-25 | 1 | -160/+208 |
* | Remove #include <Protocol/LoadedImage.h> | ywu21 | 2008-12-23 | 2 | -325/+279 |
* | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy | 2008-12-03 | 1 | -2/+0 |
* | Remove NibbleToHexChar() function from BaseLib | lgao4 | 2008-12-01 | 1 | -2/+4 |
* | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 | 2008-11-11 | 2 | -2/+3 |
* | Add missing include for protocol header file. | klu2 | 2008-11-05 | 1 | -0/+1 |
* | Remove over specific protocol for library DxeIpIoLib | klu2 | 2008-11-05 | 1 | -0/+1 |
* | Update to use DOS format | qhuang8 | 2008-10-31 | 1 | -7/+7 |
* | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 | 2008-10-30 | 2 | -9/+0 |
* | Add dependency of gEfiDpcProtocolGuid for these two library instances since t... | qhuang8 | 2008-08-18 | 1 | -1/+5 |
* | Code Scrub for DxeCrc32GuidedSectionExtractLib library instance. | lgao4 | 2008-07-11 | 1 | -3/+3 |
* | 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib. | qwang12 | 2008-05-23 | 1 | -27/+0 |
* | 1. add public functions header. | vanjeff | 2008-04-11 | 2 | -0/+53 |
* | 1. Enabled SetIpFilter() in UefiPxeBcDxe module. | vanjeff | 2008-03-10 | 1 | -1/+1 |
* | Use Mde library and definition instead of some native definitions in NetLib, ... | vanjeff | 2008-02-14 | 4 | -636/+100 |
* | 1. Fixed bugs in DxeNetLib to meet consistence with network module DriverBind... | vanjeff | 2008-01-17 | 2 | -30/+18 |
* | 1. Add DPC protocol and DpcLib library in MdeModulePkg. | vanjeff | 2007-11-20 | 2 | -2/+73 |
* | Fixed filename case for case-sensitive file systems. | jljusten | 2007-10-29 | 1 | -0/+0 |
* | Clean up Network Components to support GCC build. | yshang1 | 2007-10-09 | 1 | -1/+1 |
* | Clear up network stack to use R9 MdeLib: | qhuang8 | 2007-09-28 | 1 | -1390/+1250 |
* | 1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib ... | vanjeff | 2007-08-27 | 2 | -5/+105 |
* | Make MdeModulePkg GCC clean. | qwang12 | 2007-08-27 | 1 | -1/+1 |
* | 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ... | vanjeff | 2007-08-23 | 1 | -3/+3 |