summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Udp4Dxe
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Clean up source filesLiming Gao2018-06-289-61/+61
* MdeModulePkg/Network: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-231-2/+2
* MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-282-6/+11
* MdeModulePkg: Add missed character in copyright.Fu Siyuan2016-08-011-1/+1
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-113-10/+10
* MdeModulePkg: Check received packet size before use it.Fu Siyuan2016-04-011-1/+12
* MdeModulePkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-5/+6
* 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-8/+12
* Fix some build issues (ARM toolchain).Olivier Martin2014-05-151-1/+2
* 1. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan2014-05-074-208/+8
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-171-1/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-134-26/+227
* Add more check to make code more safely.ydong102012-11-011-0/+2
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-063-7/+7
* Improve PXE Over IPv4 performance:hhuan132010-09-091-1/+1
* Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang2010-06-132-14/+14
* Update the copyright notice formathhtian2010-04-247-14/+14
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-162-0/+12
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp mes...tye12010-01-251-11/+2
* Code clean up in NetLib:xdu22009-12-301-1/+1
* Refine the functions headers.vanjeff2009-12-175-56/+56
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-132-11/+11
* 1. Add Link MTU support to IP4 and TCP4 driver.tye2009-11-111-3/+1
* [Change summary]:tye2009-11-042-4/+4
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-301-4/+4
* NetLib:tye2009-10-264-40/+47
* 1. update timeout interval time from 10ms to 50msvanjeff2009-08-132-3/+3
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-114-6/+6
* add security check.vanjeff2009-06-292-2/+5
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-301-4/+4
* Clean Network Driver to include Uefi.h, not PiDxe.h. lgao42009-02-092-2/+2
* code scrub fixjgong52009-01-166-384/+286
* 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
* Changed the POLL&TIMEOUT timer values from 50ms to 10ms.vanjeff2008-12-041-1/+2
* 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-2/+5
* Fixed one bug when calculating timeout value in timeout function for UDP prot...vanjeff2008-11-271-2/+2
* synced function headerjgong52008-11-183-14/+692
* Scrubbed some code for Udp4jgong52008-11-133-305/+345
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-26/+0
* remove the unused msa files in MdeModulePkg.lgao42008-08-251-78/+0
* Update some module INF files in MdeModulePkg to "UEFI_DRIVER"qhuang82008-08-181-1/+1
* [Description]:vanjeff2008-05-271-2/+2
* edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/Socket.h:jljusten2008-03-111-1/+1
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-144-89/+89