summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Driver.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Fix typos in comments and variablesGiri P Mudusuru2016-07-111-2/+2
* 1. Mark the network volatile variables as deprecated in code comments and rem...Fu Siyuan2014-05-071-8/+1
* Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu52013-04-251-12/+2
* Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu52012-12-171-1/+2
* 1. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu52012-12-131-18/+66
* Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu2011-07-061-2/+2
* Refine soma code to make code run safely.ydong102010-09-151-0/+2
* Update the copyright notice formathhtian2010-04-241-2/+2
* Update network drivers to use FreePool() instead of gBS->FreePool().xdu22009-11-131-2/+2
* [Change summary]:tye2009-11-041-2/+2
* NetLib:tye2009-10-261-4/+13
* 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-63/+113
* Add comments for functions and fix some coding style issue.niry2008-12-051-15/+28
* Fix coding style issues for Tcp4Dxe driver.niry2008-11-281-26/+16
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-301-2/+0
* Use Mde library and definition instead of some native definitions in NetLib, ...vanjeff2008-02-141-20/+20
* Sync the bug that list node is free before it is removed from the list. That ...vanjeff2008-01-291-82/+111
* Sync the latest version from R8.vanjeff2007-12-181-90/+48
* 1. Add DPC protocol and DpcLib library in MdeModulePkg.vanjeff2007-11-201-1/+1
* Update to support to produce Component Name and & Component Name 2 protocol ...qhuang82007-09-301-4/+4
* Clear up network stack to use R9 MdeLib:qhuang82007-09-281-2/+2
* 1. Sync the latest network stack. Add NetLibCreateIPv4DPathNode () in netlib ...vanjeff2007-08-271-0/+32
* 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-1/+0
* Fixed EBC build issues.vanjeff2007-07-251-4/+4
* Import SnpDxe, Tcp4Dxe, Udp4Dxe and MnpDxe.vanjeff2007-07-241-0/+669