summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe/PxeBcDriver.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Delete UefiPxeBcDxe in MdeModulePkg.Siyuan Fu2018-12-241-665/+0
* MdeModulePkg: Fix the issue cannot boot to UEFI Network after resetZhang Lubo2015-07-291-1/+12
* Fix CRLF formatTian, Hot2014-01-221-8/+8
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-2/+2
* 1. Fix PXE performance issue : enhance EfiPxeBcSetIpFilter() to eliminate unn...hhuan132011-06-091-2/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* changing UDP default timeout value to 2s to improve PXE BC boot performance.vanjeff2010-03-181-7/+7
* Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin62010-02-011-0/+11
* Fixed the bug that not to stop PXE functionality when PXE meeting some failur...vanjeff2009-11-251-0/+8
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-2/+2
* Use default UNDI information if NII protocol not exists.vanjeff2009-04-141-2/+2
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-101-1/+2
* 1. sync PXE boot trackers for Windows 2008 server.vanjeff2009-03-161-1/+1
* fixed more issues by scrubbing.jgong52009-02-061-1/+1
* code scrub for UefiPxeBcDxe.jgong52009-02-061-52/+58
* Changed the POLL&TIMEOUT timer values from 50ms to 10ms.vanjeff2008-12-041-1/+1
* 1. Fixed issue when calculating timeout value in timeout function in MNP module.vanjeff2008-12-011-1/+1
* [Description]:vanjeff2008-05-271-11/+66
* fixed bug in stop() function, that made stop() failure.vanjeff2008-04-031-5/+21
* enhanced UefiPxeBcDxe to supportvanjeff2008-04-021-0/+49
* fixed one bug in stop(), adding get NicHandle by gEfiArpProtocolGuid.vanjeff2008-03-101-3/+9
* remove debug code.vanjeff2008-03-101-1/+0
* 1. Enabled SetIpFilter() in UefiPxeBcDxe module.vanjeff2008-03-101-1/+53
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-4/+4
* Fixed one bug in UefiPxeBc start()/stop(). That would cause stop() failure.vanjeff2008-01-111-10/+10
* 1. Import UEFI PxeBc module in MdeModulePkgvanjeff2008-01-041-0/+451