summaryrefslogtreecommitdiffstats
path: root/NetworkPkg/TcpDxe
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg/TcpDxe/Tcp: Fix various typosAntoine Coeur2020-02-1013-37/+37
* NetworkPkg/TcpDxe/Sock: Fix few typosAntoine Coeur2020-02-104-26/+26
* NetworkPkg: Fixes to static code analysis hitsMaciej Rabeda2019-12-041-0/+1
* NetworkPkg/TcpDxe: fix SockFreeFoo() parameter listLaszlo Ersek2019-10-091-2/+2
* NetworkPkg: Remove unnecessary MdeModulePkg/MdeModulePkg.dec dependency in INFLiming Gao2019-10-081-1/+0
* NetworkPkg: Move Network library header file from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-0/+1
* NetworkPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0922-154/+22
* NetworkPkg: Protocol Uninstallation CleanupAshish Singhal2019-01-141-10/+5
* NetworkPkg: Remove some clarification from TcpDxe.infSiyuan Fu2018-12-241-6/+0
* NetworkPkg/TcpDxe: Add the clarification compared to Tcp4Dxe in MdeModulePkg.Jiaxin Wu2018-09-271-2/+7
* NetworkPkg: TcpDxe: Remove the redundant code.Songpeng Li2018-08-232-48/+2
* NetworkPkg: Removing ipf which is no longer supported from edk2.chenc22018-08-141-1/+1
* NetworkPkg: Clean up source filesLiming Gao2018-06-2812-63/+63
* NetworkPkg/TcpDxe: Check TCP payload for release version.Jiaxin Wu2017-12-272-32/+122
* NetworkPkg/TcpDxe: Remove the redundant code.Jiaxin Wu2017-12-262-66/+1
* NetworkPkg/TcpDxe: Check FragmentBuffer for NULL before useJiaxin Wu2017-12-261-0/+3
* NetworkPkg: Typo fix and comments correctionJiaxin Wu2017-06-141-5/+5
* NetworkPkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan2017-05-093-7/+37
* NetworkPkg: Add wnd scale check before shrinking window.Fu Siyuan2017-05-091-4/+23
* NetworkPkg: Fix issue the iSCSI client can not send reset packet.Zhang Lubo2017-05-021-12/+13
* NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu2017-03-231-2/+3
* NetworkPkg: Fix service binding issue in TCP dxe.Zhang Lubo2017-03-174-82/+104
* NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan2016-10-281-3/+3
* NetworkPkg/TcpDxe: rebase to ARRAY_SIZE()Laszlo Ersek2016-10-271-1/+1
* NetworkPkg: TcpDriver use EFI_D_NET for DEBUG maessage.Zhang Lubo2016-10-095-26/+26
* NetworkPkg: Add missed character in copyright.Fu Siyuan2016-08-011-1/+1
* NetworkPkg: Fix bug in TCP which not sending out ACK in certain circumstance.Fu Siyuan2016-07-181-1/+1
* NetworkPkg: Fix typos in commentsGiri P Mudusuru2016-07-112-4/+4
* NetworkPkg/TcpDxe: Fix GCC build failureJiaxin Wu2016-06-141-2/+0
* NetworkPkg: Support TCP Cancel functionJiaxin Wu2016-06-136-31/+271
* NetworkPkg/TcpDxe: Remove the status check of SockProcessRcvTokenGary Lin2016-05-201-5/+1
* NetworkPkg: Check received packet size before use it.Fu Siyuan2016-04-011-1/+12
* NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo2016-01-281-2/+26
* NetworkPkg: Convert all .uni files to utf-8Jordan Justen2015-12-152-0/+0
* Fix some grammar and converge formatting of the two versions of TcpInput.cBALATON Zoltan2015-04-171-39/+55
* Save initial TSVal from TCP connection initiation packets.BALATON Zoltan2015-04-131-1/+3
* Fix GCC hang issue: Point should use directly assignment instead of IP4_COPY_...Fu Siyuan2015-03-181-4/+4
* Initialize data and correct faulty logic in TcpComponentNameGetControllerName...Wu Jiaxin2015-02-041-2/+4
* NetworkPkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell2014-12-043-16/+25
* NetworkPkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-282-0/+0
* NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2014-08-281-12/+22
* 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-075-301/+5
* Fix a bug in TCP driver’s component name print function.Fu Siyuan2013-12-171-2/+2
* Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu52013-04-252-93/+245
* 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-136-24/+342
* 1. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu52012-10-173-7/+7