summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Mtftp4Dxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.Fu Siyuan2018-09-031-3/+3
* MdeModulePkg: Clean up source filesLiming Gao2018-06-2813-253/+253
* MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.Jiaxin Wu2018-03-131-11/+11
* MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan2018-03-035-21/+97
* MdeModulePkg: Freed packet buffer when error occurs to avoid memory leak.Wang Fan2018-01-101-1/+5
* MdeModulePkg: Fixed two issues when error occurs in Mtftp4Start.Wang Fan2018-01-101-8/+12
* MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP configurationJiaxin Wu2017-04-211-1/+5
* MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-231-4/+4
* MdeModulePkg: Fix the wrong Timer event checkJiaxin Wu2016-10-311-1/+1
* MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-281-6/+2
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg: Fix a bug that return type differs from the left one when assig...Zhang Lubo2015-07-101-24/+37
* fix the problem that data type conversion may loss data.Zhang Lubo2015-07-081-2/+2
* MdeModulePkg: Replace unsafe string functions.Zhang Lubo2015-07-081-6/+9
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-042-7/+9
* MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming2014-09-031-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-282-0/+0
* MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2014-08-281-6/+11
* Refine code to make it more safely.Eric Dong2014-06-262-2/+4
* Add 'file not found' debug message to MTFTP.Brendan Jackman2014-05-211-1/+8
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-172-2/+3
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-136-52/+280
* Fix build fail.ydong102012-11-011-8/+8
* Add more check to make code more safely.ydong102012-11-011-0/+2
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-174-23/+23
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-061-3/+3
* String Reference Cleanup.lzeng142011-06-081-3/+3
* Refine code to make code run safely.ydong102010-09-161-1/+1
* Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block...hhuan132010-07-014-3/+7
* Fixed a bug in Mtftp4: to allow the block number to roll over to accept trans...hhuan132010-06-294-15/+49
* Update the copyright notice formathhtian2010-04-2412-24/+24
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-164-0/+6
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* For network dynamic media support:xdu22010-02-031-2/+4
* refine the code and add more security check.vanjeff2010-01-082-16/+18
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-136-17/+17
* 1. Add Link MTU support to IP4 and TCP4 driver.tye2009-11-111-3/+1
* [Change summary]:tye2009-11-043-33/+27
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-307-63/+76
* Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff2009-07-242-15/+9
* add security check.vanjeff2009-06-293-5/+9
* Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney2009-05-202-0/+4
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-4/+4
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-101-1/+2
* Remove unreferenced library classklu22009-02-251-1/+0
* Fix function comments.niry2009-02-242-2/+11
* re order the function definition to avoid unnecessary declaration.niry2009-02-013-364/+366
* Insert comments for functions/macros and add the file headers.niry2009-01-1611-604/+1026
* Clean up to update the reference of the these macros:qhuang82008-12-161-2/+2
* 1)Global variables have been moved backward ahead of functions.jji42008-12-041-0/+4