summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/MnpDxe/MnpConfig.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-1939/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-8/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-8/+8
* MdeModulePkg/MnpDxe: Fix EBC build hang issue.Fu Siyuan2017-06-021-2/+2
* MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.Fu Siyuan2016-01-081-33/+233
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-171-1/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-22/+39
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-161-0/+2
* For network dynamic media support:xdu22010-02-031-4/+48
* Add VLAN support.xdu22009-12-301-251/+515
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-5/+5
* 1. Fix timer unit bug in MNP: default rx/tx timeout value should be 10,000,00...tye2009-10-221-2/+2
* 1. update timeout interval time from 10ms to 50msvanjeff2009-08-131-157/+157
* Fixing coding style issue.niry2009-03-251-2/+2
* fix some checklist issuesywu212009-02-031-92/+94
* code scrub fixjgong52009-01-161-43/+43
* Change the file headers and some function comments.niry2009-01-081-32/+25
* fix code style issue and add function headerniry2008-11-181-205/+149
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-16/+0
* add param ImageHandle for MnpFlushServiceData().vanjeff2008-09-121-2/+3
* move protocol close process from MnpDriverBindingStart() to MnpFlushServiceDa...vanjeff2008-09-121-1/+11
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-55/+59
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-201-8/+8
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-231-5/+5
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-301-1/+15
* Fixed EBC build issues.vanjeff2007-07-251-6/+6
* Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff2007-07-241-0/+1466