summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/MnpDxe
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao13-7232/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney13-101/+13
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao9-55/+55
2017-06-02MdeModulePkg/MnpDxe: Fix EBC build hang issue.Fu Siyuan1-2/+2
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru3-4/+4
2016-02-29MdeModulePkg:Fix a robustness issue of Mnp DriverZhang Lubo1-4/+60
2016-02-03MdeModulePkg: Update the default size of MNP TX buffer pool.Fu Siyuan1-1/+1
2016-01-08MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.Fu Siyuan5-113/+348
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2014-09-18Add more check for the code to make it more safely.Eric Dong1-1/+2
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, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-6/+16
2014-03-20Removes MacString Rt attribute in Ip4Config/Mnp driver.Fu Siyuan1-2/+2
2014-01-06Fix “reconnect -r” ASSERT after VLAN configured.Fu Siyuan1-15/+10
2013-12-23Fix a bug for vlan ping failure.Wu Jiaxin3-17/+27
2012-12-241. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu51-2/+2
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52-3/+6
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu55-45/+284
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu4-8/+8
2010-12-09Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu21-0/+1
2010-08-04Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is con...xdu21-1/+8
2010-04-24Update the copyright notice formathhtian11-22/+22
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2-0/+4
2010-03-16Add check of MediaPresentSupported field in SNP mode data to support UNDI wit...xdu21-1/+2
2010-02-241. Correct File header to ## @filelgao41-2/+2
2010-02-03For network dynamic media support:xdu26-24/+132
2009-12-30Add VLAN support.xdu211-806/+2210
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu23-12/+12
2009-10-221. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00...tye2-23/+37
2009-08-131. update timeout interval time from 10ms to 50msvanjeff3-161/+177
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney4-7/+7
2009-07-101. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff2-5/+6
2009-05-20Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney2-0/+4
2009-05-20Update MNP driver to declare its dependency on the BaseLibmdkinney2-0/+2
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-2/+2
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-2/+2
2009-03-25Fixing coding style issue.niry2-4/+4
2009-02-03fix some checklist issuesywu219-632/+632
2009-01-16sync function header to avoid eccjgong51-1/+1
2009-01-16Fixed OPTIONAL/comma issuejgong51-1/+1
2009-01-16code scrub fixjgong57-337/+335
2009-01-08Change the file headers and some function comments.niry7-122/+77
2008-12-16Clean up to update the reference of the these macros:qhuang82-2/+2
2008-12-041)Global variables have been moved backward ahead of functions.jji41-0/+4
2008-12-04Changed the POLL&TIMEOUT timer values from 50ms to 10ms.vanjeff1-2/+2
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-12-011. Fixed issue when calculating timeout value in timeout function in MNP module.vanjeff1-2/+5
2008-11-18fix code style issue and add function headerniry6-379/+1009