summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/MnpDxe/MnpIo.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-1133/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-8/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-11/+11
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-1/+1
* MdeModulePkg: Update MNP driver to recycle TX buffer asynchronously.Fu Siyuan2016-01-081-72/+55
* Fix “reconnect -r” ASSERT after VLAN configured.Fu Siyuan2014-01-061-15/+10
* Fix a bug for vlan ping failure.Wu Jiaxin2013-12-231-8/+23
* 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-241-2/+2
* Add check of MediaPresentSupported field in SNP mode data to support UNDI wit...xdu22010-03-161-1/+2
* For network dynamic media support:xdu22010-02-031-8/+50
* Add VLAN support.xdu22009-12-301-129/+158
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-2/+2
* 1. update timeout interval time from 10ms to 50msvanjeff2009-08-131-2/+2
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-111-2/+2
* 1. remove duplicated NetLibDispatchDpc() calling in Pool function.vanjeff2009-07-101-5/+3
* fix some checklist issuesywu212009-02-031-70/+62
* code scrub fixjgong52009-01-161-51/+44
* Change the file headers and some function comments.niry2009-01-081-13/+3
* 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-181-7/+1
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-6/+0
* Remove the unnecessary include, such as PiDxe.h, PiPei.h, Base.h and Uefi.h i...qwang122008-10-141-1/+1
* enhanced UefiPxeBcDxe to supportvanjeff2008-04-021-2/+2
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-34/+35
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-201-6/+19
* Clean up Network Components to support GCC build.yshang12007-10-091-0/+2
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-231-2/+2
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-301-1/+4
* Fixed EBC build issues.vanjeff2007-07-251-5/+3
* Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff2007-07-241-0/+1087