]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Universal/Network/MnpDxe
BaseTools:Change the path of the file that Binary Cache
[mirror_edk2.git] / MdeModulePkg / Universal / Network / MnpDxe /
2019-04-09 Michael D KinneyMdeModulePkg: Replace BSD License with BSD+Patent License
2018-09-06 Chen A ChenMdeModulePkg: Removing ipf which is no longer supported...
2018-06-28 Liming GaoMdeModulePkg: Clean up source files
2017-06-02 Fu SiyuanMdeModulePkg/MnpDxe: Fix EBC build hang issue.
2016-07-11 Giri P MudusuruMdeModulePkg: Fix typos in comments and variables
2016-02-29 Zhang LuboMdeModulePkg:Fix a robustness issue of Mnp Driver
2016-02-03 Fu SiyuanMdeModulePkg: Update the default size of MNP TX buffer...
2016-01-08 Fu SiyuanMdeModulePkg: Update MNP driver to recycle TX buffer...
2015-12-15 Jordan JustenMdeModulePkg: Convert all .uni files to utf-8
2014-09-18 Eric DongAdd more check for the code to make it more safely.
2014-09-03 Gao, LimingMdeModulePkg: Convert non DOS format files to DOS forma...
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-08-28 Zeng, StarMdeModulePkg: INF/DEC file updates to EDK II packages
2014-03-20 Fu SiyuanRemoves MacString Rt attribute in Ip4Config/Mnp driver.
2014-01-06 Fu SiyuanFix “reconnect -r” ASSERT after VLAN configured.
2013-12-23 Wu JiaxinFix a bug for vlan ping failure.
2012-12-24 sfu51. Fix buffer overflow bugs in SNP, MNP and IP6 driver.
2012-12-17 sfu5Fix GCC build fail issue for MdeModulePkg and NetworkPkg.
2012-12-13 sfu51. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName...
2011-07-06 niruiyuFix the comments to follow UEFI Spec regarding how...
2010-12-09 xdu2Add missing Handle parameter for UninstallMultipleProto...
2010-08-04 xdu2Update MnpDxe to deliver VLAN tagged packet even when...
2010-04-24 hhtianUpdate the copyright notice format
2010-04-16 geekboy15aFixed GCC 4.4 build issues due to EFIAPI not being...
2010-03-16 xdu2Add check of MediaPresentSupported field in SNP mode...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-03 xdu2For network dynamic media support:
2009-12-30 xdu2Add VLAN support.
2009-11-13 xdu2Update network drivers to use FreePool() instead of...
2009-10-22 tye1. Fix timer unit bug in MNP: default rx/tx timeout...
2009-08-13 vanjeff1. update timeout interval time from 10ms to 50ms
2009-07-11 mdkinneyRetire NetLibQueueDpc() and NetLibDispatchDpc() and...
2009-07-10 vanjeff1. remove duplicated NetLibDispatchDpc() calling in...
2009-05-20 mdkinneyUpdate modules to show real dependencies on the BaseMem...
2009-05-20 mdkinneyUpdate MNP driver to declare its dependency on the...
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-04-30 gikidyReplace references to RFC 3066 with RFC 4646.
2009-03-25 niryFixing coding style issue.
2009-02-03 ywu21fix some checklist issues
2009-01-16 jgong5sync function header to avoid ecc
2009-01-16 jgong5Fixed OPTIONAL/comma issue
2009-01-16 jgong5code scrub fix
2009-01-08 niryChange the file headers and some function comments.
2008-12-16 qhuang8Clean up to update the reference of the these macros:
2008-12-04 jji41)Global variables have been moved backward ahead of...
2008-12-04 vanjeffChanged the POLL&TIMEOUT timer values from 50ms to...
2008-12-03 gikidyRemove some useless EDK_RELEASE_VERSION, EFI_SPECIFICAT...
2008-12-01 vanjeff1. Fixed issue when calculating timeout value in timeou...
2008-11-18 niryfix code style issue and add function header
2008-10-30 jji4Patch to remove STATIC modifier. This is on longer...
2008-10-14 qwang12Remove the unnecessary include, such as PiDxe.h, PiPei...
2008-09-12 vanjeffremove duplicated code.
2008-09-12 vanjeffadd param ImageHandle for MnpFlushServiceData().
2008-09-12 vanjeffmove protocol close process from MnpDriverBindingStart...
2008-08-25 lgao4remove the unused msa files in MdeModulePkg.
2008-08-18 qhuang8Update some module INF files in MdeModulePkg to "UEFI_D...
2008-08-01 vanjeffIn Supported(), try to test open SNP protocol BY_DRIVER...
2008-04-02 vanjeffenhanced UefiPxeBcDxe to support
2008-02-14 vanjeffUse Mde library and definition instead of some native...
2007-12-18 vanjeffSync the latest version from R8.
2007-11-20 vanjeff1. Add DPC protocol and DpcLib library in MdeModulePkg.
2007-10-11 qhuang8Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED...
2007-10-09 yshang1Clean up Network Components to support GCC build.
2007-10-09 qhuang8Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED...
2007-09-30 qhuang8Update to support to produce Component Name and &...
2007-09-28 qhuang8Clear up network stack to use R9 MdeLib:
2007-08-23 vanjeff1. Enable Network stack to pass SCT, currently MNP...
2007-07-31 vanjeffclean up Copyright header information.
2007-07-30 vanjeffImport ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe...
2007-07-26 qhuang8Fix the wrong copyright statements.
2007-07-25 vanjeffFixed EBC build issues.
2007-07-24 vanjeffImport SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.