summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeNetLib
AgeCommit message (Expand)AuthorFilesLines
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-17/+21
2013-11-27Update NetLibGetMacAddress() to handle the case correctly when SNP is absent.Fu Siyuan1-1/+1
2013-04-25Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu51-21/+22
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu51-0/+1
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu51-2/+2
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-0/+213
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu51-5/+5
2012-06-25Add OPTIONAL attribute to parameter ‘ImageHandle’ in NetLibGetMacString t...tye11-3/+4
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-3/+17
2011-10-26MdeModulePkg: Enhance error handling in NetLibGetMacAddress() of DxeNetLib.xdu21-0/+2
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