summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dispatcher.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-041-4/+5
* Fix some build issues (ARM toolchain).Olivier Martin2014-05-151-2/+0
* 1. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan2014-05-071-3/+1
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-1/+29
* MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian2012-09-291-6/+0
* 1. Update error handling code if failing attach socket with new PCB.tye12011-10-281-1/+2
* Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang2010-06-131-7/+7
* Update the copyright notice formathhtian2010-04-241-2/+2
* refine the code and add more security check.vanjeff2010-01-081-8/+8
* Add check before free DevicePath (TCP child sock will have no device path ins...xdu22009-12-251-7/+9
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-3/+3
* [Change summary]:tye2009-11-041-1/+1
* NetLib:tye2009-10-261-3/+3
* Fix coding style issue.niry2009-03-261-4/+4
* Insert comments for functions/macros and add the file headers.niry2009-01-161-0/+1
* Fixing function headers.niry2008-12-241-2/+2
* Add comments for functions.niry2008-12-161-12/+5
* Add comments for functions and fix some coding style issue.niry2008-12-051-36/+40
* Fix coding style issues for Tcp4Dxe driver.niry2008-11-281-6/+5
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-7/+0
* clean up the un-suitable ';' location when declaring the functions.vanjeff2008-09-041-2/+1
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-17/+17
* 1. Fixed one bug in Undi driver. vanjeff2007-08-301-0/+2
* 1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib ...vanjeff2007-08-271-4/+28
* Make MdeModulePkg GCC clean.qwang122007-08-271-0/+2
* 1. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff2007-08-231-1/+1
* Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff2007-07-301-4/+4
* Fixed EBC build issues.vanjeff2007-07-251-24/+32
* Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff2007-07-241-0/+680