summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Udp4Dxe/Udp4Impl.c
AgeCommit message (Expand)AuthorFilesLines
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 ...qianouyang1-10/+10
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-04-16Fixed GCC 4.4 build issues due to EFIAPI not being used when required.geekboy15a1-0/+9
2010-01-25Fix a bug in Udp4IcmpHandler, it should not add special checking for Icmp mes...tye11-11/+2
2009-12-17Refine the functions headers.vanjeff1-17/+17
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-5/+5
2009-11-04[Change summary]:tye1-2/+2
2009-10-301. Update the UdpIo to a combined UdpIo to support both v4 and v6 stack.tye1-4/+4
2009-10-26NetLib:tye1-26/+28
2009-08-131. update timeout interval time from 10ms to 50msvanjeff1-1/+1
2009-07-11Retire NetLibQueueDpc() and NetLibDispatchDpc() and use QueueDpc() and Dispat...mdkinney1-2/+2
2009-06-29add security check.vanjeff1-1/+2
2009-01-16code scrub fixjgong51-180/+122
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 headerjgong51-0/+156
2008-11-13Scrubbed some code for Udp4jgong51-43/+62
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-26/+0
2008-05-27[Description]:vanjeff1-2/+2
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-44/+44
2007-12-18Sync the latest version from R8.vanjeff1-9/+9
2007-11-201. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff1-17/+21
2007-08-271. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib ...vanjeff1-1/+1
2007-08-27Make MdeModulePkg GCC clean.qwang121-13/+13
2007-08-231. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff1-8/+8
2007-07-30Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff1-39/+45
2007-07-25Fixed EBC build issues.vanjeff1-5/+6
2007-07-24Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff1-0/+1951