summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Mtftp4Dxe
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao14-5602/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney14-98/+14
2018-11-06MdeModulePkg/Mtftp4Dxe: Fix invalid configuration of MTFTP local port.Jiaxin Wu1-1/+1
2018-11-02MdeModulePkg: Remove the trailing space in three source files.Liming Gao1-1/+1
2018-10-29MdeModulePke/Mtftp4Dxe: Correct the total received and saved block number.Jiaxin Wu5-17/+27
2018-09-27MdeModulePke/Mtftp4Dxe: Support windowsize in read request operation.Jiaxin Wu8-37/+89
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-09-03MdeModulePkg/Network: Add 32bit subnet mask support for IP4 PXE boot.Fu Siyuan1-3/+3
2018-06-28MdeModulePkg: Clean up source filesLiming Gao13-253/+253
2018-03-13MdeModulePkg/Mtftp4Dxe: Fix the incorrect return status.Jiaxin Wu1-11/+11
2018-03-03MdeModulePkg/Mtftp4Dxe: Separate the timer ticking to calculate the packet li...Fu Siyuan5-21/+97
2018-01-10MdeModulePkg: Freed packet buffer when error occurs to avoid memory leak.Wang Fan1-1/+5
2018-01-10MdeModulePkg: Fixed two issues when error occurs in Mtftp4Start.Wang Fan1-8/+12
2017-04-21MdeModulePkg/Mtftp4Dxe: Add invalid ServerIp check during MTFTP configurationJiaxin Wu1-1/+5
2017-03-23MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-4/+4
2016-10-31MdeModulePkg: Fix the wrong Timer event checkJiaxin Wu1-1/+1
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-6/+2
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-07-10MdeModulePkg: Fix a bug that return type differs from the left one when assig...Zhang Lubo1-24/+37
2015-07-08fix the problem that data type conversion may loss data.Zhang Lubo1-2/+2
2015-07-08MdeModulePkg: Replace unsafe string functions.Zhang Lubo1-6/+9
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2-7/+9
2014-09-03MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo...Gao, Liming1-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star2-0/+0
2014-08-28MdeModulePkg: INF/DEC file updates to EDK II packagesZeng, Star1-6/+11
2014-06-26Refine code to make it more safely.Eric Dong2-2/+4
2014-05-21Add 'file not found' debug message to MTFTP.Brendan Jackman1-1/+8
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52-2/+3
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu56-52/+280
2012-11-01Fix build fail.ydong101-8/+8
2012-11-01Add more check to make code more safely.ydong101-0/+2
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu54-23/+23
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu1-3/+3
2011-06-08String Reference Cleanup.lzeng141-3/+3
2010-09-16Refine code to make code run safely.ydong101-1/+1
2010-07-01Fix a bug that mtftp4 driver reply 2 ACK in answer to incoming No.65535 block...hhuan134-3/+7
2010-06-29Fixed a bug in Mtftp4: to allow the block number to roll over to accept trans...hhuan134-15/+49
2010-04-24Update the copyright notice formathhtian12-24/+24
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a4-0/+6
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-02-03For network dynamic media support:xdu21-2/+4
2010-01-08refine the code and add more security check.vanjeff2-16/+18
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu26-17/+17
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye1-3/+1
2009-11-04[Change summary]:tye3-33/+27
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye7-63/+76
2009-07-24Updated EFI_MTFTP4_TOKEN structure to add member Context. It's an incompatibl...vanjeff2-15/+9
2009-06-29add security check.vanjeff3-5/+9
2009-05-20Update modules to show real dependencies on the BaseMemoryLib and MemoryAlloc...mdkinney2-0/+4
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-4/+4