summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Udp4Dxe
AgeCommit message (Expand)AuthorFilesLines
2018-06-28MdeModulePkg: Clean up source filesLiming Gao9-61/+61
2017-03-23MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-2/+2
2016-10-28MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2-6/+11
2016-08-01MdeModulePkg: Add missed character in copyright.Fu Siyuan1-1/+1
2016-07-11MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru3-10/+10
2016-04-01MdeModulePkg: Check received packet size before use it.Fu Siyuan1-1/+12
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-5/+6
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-8/+12
2014-05-15Fix some build issues (ARM toolchain).Olivier Martin1-1/+2
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan4-208/+8
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu51-1/+2
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu54-26/+227
2012-11-01Add more check to make code more safely.ydong101-0/+2
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu3-7/+7
2010-09-09Improve PXE Over IPv4 performance:hhuan131-1/+1
2010-06-13Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang2-14/+14
2010-04-24Update the copyright notice formathhtian7-14/+14
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2-0/+12
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-01-25Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp mes...tye11-11/+2
2009-12-30Code clean up in NetLib:xdu21-1/+1
2009-12-17Refine the functions headers.vanjeff5-56/+56
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu22-11/+11
2009-11-111. Add Link MTU support to IP4 and TCP4 driver.tye1-3/+1
2009-11-04[Change summary]:tye2-4/+4
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye1-4/+4
2009-10-26NetLib:tye4-40/+47
2009-08-131. update timeout interval time from 10ms to 50msvanjeff2-3/+3
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney4-6/+6
2009-06-29add security check.vanjeff2-2/+5
2009-04-30Replace references to RFC 3066 with RFC 4646. gikidy1-4/+4
2009-02-09Clean Network Driver to include Uefi.h, not PiDxe.h. lgao42-2/+2
2009-01-16code scrub fixjgong56-384/+286
2008-12-16Clean up to update the reference of the these macros:qhuang81-2/+2
2008-12-041)Global variables have been moved backward ahead of functions.jji41-0/+4
2008-12-04Changed the POLL&TIMEOUT timer values from 50ms to 10ms.vanjeff1-1/+2
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy1-3/+0
2008-12-011. Fixed issue when calculating timeout value in timeout function in MNP module.vanjeff1-2/+5
2008-11-27Fixed one bug when calculating timeout value in timeout function for UDP prot...vanjeff1-2/+2
2008-11-18synced function headerjgong53-14/+692
2008-11-13Scrubbed some code for Udp4jgong53-305/+345
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-26/+0
2008-08-25remove the unused msa files in MdeModulePkg.lgao41-78/+0
2008-08-18Update some module INF files in MdeModulePkg to "UEFI_DRIVER"qhuang81-1/+1
2008-05-27[Description]:vanjeff1-2/+2
2008-03-11edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/Socket.h:jljusten1-1/+1
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff4-89/+89