summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Impl.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-1908/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-4/+4
* MdeModulePkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-281-2/+7
* MdeModulePkg: Add missed character in copyright.Fu Siyuan2016-08-011-1/+1
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-6/+6
* MdeModulePkg: Check received packet size before use it.Fu Siyuan2016-04-011-1/+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-071-166/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-2/+2
* Add more check to make code more safely.ydong102012-11-011-0/+2
* 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-131-10/+10
* 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/+9
* Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp mes...tye12010-01-251-11/+2
* Refine the functions headers.vanjeff2009-12-171-17/+17
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-5/+5
* [Change summary]:tye2009-11-041-2/+2
* 1. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye2009-10-301-4/+4
* NetLib:tye2009-10-261-26/+28
* 1. update timeout interval time from 10ms to 50msvanjeff2009-08-131-1/+1
* Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney2009-07-111-2/+2
* add security check.vanjeff2009-06-291-1/+2
* code scrub fixjgong52009-01-161-180/+122
* 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-181-0/+156
* Scrubbed some code for Udp4jgong52008-11-131-43/+62
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-26/+0
* [Description]:vanjeff2008-05-271-2/+2
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-44/+44
* Sync the latest version from R8.vanjeff2007-12-181-9/+9
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-201-17/+21
* 1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib ...vanjeff2007-08-271-1/+1
* Make MdeModulePkg GCC clean.qwang122007-08-271-13/+13
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-231-8/+8
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-301-39/+45
* Fixed EBC build issues.vanjeff2007-07-251-5/+6
* Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff2007-07-241-0/+1951