summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-1119/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/DxeUdpIoLib: Did some code enhancement for UdpIoLibWang Fan2018-01-091-28/+64
* MdeModulePkg: DxeUdpIoLib: fix non-empty payload path in UDP receptionLaszlo Ersek2016-04-041-0/+1
* MdeModulePkg: Check received packet size before use it.Fu Siyuan2016-04-011-1/+22
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-171-3/+3
* Update the copyright notice formathhtian2010-04-241-2/+2
* Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a2010-04-161-0/+2
* refine the code and add more security check.vanjeff2010-01-081-64/+63
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-301-249/+569
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-111-2/+3
* Change library class PlatDriOverLib to PlatformDriOverrideLiblgao42009-02-241-0/+1
* fix file header issuesywu212009-01-131-49/+49
* Add () after function name so that Doxygen can create reference in doc.jgong52008-12-291-1/+1
* Fix OPTIONAL usagejgong52008-12-261-1/+1
* Add more commentsjgong52008-12-261-43/+58
* pure UEFI should not include “PiDxe.h” and “PiPei.h”ywu212008-12-231-1/+1
* Fix filer headerywu212008-12-231-306/+236
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-11/+0
* 1. add public functions header.vanjeff2008-04-111-0/+6
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-25/+25
* MdeModulePkg/Library/DxeUdpIoLib/DxeUdpIoLib.c:jljusten2008-02-111-1/+1
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-201-27/+90
* 1. Fixed one bug in Undi driver. vanjeff2007-08-301-8/+19
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-231-1/+4
* Fixed EBC build issues.vanjeff2007-07-251-1/+1
* 1. Import NetLib, IpIoLib and UdpIoLib class definitionsvanjeff2007-07-231-0/+727