Age | Commit message (Expand) | Author |
2015-09-30 | MdeModulePkg: Add SMBIOS 3.0 support in NetLibGetSystemGuid. | Samer El-Haj-Mahmoud |
2015-08-07 | MdeModulePkg: Use monotonic count to initialize the NetLib random seed. | Fu Siyuan |
2015-07-08 | MdeModulePkg: Replace unsafe string functions. | Zhang Lubo |
2015-07-08 | MdeModulePkg: Remove NetLib and Ip4Config Protocol dependency. | jiaxinwu |
2013-11-27 | Update NetLibGetMacAddress() to handle the case correctly when SNP is absent. | Fu Siyuan |
2013-04-25 | Update dual network stack drivers to produce multiple Driver Binding Protocol. | sfu5 |
2012-12-24 | 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver. | sfu5 |
2012-12-17 | Fix GCC build fail issue for MdeModulePkg and NetworkPkg. | sfu5 |
2012-12-13 | 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support. | sfu5 |
2012-10-17 | 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt... | sfu5 |
2012-06-25 | Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t... | tye1 |
2011-10-26 | Adopt new IPv4/IPv6 device path for network modules. | niruiyu |
2011-10-26 | MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib. | xdu2 |
2011-07-14 | 1. Define a netlib library function NetLibGetSystemGuid() | hhuan13 |
2010-08-10 | Minor code refinement. | rsun3 |
2010-08-06 | Fix IP address text representation issue about leading zeros | jjin9 |
2010-07-28 | Roll back change r10696, because new update on r10700 and r10701 handles this... | lgao4 |
2010-07-26 | Make sure gBS FreePool() is used to free the buffer always allocated by gBS A... | lgao4 |
2010-07-01 | 1. fixed one bug to construct config request string header used child handle ... | vanjeff |
2010-04-24 | Update the copyright notice format | hhtian |
2010-04-16 | Fixed GCC 4.4 build issues due to EFIAPI not being used when required. | geekboy15a |
2010-03-19 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@10288 6f... | rsun3 |
2010-02-03 | For network dynamic media support: | xdu2 |
2010-02-01 | MdeModulePkg\Library\DxeNetLib: Update the NetLibStrToIp6andPrefix() to retur... | qianouyang |
2010-01-25 | Update according to two review comments: | tye1 |
2010-01-25 | Add StrToIp functions to NetLib. | tye1 |
2010-01-12 | Fix the warning: Line 389, the Index of mMonthName may be -1. | tye |
2010-01-11 | Add ASSERT () to make sure the array is accessed within the limit. | tye |
2010-01-08 | refine the code and add more security check. | vanjeff |
2009-12-30 | Add VLAN support. | xdu2 |
2009-12-30 | Code clean up in NetLib: | xdu2 |
2009-11-04 | [Change summary]: | tye |
2009-10-30 | 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack. | tye |
2009-10-26 | NetLib: | tye |
2009-07-11 | Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat... | mdkinney |
2009-06-29 | add security check. | vanjeff |
2009-05-20 | Add includes for definitions used by the DxeIpIoLib and DxeNetLib | mdkinney |
2009-05-20 | enhanced to support more routing table entry. | vanjeff |
2009-05-13 | 1. retired NicIp4ConfigProtocolGuid | vanjeff |
2009-01-13 | fix file header issues | ywu21 |
2008-12-29 | git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7144 6f1... | ywu21 |
2008-12-23 | Remove #include <Protocol/LoadedImage.h> | ywu21 |
2008-12-01 | Remove NibbleToHexChar() function from BaseLib | lgao4 |
2008-11-11 | 1, Add <Library/DevicePathLib.h> for all source that use device path utility ... | klu2 |
2008-11-05 | Add missing include for protocol header file. | klu2 |
2008-11-05 | Remove over specific protocol for library DxeIpIoLib | klu2 |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 |
2008-07-11 | Code Scrub for DxeCrc32GuidedSectionExtractLib library instance. | lgao4 |
2008-05-23 | 1) Add BufToHexString, HexStringToBuf and IsHexDigit to BaseLib. | qwang12 |
2008-04-11 | 1. add public functions header. | vanjeff |