Age | Commit message (Expand) | Author |
2016-12-26 | MdeModulePkg: Move to new location | Guo Mang |
2016-02-22 | MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously. | Fu Siyuan |
2014-09-18 | Add more check for the code to make it more safely. | Eric Dong |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-03-20 | Removes MacString Rt attribute in Ip4Config/Mnp driver. | Fu Siyuan |
2014-01-06 | Fix “reconnect -r” ASSERT after VLAN configured. | Fu Siyuan |
2013-12-23 | Fix a bug for vlan ping failure. | Wu Jiaxin |
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 |
2011-07-06 | Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ... | niruiyu |
2010-12-09 | Add missing Handle parameter for UninstallMultipleProtocolInterfaces(). | xdu2 |
2010-08-04 | Update MnpDxe to deliver VLAN tagged packet even when there is no VLAN is con... | xdu2 |
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-16 | Add check of MediaPresentSupported field in SNP mode data to support UNDI wit... | xdu2 |
2010-02-24 | 1. Correct File header to ## @file | lgao4 |
2010-02-03 | For network dynamic media support: | xdu2 |
2009-12-30 | Add VLAN support. | xdu2 |
2009-11-13 | Update network drivers to use FreePool() instead of gBS->FreePool(). | xdu2 |
2009-10-22 | 1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00... | tye |
2009-08-13 | 1. update timeout interval time from 10ms to 50ms | vanjeff |
2009-07-11 | Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat... | mdkinney |
2009-07-10 | 1. remove duplicated NetLibDispatchDpc() calling in Pool function. | vanjeff |
2009-05-20 | Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc... | mdkinney |
2009-05-20 | Update MNP driver to declare its dependency on the BaseLib | mdkinney |
2009-04-30 | Replace references to RFC 3066 with RFC 4646. | gikidy |
2009-04-30 | Replace references to RFC 3066 with RFC 4646. | gikidy |
2009-03-25 | Fixing coding style issue. | niry |
2009-02-03 | fix some checklist issues | ywu21 |
2009-01-16 | sync function header to avoid ecc | jgong5 |
2009-01-16 | Fixed OPTIONAL/comma issue | jgong5 |
2009-01-16 | code scrub fix | jgong5 |
2009-01-08 | Change the file headers and some function comments. | niry |
2008-12-16 | Clean up to update the reference of the these macros: | qhuang8 |
2008-12-04 | 1)Global variables have been moved backward ahead of functions. | jji4 |
2008-12-04 | Changed the POLL&TIMEOUT timer values from 50ms to 10ms. | vanjeff |
2008-12-03 | Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie... | gikidy |
2008-12-01 | 1. Fixed issue when calculating timeout value in timeout function in MNP module. | vanjeff |
2008-11-18 | fix code style issue and add function header | niry |
2008-10-30 | Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo... | jji4 |
2008-10-14 | Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h i... | qwang12 |
2008-09-12 | remove duplicated code. | vanjeff |
2008-09-12 | add param ImageHandle for MnpFlushServiceData(). | vanjeff |
2008-09-12 | move protocol close process from MnpDriverBindingStart() to MnpFlushServiceDa... | vanjeff |
2008-08-25 | remove the unused msa files in MdeModulePkg. | lgao4 |
2008-08-18 | Update some module INF files in MdeModulePkg to "UEFI_DRIVER" | qhuang8 |
2008-08-01 | In Supported(), try to test open SNP protocol BY_DRIVER instead of using TEST... | vanjeff |