summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/UefiPxeBcDxe
Commit message (Expand)AuthorAgeFilesLines
* 1. Correct File header to ## @filelgao42010-02-241-1/+1
* For network dynamic media support:xdu22010-02-031-0/+10
* 1. add error handling in case DHCP success but boot request failxdu22010-02-022-0/+8
* Get MaxPacketSize from IP4 mode data and reduce the head size of UDP and MTFT...ljin62010-02-014-11/+29
* Remove redundant arch definition in UefiPxeBcDxe.ljin62010-01-286-163/+0
* Fixed the issue of duplicated SYS_ARCH in MdeModulePkg\UefiPxeBcDxe.ljin62010-01-283-24/+8
* refine the code and add more security check.vanjeff2010-01-083-217/+218
* Code clean up in NetLib:xdu22009-12-301-1/+1
* The functionality of PXE Base Code protocol will not be stopped, when downloa...vanjeff2009-12-041-1/+4
* Fixed the bug that not to stop PXE functionality when PXE meeting some failur...vanjeff2009-11-252-0/+10
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-134-8/+8
* [Change summary]:tye2009-11-043-125/+118
* Make end of line consistent caused by previous check in.qhuang82009-08-242-121/+121
* Integrate the patch contributed by Andrew Fish to port MdeModulePkg to suppor...qhuang82009-08-242-96/+121
* Use siaddr in DHCP packet, if zero, use option 54 instead.vanjeff2009-08-142-5/+8
* Fixed build issue on GCC compiler. This issue is introduced by one mistaken i...vanjeff2009-07-271-1/+1
* Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff2009-07-241-6/+4
* fixed ASSERT condition issue.vanjeff2009-07-171-2/+1
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-113-6/+4
* add security check.vanjeff2009-07-091-2/+3
* add security check.vanjeff2009-07-085-26/+1
* add security check.vanjeff2009-06-293-8/+22
* Fix incorrect error handling when PXE boot timeout.gikidy2009-06-291-2/+2
* sync tracker:PXE misused the parameter of second since boot in DHCP header.vanjeff2009-06-082-63/+53
* Update module to show real dependencies on the MemoryAllocationLibmdkinney2009-05-212-0/+2
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-4/+4
* Use default UNDI information if NII protocol not exists.vanjeff2009-04-145-14/+30
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-106-6/+12
* 1. sync PXE boot trackers for Windows 2008 server.vanjeff2009-03-164-36/+54
* Clean Network Driver to include Uefi.h, not PiDxe.h. lgao42009-02-091-1/+1
* fixed more issues by scrubbing.jgong52009-02-065-63/+39
* Synced function header.jgong52009-02-062-4/+2
* code scrub for UefiPxeBcDxe.jgong52009-02-0616-1020/+1509
* Clean up to update the reference of the these macros:qhuang82008-12-163-3/+3
* 1)Global variables have been moved backward ahead of functions.jji42008-12-041-1/+4
* Changed the POLL&TIMEOUT timer values from 50ms to 10ms.vanjeff2008-12-041-1/+1
* 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-1/+1
* Refine MdeModulePkg to pass GCC build.xli242008-11-181-4/+4
* Update to use DOS formatqhuang82008-10-318-1111/+1111
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-6/+0
* 1. Sync Bug:PXE Boot issue- UefiPxeBc driver currently does not follow PXE Specvanjeff2008-09-193-63/+69
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-108/+0
* Update some module INF files in MdeModulePkg to "UEFI_DRIVER"qhuang82008-08-181-1/+1
* clean EBC build.vanjeff2008-06-121-23/+12
* Support EBC for UefiPxeBcDxe module.vanjeff2008-06-053-3/+87
* [Description]:vanjeff2008-05-276-55/+184
* sync alignment issue on IPF.vanjeff2008-04-031-2/+4
* fixed bug in stop() function, that made stop() failure.vanjeff2008-04-031-5/+21
* remove debug code.vanjeff2008-04-021-2/+0