summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/MnpDxe
Commit message (Expand)AuthorAgeFilesLines
* 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
* add param ImageHandle for MnpFlushServiceData().vanjeff2008-09-123-6/+8
* move protocol close process from MnpDriverBindingStart() to MnpFlushServiceDa...vanjeff2008-09-122-11/+11
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-70/+0
* Update some module INF files in MdeModulePkg to "UEFI_DRIVER"qhuang82008-08-181-1/+1
* In Supported(), try to test open SNP protocol BY_DRIVER instead of using TEST...vanjeff2008-08-011-7/+21
* enhanced UefiPxeBcDxe to supportvanjeff2008-04-021-2/+2
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-149-175/+147
* Sync the latest version from R8.vanjeff2007-12-181-46/+36
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-204-15/+41
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang82007-10-111-1/+1
* Clean up Network Components to support GCC build.yshang12007-10-091-0/+2
* Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang82007-10-091-4/+4
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-305-512/+669
* Clear up network stack to use R9 MdeLib:qhuang82007-09-283-10/+11
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-233-9/+9
* clean up Copyright header information.vanjeff2007-07-312-2/+2
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-304-3/+20
* Fix the wrong copyright statements.qhuang82007-07-262-8/+8
* Fixed EBC build issues.vanjeff2007-07-253-14/+12
* Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff2007-07-2410-0/+4501