summaryrefslogtreecommitdiff
path: root/NetworkPkg/TcpDxe
AgeCommit message (Expand)AuthorFilesLines
2018-06-28NetworkPkg: Clean up source filesLiming Gao12-63/+63
2017-12-27NetworkPkg/TcpDxe: Check TCP payload for release version.Jiaxin Wu2-32/+122
2017-12-26NetworkPkg/TcpDxe: Remove the redundant code.Jiaxin Wu2-66/+1
2017-12-26NetworkPkg/TcpDxe: Check FragmentBuffer for NULL before useJiaxin Wu1-0/+3
2017-06-14NetworkPkg: Typo fix and comments correctionJiaxin Wu1-5/+5
2017-05-09NetworkPkg: Addressing TCP Window Retraction when window scale factor is used.Fu Siyuan3-7/+37
2017-05-09NetworkPkg: Add wnd scale check before shrinking window.Fu Siyuan1-4/+23
2017-05-02NetworkPkg: Fix issue the iSCSI client can not send reset packet.Zhang Lubo1-12/+13
2017-03-23NetworkPkg: Fix potential ASSERT if NetIp4IsUnicast is calledJiaxin Wu1-2/+3
2017-03-17NetworkPkg: Fix service binding issue in TCP dxe.Zhang Lubo4-82/+104
2016-10-28NetworkPkg: Update IP4 stack drivers for classless address unicast check.Fu Siyuan1-3/+3
2016-10-27NetworkPkg/TcpDxe: rebase to ARRAY_SIZE()Laszlo Ersek1-1/+1
2016-10-09NetworkPkg: TcpDriver use EFI_D_NET for DEBUG maessage.Zhang Lubo5-26/+26
2016-08-01NetworkPkg: Add missed character in copyright.Fu Siyuan1-1/+1
2016-07-18NetworkPkg: Fix bug in TCP which not sending out ACK in certain circumstance.Fu Siyuan1-1/+1
2016-07-11NetworkPkg: Fix typos in commentsGiri P Mudusuru2-4/+4
2016-06-14NetworkPkg/TcpDxe: Fix GCC build failureJiaxin Wu1-2/+0
2016-06-13NetworkPkg: Support TCP Cancel functionJiaxin Wu6-31/+271
2016-05-20NetworkPkg/TcpDxe: Remove the status check of SockProcessRcvTokenGary Lin1-5/+1
2016-04-01NetworkPkg: Check received packet size before use it.Fu Siyuan1-1/+12
2016-01-28NetworkPkg:Fix Network memory leak when calling GetModeData interfaceZhang Lubo1-2/+26
2015-12-15NetworkPkg: Convert all .uni files to utf-8Jordan Justen2-0/+0
2015-04-17Fix some grammar and converge formatting of the two versions of TcpInput.cBALATON Zoltan1-39/+55
2015-04-13Save initial TSVal from TCP connection initiation packets.BALATON Zoltan1-1/+3
2015-03-18Fix GCC hang issue: Point should use directly assignment instead of IP4_COPY_...Fu Siyuan1-4/+4
2015-02-04Initialize data and correct faulty logic in TcpComponentNameGetControllerName...Wu Jiaxin1-2/+4
2014-12-04NetworkPkg: Source fixes and cleanup for ARMGCC compilesRandy Pawell3-16/+25
2014-09-03NetworkPkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-28NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo2-0/+0
2014-08-28NetworkPkg: INF/DEC file updates to EDK II packagesDong, Guo1-12/+22
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 Siyuan5-301/+5
2013-12-17Fix a bug in TCP driver’s component name print function.Fu Siyuan1-2/+2
2013-04-25Update dual network stack drivers to produce multiple Driver Binding Protocol.sfu52-93/+245
2013-04-25Get ParentDevicePath by using attribute EFI_OPEN_PROTOCOL_GET_PROTOCOL instea...sfu51-12/+2
2012-12-17Fix GCC build fail issue for MdeModulePkg and NetworkPkg.sfu51-1/+2
2012-12-131. Add EFI_COMPONENT_NAME2_PROTOCOL.GetControllerName() support.sfu56-24/+342
2012-10-171. Fix a bug in PXE driver that the PXE boot do not restart if a new boot opt...sfu53-7/+7
2012-08-10Fix issue that TCP server will not response to SYN packet from TCP client in ...tye13-4/+13
2011-10-28Update error handling code if failing attach socket with new PCB in TcpDxe mo...tye11-2/+2
2011-10-26Adopt new IPv4/IPv6 device path for network modules.niruiyu1-1/+3
2011-08-24Remove CONST modifier to be spec complianceerictian3-19/+19
2011-07-05Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu3-6/+6
2011-01-21NetworkPkg: comments clean up.xdu21-2/+2
2010-11-01Add NetworkPkg (P.UDK2010.UP3.Network.P1)hhtian20-0/+13917