summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/MnpDxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Clean up source filesLiming Gao2018-06-289-55/+55
* MdeModulePkg/MnpDxe: Fix EBC build hang issue.Fu Siyuan2017-06-021-2/+2
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-113-4/+4
* MdeModulePkg:Fix a robustness issue of Mnp DriverZhang Lubo2016-02-291-4/+60
* MdeModulePkg: Update the default size of MNP TX buffer pool.Fu Siyuan2016-02-031-1/+1
* MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.Fu Siyuan2016-01-085-113/+348
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* Add more check for the code to make it more safely.Eric Dong2014-09-181-1/+2
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-6/+16
* Removes MacString Rt attribute in Ip4Config/Mnp driver.Fu Siyuan2014-03-201-2/+2
* Fix “reconnect -r” ASSERT after VLAN configured.Fu Siyuan2014-01-061-15/+10
* Fix a bug for vlan ping failure.Wu Jiaxin2013-12-233-17/+27
* 1. Fix buffer overflow bugs in SNP, MNP and IP6 driver.sfu52012-12-241-2/+2
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-172-3/+6
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-135-45/+284
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-064-8/+8
* Add missing Handle parameter for UninstallMultipleProtocolInterfaces().xdu22010-12-091-0/+1
* Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is con...xdu22010-08-041-1/+8
* Update the copyright notice formathhtian2010-04-2411-22/+22
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-162-0/+4
* Add check of MediaPresentSupported field in SNP mode data to support UNDI wit...xdu22010-03-161-1/+2
* 1. Correct File header to ## @filelgao42010-02-241-2/+2
* For network dynamic media support:xdu22010-02-036-24/+132
* Add VLAN support.xdu22009-12-3011-806/+2210
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-133-12/+12
* 1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00...tye2009-10-222-23/+37
* 1. update timeout interval time from 10ms to 50msvanjeff2009-08-133-161/+177
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-114-7/+7
* 1. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff2009-07-102-5/+6
* Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney2009-05-202-0/+4
* Update MNP driver to declare its dependency on the BaseLibmdkinney2009-05-202-0/+2
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-2/+2
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-2/+2
* Fixing coding style issue.niry2009-03-252-4/+4
* fix some checklist issuesywu212009-02-039-632/+632
* sync function header to avoid eccjgong52009-01-161-1/+1
* Fixed OPTIONAL/comma issuejgong52009-01-161-1/+1
* code scrub fixjgong52009-01-167-337/+335
* Change the file headers and some function comments.niry2009-01-087-122/+77
* Clean up to update the reference of the these macros:qhuang82008-12-162-2/+2
* 1)Global variables have been moved backward ahead of functions.jji42008-12-041-0/+4
* Changed the POLL&TIMEOUT timer values from 50ms to 10ms.vanjeff2008-12-041-2/+2
* Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy2008-12-031-3/+0
* 1. Fixed issue when calculating timeout value in timeout function in MNP module.vanjeff2008-12-011-2/+5
* fix code style issue and add function headerniry2008-11-186-379/+1009
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-302-22/+0
* Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h i...qwang122008-10-141-1/+1
* remove duplicated code.vanjeff2008-09-121-10/+0