summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Dispatcher.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-24MdeModulePkg: Delete Tcp4Dxe in MdeModulePkg.Siyuan Fu1-717/+0
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-2/+2
2017-03-17MdeModulePkg: Fix service binding issue in TCP4 and Ip4 dxe.Zhang Lubo1-11/+1
2014-12-04MdeModulePkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell1-4/+5
2014-05-15Fix some build issues (ARM toolchain).Olivier Martin1-2/+0
2014-05-071. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan1-3/+1
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu51-1/+29
2012-09-29MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur...erictian1-6/+0
2011-10-281. Update error handling code if failing attach socket with new PCB.tye11-1/+2
2010-06-13Add a UNION definition (IP_IO_IP_PROTOOCL) for EFI_IP4/6_PROTOCOL and change ...qianouyang1-7/+7
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-01-08refine the code and add more security check.vanjeff1-8/+8
2009-12-25Add check before free DevicePath (TCP child sock will have no device path ins...xdu21-7/+9
2009-11-13Update network drivers to use FreePool() instead of gBS->FreePool().xdu21-3/+3
2009-11-04[Change summary]:tye1-1/+1
2009-10-26NetLib:tye1-3/+3
2009-03-26Fix coding style issue.niry1-4/+4
2009-01-16Insert comments for functions/macros and add the file headers.niry1-0/+1
2008-12-24Fixing function headers.niry1-2/+2
2008-12-16Add comments for functions.niry1-12/+5
2008-12-05Add comments for functions and fix some coding style issue.niry1-36/+40
2008-11-28Fix coding style issues for Tcp4Dxe driver.niry1-6/+5
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji41-7/+0
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff1-2/+1
2008-02-14Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff1-17/+17
2007-08-301. Fixed one bug in Undi driver. vanjeff1-0/+2
2007-08-271. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib ...vanjeff1-4/+28
2007-08-27Make MdeModulePkg GCC clean.qwang121-0/+2
2007-08-231. Enable Network stack to pass SCT, currently MNP, ARP, IP4, TCP4 and DHCP4 ...vanjeff1-1/+1
2007-07-30Import ArpDxe, Dhcp4Dxe, Ip4Dxe, Mtftp4Dxe, PxeBcDxe and PxeDhcp4Dxe.vanjeff1-4/+4
2007-07-25Fixed EBC build issues.vanjeff1-24/+32
2007-07-24Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff1-0/+680